trulia / hologram

A markdown based documentation system for style guides.
http://trulia.github.io/hologram
Other
2.16k stars 200 forks source link

Add JSX support to BlockCodeRenderer #182

Closed pmeskers closed 9 years ago

pmeskers commented 9 years ago

Uses HTML for syntax highlighting. Useful if you're using React components in your styleguide.

What do you think?

@stubbornella & @pmeskers

Signed-off-by: Nicole Sullivan nsullivan@pivotal.io

jdcantrell commented 9 years ago

I think this fits in with what we've done with BlockCodeRenderer, someday I want to make this easier for people to do outside of hologram since supporting every langauge and template parsing won't be feasible. Along with this I created a PR for slim support (#184) since that's been requested several times.