Ensure root template contents is parsed in block mode

Embarrassingly, the double blank lines at the end of the tiddler are needed to ensure the transclude widget is recognised in block mode, instead of being wrapped in a paragraph tag.

Fixes #5016
optimising-macrocalls
jeremy@jermolene.com 2020-11-09 17:08:34 +00:00
rodzic 59c6f4447e
commit 1ec8b7877e
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -1,3 +1,4 @@
title: $:/core/ui/RootTemplate
<$transclude tiddler={{{ [{$:/layout}has[text]] ~[[$:/core/ui/PageTemplate]] }}} mode="inline"/>
<$transclude tiddler={{{ [{$:/layout}has[text]] ~[[$:/core/ui/PageTemplate]] }}} mode="inline"/>