moll / js-must

An assertion library for JavaScript and Node.js with a friendly BDD syntax (awesome.must.be.true()). It ships with many expressive matchers and is test runner and framework agnostic. Follows RFC 2119 with its use of MUST. Good stuff and well tested.
Other
336 stars 35 forks source link

API.md is broken on GitHub #65

Closed Ionaru closed 7 years ago

Ionaru commented 7 years ago

The API.md page is somewhat broken on GitHub, headers aren't displayed as headers and some line-breaks aren't working properly.

moll commented 7 years ago

Ah, damn. GitHub must've changed this behavior. Thank you for bringing this up and for your PR! I'll apply it in a sec and regenerate other Markdown files for my other projects, too.

moll commented 7 years ago

Well that took longer than expected! 😇 Thanks again, Jeroen! I fixed my script to generate docs correctly, too, and tweaked it to append the anchor name to the header line.