@@ -5664,15 +5664,25 @@ li.checked::marker { content: "\2612"; }
56645664 </property >
56655665 </widget >
56665666 </item >
5667- <item row =" 10" column =" 0" colspan =" 4" >
5668- <widget class =" QCheckBox" name =" showMarkdownImagePreviewsCheckBox" >
5669- <property name =" text" >
5670- <string >Show small Markdown preview images in the editor, if there is no text after the image</string >
5671- </property >
5672- </widget >
5673- </item >
5674- <item row =" 7" column =" 1" >
5675- <widget class =" QSpinBox" name =" cursorWidthSpinBox" >
5667+ <item row =" 10" column =" 0" colspan =" 4" >
5668+ <widget class =" QCheckBox" name =" showMarkdownImagePreviewsCheckBox" >
5669+ <property name =" text" >
5670+ <string >Show small Markdown preview images in the editor, if there is no text after the image</string >
5671+ </property >
5672+ </widget >
5673+ </item >
5674+ <item row =" 11" column =" 0" colspan =" 4" >
5675+ <widget class =" QCheckBox" name =" headingFoldingCheckBox" >
5676+ <property name =" toolTip" >
5677+ <string >Shows fold buttons for Markdown headings and allows collapsing their contents</string >
5678+ </property >
5679+ <property name =" text" >
5680+ <string >Enable heading folding in the editor</string >
5681+ </property >
5682+ </widget >
5683+ </item >
5684+ <item row =" 7" column =" 1" >
5685+ <widget class =" QSpinBox" name =" cursorWidthSpinBox" >
56765686 <property name =" suffix" >
56775687 <string notr =" true" >px</string >
56785688 </property >
@@ -5702,10 +5712,10 @@ li.checked::marker { content: "\2612"; }
57025712 </property >
57035713 </widget >
57045714 </item >
5705- <item row =" 11 " column =" 0" colspan =" 4" >
5706- <widget class =" QCheckBox" name =" hideFormattingSyntaxCheckBox" >
5707- <property name =" toolTip" >
5708- <string >Hides markdown formatting syntax (like **, *, #) on lines that are not being edited</string >
5715+ <item row =" 12 " column =" 0" colspan =" 4" >
5716+ <widget class =" QCheckBox" name =" hideFormattingSyntaxCheckBox" >
5717+ <property name =" toolTip" >
5718+ <string >Hides markdown formatting syntax (like **, *, #) on lines that are not being edited</string >
57095719 </property >
57105720 <property name =" text" >
57115721 <string >Hide markdown formatting syntax on inactive lines</string >
@@ -7854,7 +7864,8 @@ Just test yourself if you get sync conflicts and set a higher value if so.</stri
78547864 <tabstop >autoBracketRemovalCheckBox</tabstop >
78557865 <tabstop >editorWidthInDFMOnlyCheckBox</tabstop >
78567866 <tabstop >highlightCurrentLineCheckBox</tabstop >
7857- <tabstop >hideFormattingSyntaxCheckBox</tabstop >
7867+ <tabstop >headingFoldingCheckBox</tabstop >
7868+ <tabstop >hideFormattingSyntaxCheckBox</tabstop >
78587869 <tabstop >disableCursorBlinkingCheckBox</tabstop >
78597870 <tabstop >gitCommitIntervalTime</tabstop >
78607871 <tabstop >gitLogCommandLineEdit</tabstop >
0 commit comments