Upgrade to ReSpec markdown support
Marcos Caceres <[email protected]> Tue, 3 May 2016 03:12:45 -0700
| Newsgroups | gmane.org.w3c.specifications |
|---|---|
| Message-ID | <CAAci2aB9i5p5yuRGzouhPrgPb3PQEs4RpeAstLWiqfhq7PNgaw@mail.gmail.com> |
Hi, Could you please let me know if you are using ReSpec's markdown support? The markup parser we were using was a few years out of date, so I've updated it. However, before I release a new version of ReSpec, I want to make sure that specs don't break. One notable change, we no longer strip whitespace on `pre` elements, so code looks nice :) See: https://github.com/w3c/respec/issues/724#issuecomment-216155656 I've also switched on GitHub-flavored markdown, because it's the best. Another notable difference: sections will not get an id, only headers elements will (based on the <h*>'s content). If you want a section to have an id, please manually add it. If you wish to review the changes + give feedback: https://github.com/w3c/respec/pull/732 Lastly, the markdown parser is now part of our auto-update queue - so it will be automatically updated with every new release 🎉 Kind regards, Marcos