Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 200 Bytes

intellij.md

File metadata and controls

17 lines (10 loc) · 200 Bytes

IntelliJ

Markdown

Updating markdown preview font size

  • Settings > Languages & Frameworks > Markdown > Apply custom CSS text

Insert:

body {
    font-size: 80% !important;
}