Libraries tagged by commonmark
webuni/commonmark-attributes-extension
156742 Downloads
The attributes extension adds a syntax to define attributes on the various HTML elements in CommonMark PHP implementation.
league/commonmark-ext-autolink
87640 Downloads
Extension for league/commonmark which autolinks URLs, emails, and @-mentions
colinodell/commonmark-php
2366 Downloads
Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)
spatie/commonmark-wire-navigate
15963 Downloads
Add a wire:navigate attribute to links rendered in Markdown
samwilson/commonmark-latex
6004 Downloads
A CommonMark extension for rendering Markdown to LaTeX.
ryangjchandler/commonmark-blade-block
7329 Downloads
Embed Laravel Blade code inside of your Markdown templates.
iliaal/mdparser
2330 Downloads
Native C CommonMark + GitHub Flavored Markdown parser for PHP, targeting CommonMark 0.31 + GFM. ~10-20x faster than pure-PHP parsers, zero runtime dependencies.
ueberdosis/commonmark-hint-extension
14379 Downloads
A hint extension for league/commonmark
surface/commonmark-ext-youtube-iframe
6633 Downloads
Extension for league/commonmark to replace YouTube link with an iframe.
surface/commonmark-ext-spotify-iframe
4285 Downloads
Extension for league/commonmark to replace Spotify link with an iframe.
mozex/commonmark-routes
11382 Downloads
A CommonMark extension that lets you use Laravel's route(), url(), and asset() helpers in Markdown links and images.
hydephp/torchlight-commonmark
26393 Downloads
A Commonmark extension for Torchlight, the syntax highlighting API.
cradeq/commonmark-html-whitelist-extension
9498 Downloads
Allows HTML tags to be used in Markdown, while still escaping or stripping all other HTML input.
cipemotion/commonmark
39582 Downloads
A League CommonMark extension.
benfiratkaya/commonmark-ext-underline
7234 Downloads
This extension adds support for underline syntax. It allows users to use !! in order to indicate text that should be rendered within tags.