2024-09-10 10:13:00 +00:00
|
|
|
title: $:/plugins/tiddlywiki/markdown/settings
|
|
|
|
tags: $:/tags/ControlPanel/SettingsTab
|
|
|
|
caption: Markdown
|
|
|
|
|
2024-09-12 18:31:13 +00:00
|
|
|
These settings let you customise the behaviour of Markdown. See [[plugin|$:/plugins/tiddlywiki/markdown]] readme tab for more information.
|
2024-09-10 10:13:00 +00:00
|
|
|
|
|
|
|
''IMPORTANT:'' You must reload your wiki for changes to take effect.
|
|
|
|
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/ControlPanel/Settings/Markdown]]">
|
|
|
|
|
|
|
|
<div class="tc-control-panel-setting" data-setting-title=<<currentTiddler>> >
|
|
|
|
|
|
|
|
!!.tc-control-panel-accent <$link><$transclude field="caption"/></$link>
|
|
|
|
|
|
|
|
<$transclude/>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</$list>
|