title: $:/plugins/tiddlywiki/markdown/config
! Plugin Configuration
|!Config |!Default |!Description |
|[[breaks|$:/config/markdown/breaks]]|`false`|markdown-it library config: Convert '\n' in paragraphs into `
` |
|[[linkify|$:/config/markdown/linkify]]|`false`|markdown-it library config: Autoconvert URL-like text to links |
|[[renderWikiText|$:/config/markdown/renderWikiText]]|`true`|After Markdown is parsed, should any text elements be handed off to the ~WikiText parser for further processing? |
|[[renderWikiTextPragma|$:/config/markdown/renderWikiTextPragma]]|<$view tiddler="$:/plugins/tiddlywiki/markdown" subtiddler="$:/config/markdown/renderWikiTextPragma" mode="inline"/>
|When handing off to the ~WikiText parser, what parser rules should it follow? |
|[[typographer|$:/config/markdown/typographer]]|`false`|markdown-it library config: Enable some language-neutral replacement + quotes beautification |
|[[quotes|$:/config/markdown/quotes]]|`“”‘’`|markdown-it library config: Double + single quotes replacement pairs, when `typographer` is enabled |
''IMPORTANT:'' You must reload your wiki for changes to take effect.
``` [img[An explanatory tooltip|TiddlerTitle]] [img width=23 class="tc-image" [https://tiddlywiki.com/fractalveg.jpg]] ```
; prettylink : create links the ~TiddlyWiki way:``` [[TiddlerTitle]] [[Displayed Link Title|Tiddler Title]] [[TW5|https://tiddlywiki.com/]] ```
; prettyextlink : create external links using the following syntax:``` [ext[Open file|index.html]] [ext[Open file|../README.md]] ```
; wikilink : auto-link ~CamelCase titles ; syslink : auto-link system tiddlers