mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 02:49:56 +00:00
756e05504b
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.
10 lines
281 B
Plaintext
10 lines
281 B
Plaintext
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 mode="block"/>
|
|
</$list>
|
|
|
|
</$importvariables>
|