--- a/eric7/Preferences/ConfigurationPages/EditorFilePage.ui Mon Jun 06 17:44:51 2022 +0200 +++ b/eric7/Preferences/ConfigurationPages/EditorFilePage.ui Mon Jun 06 18:14:32 2022 +0200 @@ -566,38 +566,14 @@ </layout> </item> <item> - <layout class="QGridLayout" name="gridLayout_5"> - <item row="0" column="0"> - <widget class="QCheckBox" name="previewMarkdownNLtoBreakCheckBox"> - <property name="toolTip"> - <string>Select this to convert a new line character to an HTML &lt;br/&gt; tag.</string> - </property> - <property name="text"> - <string>Convert New Line to HTML Break</string> - </property> - </widget> - </item> - <item row="1" column="0"> - <widget class="QCheckBox" name="previewMarkdownMathJaxCheckBox"> - <property name="toolTip"> - <string>Select to enable Math support using MathJax</string> - </property> - <property name="text"> - <string>Enable Math support</string> - </property> - </widget> - </item> - <item row="1" column="1"> - <widget class="QCheckBox" name="previewMarkdownMermaidCheckBox"> - <property name="toolTip"> - <string>Select to enable Graph support using Mermaid</string> - </property> - <property name="text"> - <string>Enable Graph support</string> - </property> - </widget> - </item> - </layout> + <widget class="QCheckBox" name="previewMarkdownNLtoBreakCheckBox"> + <property name="toolTip"> + <string>Select this to convert a new line character to an HTML &lt;br/&gt; tag.</string> + </property> + <property name="text"> + <string>Convert New Line to HTML Break</string> + </property> + </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_6"> @@ -640,6 +616,40 @@ </item> </layout> </item> + <item> + <layout class="QGridLayout" name="gridLayout_5"> + <item row="0" column="0"> + <widget class="QCheckBox" name="previewMarkdownMathJaxCheckBox"> + <property name="toolTip"> + <string>Select to enable Math support using MathJax</string> + </property> + <property name="text"> + <string>Enable Math support</string> + </property> + </widget> + </item> + <item row="0" column="1"> + <widget class="QCheckBox" name="previewMarkdownMermaidCheckBox"> + <property name="toolTip"> + <string>Select to enable Graph support using Mermaid</string> + </property> + <property name="text"> + <string>Enable Graph support</string> + </property> + </widget> + </item> + <item row="1" column="0" colspan="2"> + <widget class="QLabel" name="TextLabel1_2_2_3"> + <property name="text"> + <string><font color="#FF0000"><b>Warning:</b> Activating the above options will download files via CDNs causing your<br/>IP address to be exposed.</font></string> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> + </layout> + </item> </layout> </widget> </item>