diff --git a/docs/config.md b/docs/config.md index 104320c..a4fef12 100644 --- a/docs/config.md +++ b/docs/config.md @@ -178,15 +178,15 @@ This can be useful if you want to serve script code to be used in browser-based Example: -
{
+
{\r\t"flProcessScriptFiles": false\r\t}
- "flProcessScriptFiles": false +#### The template for Markdown files - }
+There's a special template used for rendering Markdown files. -#### The template for Markdown files +It defines the shell in which the Markdown text is included in to create the HTML file. -There's a special template used for rendering Markdown files. It defines the shell in which the Markdown text is included in to create the HTML file. You can position the text, or add CSS styles or script code in the template. +You can position the text, or add CSS styles or script code in the template. The default template is in the prefs folder. You can edit it to customize it.