romannurik / SlidesCodeHighlighter

A little web app that helps you copy+paste syntax-highlighted code into slide decks.
https://romannurik.github.io/SlidesCodeHighlighter/
Apache License 2.0
1.06k stars 92 forks source link

Doesn't handle JSX very well :( #42

Closed yefim closed 4 years ago

yefim commented 4 years ago

What it looks like:

Screen Shot 2020-01-23 at 1 56 40 AM

What I expect it to look like:

Screen Shot 2020-01-23 at 1 57 07 AM
romannurik commented 4 years ago

google-code-prettify doesn't handle JSX :-/ this would be resolved if we switched to another syntax highlighter like Ace or Prism potentially.

romannurik commented 4 years ago

The prism branch fixes this... hoping to merge in the coming weeks.