You are viewing an older version of the documentation. For the latest, please visit 2.4 documentation.

Installation

The recommended installation method is via Composer.

composer require "league/commonmark:^2.3"

Ensure that you’ve set up your project to autoload Composer-installed packages.

Versioning

SemVer will be followed closely. It's highly recommended that you use Composer's caret operator to ensure compatibility; for example: ^2.3. This is equivalent to >=2.3 <3.0.

Edit this page