mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-04 09:16:41 +00:00
21 lines
446 B
Plaintext
21 lines
446 B
Plaintext
title: Operators/Wikify/TextMode
|
|
description: Simple wikify operator
|
|
type: text/vnd.tiddlywiki-multiple
|
|
tags: [[$:/tags/wiki-test-spec]]
|
|
|
|
title: Output
|
|
|
|
\parsermode inline
|
|
<$text text={{{ [subfilter{Filter}] }}}/>
|
|
+
|
|
title: Filter
|
|
|
|
[{Text}wikify[html],[inline],[text/vnd.tiddlywiki]]
|
|
+
|
|
title: Text
|
|
|
|
This is ''the text'' that is __wikified__
|
|
+
|
|
title: ExpectedResult
|
|
|
|
This is <strong>the text</strong> that is <u>wikified</u> |