Libraries tagged by html markdown
webuni/commonmark-attributes-extension
156757 Downloads
The attributes extension adds a syntax to define attributes on the various HTML elements in CommonMark PHP implementation.
dg/texy
135273 Downloads
Texy converts plain text in easy to read Texy syntax into structurally valid (X)HTML. It supports adding of images, links, nested lists, tables and has full support for CSS. Texy supports hyphenation of long words (which reflects language rules), clickable emails and URL (emails are obfuscated against spambots), national typographic single and double quotation marks, ellipses, em dashes, dimension sign, nonbreakable spaces (e.g. in phone numbers), acronyms, arrows and many others. Texy code can optionally contain HTML tags.
easy-doc/easy-doc
487007 Downloads
An easy way to generate a static website from HTML/Markdown/RST/Pug/anything sources
gabrielesbaiz/nova-card-html
16035 Downloads
A Laravel Nova card that renders HTML, Markdown or Blade content, with lazy loading, caching and dark mode.
soleinjast/symfony-markdown-response-bundle
1262 Downloads
Serve markdown versions of your HTML pages to AI agents and bots
mobizel/markdown-docs-bundle
10898 Downloads
Explore your markdown documentation files via html web pages
cradeq/commonmark-html-whitelist-extension
9526 Downloads
Allows HTML tags to be used in Markdown, while still escaping or stripping all other HTML input.
jeffersongoncalves/laravel-markdown
576 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.
jeffersongoncalves/laravel-html-sanitizer
586 Downloads
This Laravel package provides a simple wrapper around the Symfony HTML Sanitizer to safely clean untrusted HTML. It strips scripts, inline event handlers, and Alpine attributes while keeping the presentational subset (headings, lists, tables, code blocks, images, links) that rendered Markdown and READMEs need. The package is easy to install and configure, seamlessly integrating with your existing Laravel application.
cohensive/markdown
14419 Downloads
PHP Markdown variant for Laravel 4.
twig/markdown-extension
97922 Downloads
A Twig extension for Markdown
yansongda/laravel-parsedown
9212 Downloads
Convert Markdown To Html With Laravel
picocms/pico-composer
20795 Downloads
Pico is a flat file CMS, this means there is no administration backend and database to deal with. You simply create .md files in the "content" folder and that becomes a page.
grazulex/laravel-atlas
2858 Downloads
Laravel Atlas scans your Laravel project to generate a complete, structured map of its internal components — models, controllers, routes, jobs, observers, events, commands, and more — and exports visual or machine-readable representations in formats like Markdown, JSON, HTML, Blade, or PDF.
pxlrbt/laravel-notification-preview
496 Downloads
Browse, preview and test-send every notification and mailable in your Laravel app – mail as HTML and text, other channels as their payload.