Libraries tagged by commmonmark
develate/commonmark-customtags
17 Downloads
A commonmark extension for custom tags
curder/commonmark-extensions
52 Downloads
A collection of CommonMark extensions
cradeq/commonmark-br-extension
6 Downloads
Allows HTML break tags to be used in Markdown, while still escaping or stripping all other HTML input.
clicksco/commonmark-laravel
46 Downloads
Trivial Laravel wrapper class for League\CommonMark
cable8mm/commonmark-unfenced
2028 Downloads
benfiratkaya/commonmark-ext-link-text-viewer
18 Downloads
This extension provides support for changing the content of links to url for phpleague/commonmark markdown parser package.
ammardev/commonmark-image-tools
8 Downloads
Enhancements for image markdown rendering with league/commonmark
ammardev/commonmark-hljs
2 Downloads
Highlight markdown code using hljs on the backend side
alto/commonmark-tabs
0 Downloads
CommonMark extension that renders accessible tabbed content from @tabs / @tab / @endtabs markers with full ARIA support.
alto/commonmark-table-of-contents
0 Downloads
CommonMark extension that generates a linked table of contents from document headings at @toc directives.
alto/commonmark-source
0 Downloads
CommonMark extension that displays source files as highlighted code blocks at @source directives, with title, line numbers, and highlighting.
alto/commonmark-link-rewriter
0 Downloads
CommonMark extension that rewrites link and image URLs via base URI, mapping, regex patterns, or callbacks.
alto/commonmark-include
0 Downloads
CommonMark extension that includes and re-parses external Markdown files at @include directives.
alto/commonmark-import
0 Downloads
CommonMark extension that embeds raw file content at @import directives, with line range, language, and indent options.
alto/commonmark-heading-level
0 Downloads
CommonMark extension that shifts, maps, or transforms heading levels via a config array or callback.