1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-23 13:53:15 +00:00

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
This commit is contained in:
jeremy@jermolene.com 2020-11-09 17:08:34 +00:00
parent 59c6f4447e
commit 1ec8b7877e

View File

@ -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"/>