Closed xcv58 closed 9 years ago
thanks for filing this - seems like a legit bug. If you have some time to write up a PR, the rendering is done here: https://github.com/mixu/markdown-styles/blob/master/lib/pipeline.js#L13 by overriding the marked renderer, see https://github.com/chjj/marked . It's probably faster if you fix it since I tend to work on markdown-styles every couple of months or so...
boom, wrote a couple integration tests, made sure that the header text can be duplicated across files (but not in the same file) and published as v2.4.0
. Sorry this took a while!
Cool! :+1:
For example: https://maybe.xcv58.me/README.html
There're three POST as titles, they should be
and
The same README.md in GitHub doesn't have such issue: https://github.com/xcv58/backend/blob/meteor/README.md
Could you solve this issue? If no, could you please tell me which function do the conversion of markdown to html? I can try to solve this.
Thanks!