PHPackages                             inwebo/markdown - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. inwebo/markdown

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

inwebo/markdown
===============

A modern PHP markdown parser

1.0.0(3mo ago)2111GPL-3.0-or-laterPHPPHP ^8.3CI failing

Since Jan 26Pushed 3mo agoCompare

[ Source](https://github.com/inwebo/markdown)[ Packagist](https://packagist.org/packages/inwebo/markdown)[ RSS](/packages/inwebo-markdown/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (3)Used By (1)

PHP Markdown
============

[](#php-markdown)

[![GitHub Actions Workflow Status](https://camo.githubusercontent.com/f17fc6d45b011e1a7ef384e0db6087252277d122e03b369c43ad42bd62e068ae/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f696e7765626f2f6d61726b646f776e2f2e676974687562253246776f726b666c6f77732532466c6962726172792e796d6c3f6272616e63683d6d6173746572267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/f17fc6d45b011e1a7ef384e0db6087252277d122e03b369c43ad42bd62e068ae/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f696e7765626f2f6d61726b646f776e2f2e676974687562253246776f726b666c6f77732532466c6962726172792e796d6c3f6272616e63683d6d6173746572267374796c653d666c61742d737175617265)[![Packagist Version](https://camo.githubusercontent.com/ff2553b78e36a9a0678c3530eebc88e112504491ab5fcb553bb48f7202a399a3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e7765626f2f6d61726b646f776e3f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/ff2553b78e36a9a0678c3530eebc88e112504491ab5fcb553bb48f7202a399a3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e7765626f2f6d61726b646f776e3f7374796c653d666c61742d737175617265)[![Packagist Downloads](https://camo.githubusercontent.com/a34b51640ee6e763b53c2868f4f2b55b4e6e773b9c61aeb6399c6bd991ab3b19/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64642f696e7765626f2f6d61726b646f776e3f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/a34b51640ee6e763b53c2868f4f2b55b4e6e773b9c61aeb6399c6bd991ab3b19/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64642f696e7765626f2f6d61726b646f776e3f7374796c653d666c61742d737175617265)

Introduction
------------

[](#introduction)

**PHP Markdown** is a lightweight library written in PHP that parses Markdown syntax into HTML. It aims to provide a simple, efficient tokenizer and parser that adheres closely to standard Markdown specifications, making it ideal for developers who want full control over their Markdown rendering pipeline.

Installation
------------

[](#installation)

```
composer require inwebo/markdown
```

Usage
-----

[](#usage)

```
