You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Hey! I am using Prism.js for code highlighting, but I can't make it work.
The problem is that I use ``` markup around the code, that spits out <pre><code> around the code. But I also need to include <pre><code class="language-html"> (or other languages depending on a situation).
Is there a way to specify extra attributes like classes to ```?
Thank you in advance!
Sylvain Naudin
unread,
May 11, 2020, 4:20:57 PM5/11/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
In TW we use highlight.js, and you can specify language by adding after ```, for example :