aantron / lambdasoup

Functional HTML scraping and rewriting with CSS in OCaml
https://aantron.github.io/lambdasoup
MIT License
380 stars 31 forks source link

Fix broken headings in Markdown files #13

Closed bryant1410 closed 7 years ago

bryant1410 commented 7 years ago

GitHub changed the way Markdown headings are parsed, so this change fixes it.

See bryant1410/readmesfix for more information.

Tackles bryant1410/readmesfix#1

aantron commented 7 years ago

@bryant1410 This seems to be a false positive.

bryant1410 commented 7 years ago

Yup. Sorry, it's fixed now.

aantron commented 7 years ago

Worthwhile effort on the whole, though :)