Import from GG problem - Wrong rendering

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

I think, but haven’t tried it myself yet, that code fencing would fix this, using three backticks?

<$list filter="[sameday:scedule<expression>]"><li><$link/></li> </$list>

I’ll do a test by email.

Also this looks relevant:

I think GG history import is a pretty major project, any way you look at it. Running the two systems in parallel for a while will give people some experience in the differences.

I’ll mention it in the community call tomorrow.

OK, I tested it:

Hooray! Looks like adding three backticks around code will render correctly via email.

And yes, your original point still stands @pmario – any GG import would be good to handle this correctly.