Security Fixes
New Features
- Add option to disable heading ids (#1190)
- Add support for GFM Task Lists to comply with the GFM spec (#1250)
Breaking Changes
- Fix escaping pipes in tables (#1239)
- Fix html output for tables to match GFM spec (#1245)
- Fix many bugs to reach parity with CommonMark spec (#1135)
- Fix new Renderer() so it uses default options (#1203)
- Fix text and paragraph return types (#1248) (#1249)
- Fix
<em>
less than 3 chars (#1181) - Fix
<pre>
code blocks so there is no more trailing\n
(#1266) - Fix default langPrefix to follow CommonMark standard
language-
(#1265)