forked from Utumno/pycharm-settings
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarkdown.xml
More file actions
11 lines (11 loc) · 821 Bytes
/
markdown.xml
File metadata and controls
11 lines (11 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
<application>
<component name="MarkdownApplicationSettings">
<MarkdownCssSettings StylesheetUri="jar:file:/C:/Users/MrD/.PyCharm2017.1/config/plugins/markdown/lib/markdown.jar!/org/intellij/plugins/markdown/settings/darcula.css" />
<MarkdownPreviewSettings>
<HtmlPanelProviderInfo>
<ProviderInfo name="JavaFX WebView" className="org.intellij.plugins.markdown.ui.preview.javafx.JavaFxHtmlPanelProvider" />
</HtmlPanelProviderInfo>
</MarkdownPreviewSettings>
</component>
<component name="MarkdownSettings" parsingTimeout="10000" smarts="false" quotes="false" abbreviations="false" hardWraps="true" autoLinks="true" wikiLinks="false" tables="false" definitions="false" fencedCodeBlocks="true" suppressHTMLBlocks="false" suppressInlineHTML="false" strikethrough="true" />
</application>