add feature:
setting to increase font scale
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
{
|
||||
// minimum number of milliseconds to wait before updating the preview again
|
||||
"delay_between_updates": 100
|
||||
"delay_between_updates": 100,
|
||||
|
||||
// scale factor for the font size relative to markdown settings
|
||||
"font_scale": 1.0
|
||||
}
|
||||
Reference in New Issue
Block a user