add feature:

setting to increase font scale
This commit is contained in:
2025-04-24 14:18:29 +02:00
parent ec27d980a3
commit 35c8a954d0
3 changed files with 24 additions and 6 deletions

View File

@ -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
}