Files
MarkdownLivePreview/MarkdownLivePreview.sublime-settings
Christian Morpurgo 35c8a954d0 add feature:
setting to increase font scale
2025-04-24 14:18:29 +02:00

7 lines
196 B
Plaintext

{
// minimum number of milliseconds to wait before updating the preview again
"delay_between_updates": 100,
// scale factor for the font size relative to markdown settings
"font_scale": 1.0
}