Just to make "the problem" visually clear:
the wikiparser takes this code:
<style>
.zemail::before {
content: attr(data-de) '';
}
</style>
<div
data-de="✅"
class="zemail">
[email protected]
</div>
and creates this:
<style>
.zemail::before {
content: attr(data-de)
<strong>
;
}
</style>
<div
data-de="✅"
class="zemail">
[email protected]
</div>
</strong>
but it ignores the double '' if \rules except bold is on top ... and your
style definition isn't destroyed
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/fe6ad696-fb0c-4453-96af-04fcb9c8f7df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.