mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Fix stylesheet block/inline mode
The problem was that stylesheets were being transcluded in inline mode (rather than block mode), which meant that triple backticks were not being interpreted as block mode markup, but rather as a series of single backticks.
This commit is contained in:
parent
5ce4c4ab7b
commit
756e05504b
@ -3,7 +3,7 @@ title: $:/core/ui/PageStylesheet
|
||||
<$importvariables filter="[[$:/core/ui/PageMacros]] [all[shadows+tiddlers]tag[$:/tags/Macro]!has[draft.of]]">
|
||||
|
||||
<$list filter="[all[shadows+tiddlers]tag[$:/tags/stylesheet]!has[draft.of]]">
|
||||
<$transclude/>
|
||||
<$transclude mode="block"/>
|
||||
</$list>
|
||||
|
||||
</$importvariables>
|
||||
|
Loading…
Reference in New Issue
Block a user