mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-30 09:28:01 +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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user