mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
967e2b7fef
Fixes #7909
25 lines
456 B
Plaintext
25 lines
456 B
Plaintext
title: Transclude/Procedures/Whitespace2
|
|
description: Procedures should inherit whitespace settings from definition site
|
|
type: text/vnd.tiddlywiki-multiple
|
|
tags: [[$:/tags/wiki-test-spec]]
|
|
|
|
title: Output
|
|
|
|
\procedure testproc()
|
|
This is a sentence
|
|
\end
|
|
|
|
\define testmacro()
|
|
This is a sentence
|
|
\end
|
|
This is a sentence
|
|
[<<testproc>>]
|
|
[<<testmacro>>]
|
|
|
|
+
|
|
title: ExpectedResult
|
|
|
|
<p>This is a sentence
|
|
[This is a sentence ]
|
|
[This is a sentence ]
|
|
</p> |