Very clear @BurningTreeC : thank you that's exactly what I need.
There's also an issue for me when I change the name of the class from
email

to
e--mail 

(yes, with two "--")

what kind of rule can I add?

Le vendredi 1 mars 2019 15:07:50 UTC+1, BurningTreeC a écrit :
>
> 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/a52ff471-ba62-454a-8726-f2a225080ec6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to