This is the documentation for the unsupported version 1.3. Please consider upgrading your code to the latest stable version

Upgrading from 1.x to 1.3

There are no breaking changes introduced in 1.3, but we did move most of our extensions into the core library.

GitHub-Flavored Markdown and other official extensions

Previously, anyone wanting GFM support had to install additional libraries like league/commonmark-extras. This is no longer required as GFM support is now built into this library! This is also true for other official extensions like league/commonmark-ext-inlines-only.

If you were previously using any of the league/commonmark-ext* libraries:

See the GitHub-Flavored Markdown extension documentation for more information on using this extension. Additional details can also be found in Colin O’Dell’s blog post.


Edit this page