Release Notes: This release includes a new Markdown parser based on the kramdown parser, some bug fixes, and performance improvements.


Release Notes: Bugs were fixed. Upgrading is highly recommended.


Release Notes: This release marks kramdown as mature and the API as fixed. Note that from this release onwards, kramdown is licensed under the MIT license instead of the GPL.


Release Notes: This release adds the possibility to pre-define link definitions via the new option "link_defs". One bug has been fixed.


Release Notes: This is just a bugfix release. It is recommended to update to this version.


Release Notes: This release contains a backwards-incompatible change: setting the code language now use the HTML class '.language-CODELANG' instead of the attribute 'lang'. Other changes in this release include the possibility of setting the code language on the starting line of a fenced code block and a way of excluding certain headers from the table of contents by assigning the '.no_toc' class to them.