mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
16 lines
275 B
Plaintext
16 lines
275 B
Plaintext
|
title: Macros/IndentedEnd
|
||
|
description: \end line starting with whitespace ends a macro body
|
||
|
type: text/vnd.tiddlywiki-multiple
|
||
|
tags: [[$:/tags/wiki-test-spec]]
|
||
|
|
||
|
title: Output
|
||
|
|
||
|
\define hello()
|
||
|
hello \end
|
||
|
\end
|
||
|
|
||
|
Out: <<hello>>
|
||
|
+
|
||
|
title: ExpectedResult
|
||
|
|
||
|
<p>Out: hello \end</p>
|