Libraries tagged by github-flavoured
maglnet/magl-markdown
201955 Downloads
Provides a ZF2 View Helper to render markdown syntax. It uses third-party libraries for the rendering and you can switch between different renderers.
deanblackborough/php-quill-renderer
232180 Downloads
Render quill insert deltas to HTML, Markdown and GitHub flavoured Markdown
djadomi/f3-gfm
18 Downloads
GitHub-Flavoured Markdown plugin for Fat-Free Framework
firestitch/php-quill-renderer
8 Downloads
Render quill insert deltas to HTML, Markdown and GitHub flavoured Markdown. Forked from deanblackborough/php-quill-renderer
league/commonmark
450601346 Downloads
Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)
iliaal/mdparser
763 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.
calebporzio/gitdown
14032 Downloads
A simple package to parse Github Flavored Markdown in PHP
professional-wiki/native-markdown
39 Downloads
MediaWiki extension that makes Markdown a native content model with first-class wiki integration
colinodell/commonmark-php
2362 Downloads
Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)
sabat24/markdown-table
1032 Downloads
Generate GitHub Flavored Markdown tables.
zero-config/preacher
77 Downloads
Personal static website generator using GitHub Flavored Markdown, Twig and Git.
pixelbrackets/gfm-stylesheet
2226 Downloads
GitHub Flavored Markdown Stylesheet - Version of the »sindresorhus/github-markdown-css« stylesheet with a body style and without the »markdown-body« prefix
kntnt/html-to-markdown
139 Downloads
A dependency-free PHP 8.4 library that converts HTML into GitHub Flavored Markdown. A faithful port of the Go library JohannesKaufmann/html-to-markdown (v2).
jeffersongoncalves/laravel-markdown
58 Downloads
A shared CommonMark renderer for Laravel with GitHub Flavored Markdown, optional heading permalinks, and server-side syntax highlighting (class-based tokens) via tempest/highlight. Safe by default: raw HTML is escaped unless you opt in to html_input=allow for trusted content. Requires PHP 8.4 because the syntax highlighter tempest/highlight requires it from 2.26 onward.
axllent/silverstripe-gfmarkdown
4928 Downloads
GitHub Flavored Markdown editing & rendering using Parsedown