PHPackages                             adhocore/htmlup - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. adhocore/htmlup

AbandonedLibrary[Parsing &amp; Serialization](/categories/parsing)

adhocore/htmlup
===============

HTML from Markdown.

0.2.1(7y ago)53536MITPHPPHP &gt;=5.4.0CI failing

Since Oct 25Pushed 3y ago3 watchersCompare

[ Source](https://github.com/adhocore/htmlup)[ Packagist](https://packagist.org/packages/adhocore/htmlup)[ Docs](https://github.com/adhocore/htmlup)[ RSS](/packages/adhocore-htmlup/feed)WikiDiscussions master Synced today

READMEChangelog (5)Dependencies (1)Versions (7)Used By (0)

adhocore/htmlup
---------------

[](#adhocorehtmlup)

[![Latest Version](https://camo.githubusercontent.com/847a922ceb2d8dbd717f0dc7060fc358906ef31b86a73cb139cdf583c9138cf5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f6164686f636f72652f68746d6c75702e7376673f7374796c653d666c61742d737175617265)](https://github.com/adhocore/htmlup/releases)[![Travis Build](https://camo.githubusercontent.com/0e05622af3d9ddc44195efeb403ce8e927544054dd2647cc5be21a8f830b8a8e/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6164686f636f72652f68746d6c75702f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/adhocore/htmlup?branch=master)[![Scrutinizer CI](https://camo.githubusercontent.com/328b6f978bdeb05d80c1f9b3931d4e6a31887a428295b7d01a306ac6ba544ca4/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6164686f636f72652f68746d6c75702e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/adhocore/htmlup/?branch=master)[![Codecov branch](https://camo.githubusercontent.com/ff420aa835e1918c3a3955e28846edc98c7a05d45b90c75e63f77303693c0aed/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f6769746875622f6164686f636f72652f68746d6c75702f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://codecov.io/gh/adhocore/htmlup)[![StyleCI](https://camo.githubusercontent.com/e6dae7e2780181cc58421da6f9e4013dffa1f6cbc95a5b6b90a42025dde906fc/68747470733a2f2f7374796c6563692e696f2f7265706f732f32303739333734352f736869656c64)](https://styleci.io/repos/20793745)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE)[![Donate 15](https://camo.githubusercontent.com/74c874f5db51b09cbaddbfd6825747715ed964061f2d0107ef140ba03dbebb45/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f6e6174652d70617970616c2d626c75652e7376673f7374796c653d666c61742d737175617265266c6162656c3d646f6e6174652b3135)](https://www.paypal.me/ji10/15usd)[![Donate 25](https://camo.githubusercontent.com/4516fc75af3eea8e43327ef2f6a976178a1a77194a2db7aec16c08fe27596103/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f6e6174652d70617970616c2d626c75652e7376673f7374796c653d666c61742d737175617265266c6162656c3d646f6e6174652b3235)](https://www.paypal.me/ji10/25usd)[![Donate 50](https://camo.githubusercontent.com/29ad89c122fca7e091ebf8f948a9c5a35258ddda45533c4cb3e7ff9340ffa11d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646f6e6174652d70617970616c2d626c75652e7376673f7374796c653d666c61742d737175617265266c6162656c3d646f6e6174652b3530)](https://www.paypal.me/ji10/50usd)[![Tweet](https://camo.githubusercontent.com/cb820a0ecc9645168e33b03925d7f14691262ddbaeaf66a0a91697803d0cba2d/68747470733a2f2f696d672e736869656c64732e696f2f747769747465722f75726c2f687474702f736869656c64732e696f2e7376673f7374796c653d736f6369616c)](https://twitter.com/intent/tweet?text=Lightweight+and+fast+markdown+to+HTML+parser+for+PHP&url=https://github.com/adhocore/htmlup&hashtags=php,markdown,markdownparser,phpmarkdown)

`htmlup` is ultra lightweight and uber speedy markdown to html parser written in PHP. **Concept** - it splits the markdown into lines and parses to markup one by one, finally applies markdown syntaxes on the markup. It supports most of the markdown as in [specs](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet "cheatsheet").

installation
============

[](#installation)

Run `composer require adhocore/htmlup`

usage
=====

[](#usage)

```
