mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-05 18:20:38 -08:00
19 lines
307 B
Text
19 lines
307 B
Text
title: $:/plugins/tiddlywiki/katex/config
|
|
caption: KaTeX
|
|
tags: $:/tags/ControlPanel/SettingsTab
|
|
|
|
<div class="tc-control-panel">
|
|
|
|
<$list filter="[all[shadows+tiddlers]tag[$:/tags/KaTeX/Config]!has[draft.of]]">
|
|
|
|
<div>
|
|
|
|
!! <$link><$transclude field="caption"/></$link>
|
|
|
|
<$transclude>
|
|
|
|
</div>
|
|
|
|
</$list>
|
|
|
|
</div>
|