kramdown is a fast pure Ruby Markdown-superset converter. It uses a strict syntax definition and supports several common extensions.
| Tags | Ruby markdown |
|---|---|
| Licenses | GPLv3 |
| Operating Systems | Platform Independent |
| Implementation | Ruby |
Recent releases


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.
A command-line utility that simply dumps all attributes of its environment.