Hi,

Maybe a problem with the wikitext parser :

Don't Work:
<style>
.email::before {
  content: attr(data-de) '';
}
</style>


<div 
  data-de="✅"
  class="email">
    [email protected]
</div>

Work:
<style>
.email::before {
  content: attr(data-de) "";
}
</style>


<div 
  data-de="✅"
  class="email">
    [email protected]
</div>

So...
How to make this work:
https://codepen.io/danwilson/pen/WpBEBX

Thx


-- 
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/2183d582-8cc4-4aa1-a4bf-e89892f2d4bc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to