Have a look at this post here: See: [tw5] Task for today on journal tiddler - #5 by pmario
and at GG: https://groups.google.com/g/tiddlywiki/c/KCByy1vqlOA/m/AauEFKARBgAJ
I did post the code
<$set name=expression filter="[<currentTiddler>search-replace:g[-],[]]">
<ul>
<$list filter="[sameday:scedule<expression>]"><li><$link/></li> </$list>
</ul>
</$set>
but Discourse shows it as:
<$set name=expression filter="[search-replace:g[-],[]]">
-
<$list filter="[sameday:scedule]">
- <$link/>
GitHub has the same problem, since the markdown parser tries to show the elements.
If we want to import the GG history, we need to fix this problem somehow. … So may be the content form GG should be shown as plain text and not rendered with markdown
Just a thought.
-.mario