mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
18 lines
310 B
Plaintext
18 lines
310 B
Plaintext
|
title: Macros/WhitespaceOnlyWithEnd
|
||
|
description: The /end should be detected when macro definition contains only whitespace
|
||
|
type: text/vnd.tiddlywiki-multiple
|
||
|
tags: [[$:/tags/wiki-test-spec]]
|
||
|
|
||
|
title: Output
|
||
|
|
||
|
\define max()
|
||
|
\end
|
||
|
Nothing
|
||
|
\end
|
||
|
|
||
|
Out: <<max>>
|
||
|
+
|
||
|
title: ExpectedResult
|
||
|
|
||
|
<p>Nothing
|
||
|
\end</p><p>Out: </p>
|