mpetrovich / stylemark

Generate interactive style guides from Markdown.
MIT License
218 stars 35 forks source link

Fix: Allow to mix `html` and framework examples #23

Closed FlorianKoerner closed 6 years ago

FlorianKoerner commented 6 years ago

We have html and also React examples. This commit fixes the problem that the frameworks have overwritten the HTML example.

mpetrovich commented 6 years ago

This PR handles the case where some examples have HTML or JSX, but not when they have both. I've expanded on your fix to also handle cases where a single example has both HTML and JSX blocks: https://github.com/nextbigsoundinc/stylemark/pull/24

Since that PR includes these your fixes, I'll close this one. Thanks for your contribution!

mpetrovich commented 6 years ago

Fix released in v0.6.5