TiddlyWiki5/editions/test/tiddlers/tests/data/procedures/IndentedEnd.tid

16 lines
286 B
Plaintext

title: Procedures/IndentedEnd
description: \end line starting with whitespace ends a procedure body
type: text/vnd.tiddlywiki-multiple
tags: [[$:/tags/wiki-test-spec]]
title: Output
\procedure hello()
hello \end
\end
Out: <<hello>>
+
title: ExpectedResult
<p>Out: hello \end</p>