use stripcomments attribute introduced in #8125

This commit is contained in:
BurningTreeC 2024-03-31 08:00:06 +02:00
parent 9e7920ec49
commit c2618bf208
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ code-body: yes
<$list filter="[all[shadows+tiddlers]tag[$:/tags/Stylesheet]!has[draft.of]]">
<style type="text/css">
<$view format="plainwikified" update={{{ [<currentTiddler>!tag[$:/tags/Stylesheet/Static]then[yes]] }}}/>
<$view format="plainwikified" stripcomments="yes" update={{{ [<currentTiddler>!tag[$:/tags/Stylesheet/Static]then[yes]] }}}/>
</style>
</$list>