TiddlyWiki5/editions/test/tiddlers/tests/data/macros/MismatchedNamedEnd.tid

16 lines
272 B
Plaintext

title: Macros/MismatchedNamedEnd
description: Mismatched named end is part of the body
type: text/vnd.tiddlywiki-multiple
tags: [[$:/tags/wiki-test-spec]]
title: Output
\define hello()
\end goodbye
\end
Out: <<hello>>
+
title: ExpectedResult
<p>Out: \end goodbye</p>