league/commonmark dependents (840) Order by: name | downloads Show: all | require | require-dev
-
-
PHP
alle80/agent-devboard
Agent Devboard: a Livewire dev board where you queue requests for a coding agent (open to work → working → done, questions, stop, resume) — multiple lists, sub-tasks, notes, images, live updates, themes, settings.
-
-
-
-
PHP
alto/commonmark
A collection of CommonMark extensions: code block titles, content slicing, heading level adjustment, file import/include, source display, table of contents, tabs, and link rewriting.
-
PHP
alto/commonmark-code-block-title
CommonMark extension that parses title="..." from fenced code block info strings and renders them as <figcaption> inside <figure>.
-
PHP
alto/commonmark-content-slicer
CommonMark extension that wraps heading-based sections in nested <section> elements for semantic document structure.
-
PHP
alto/commonmark-heading-level
CommonMark extension that shifts, maps, or transforms heading levels via a config array or callback.
-
PHP
alto/commonmark-import
CommonMark extension that embeds raw file content at @import directives, with line range, language, and indent options.
-
PHP
alto/commonmark-include
CommonMark extension that includes and re-parses external Markdown files at @include directives.
-
PHP
alto/commonmark-link-rewriter
CommonMark extension that rewrites link and image URLs via base URI, mapping, regex patterns, or callbacks.
-
PHP
alto/commonmark-source
CommonMark extension that displays source files as highlighted code blocks at @source directives, with title, line numbers, and highlighting.
-
PHP
alto/commonmark-table-of-contents
CommonMark extension that generates a linked table of contents from document headings at @toc directives.
-
PHP
alto/commonmark-tabs
CommonMark extension that renders accessible tabbed content from @tabs / @tab / @endtabs markers with full ARIA support.