mpetrovich / stylemark

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

Fix external sources description replacement #16

Closed jlmart88 closed 6 years ago

jlmart88 commented 6 years ago

Fixes the bug outlined in #15

I personally think this is a bit of a hack, but it was the most straightforward way to implement this without touching the generator (which I was hesitant to touch due to the lack of tests).

Unlike PR https://github.com/nextbigsoundinc/stylemark/pull/12, this time I actually did run the stylemark executable against the test directory, and visually verified that the index.html file is generated properly for the external sources

mpetrovich commented 6 years ago

Thanks for the quick fix @jlmart88 !