You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, sorry not really an issue, but I'm looking for an easy way to italicize keywords within my code. I tried embedding tags, but they just get ignored (don't even show in document tree once loaded).
Anyone know hot to italicize within the code? thanks
The text was updated successfully, but these errors were encountered:
If you mean existing keywords. you can just do .token.keyword { font-style: italic; } in your CSS.
If you mean keywords that are not highlighted in the language, you can use the API, but I will need more details to provide a code example (e.g. what language are you using?)
Golmote
added a commit
to Golmote/prism
that referenced
this issue
Sep 16, 2015
Hi, sorry not really an issue, but I'm looking for an easy way to italicize keywords within my code. I tried embedding tags, but they just get ignored (don't even show in document tree once loaded).
Anyone know hot to italicize within the code? thanks
The text was updated successfully, but these errors were encountered: