PHPackages                             ueberdosis/commonmark-hint-extension - 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. ueberdosis/commonmark-hint-extension

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

ueberdosis/commonmark-hint-extension
====================================

A hint extension for league/commonmark

0.1.0(4y ago)812.2k↓72.4%31MITPHPPHP ^8.0

Since Aug 26Pushed 4y ago2 watchersCompare

[ Source](https://github.com/ueberdosis/commonmark-hint-extension)[ Packagist](https://packagist.org/packages/ueberdosis/commonmark-hint-extension)[ Docs](https://github.com/ueberdosis/commonmark-hint-extension)[ GitHub Sponsors](https://github.com/:vendor_name)[ RSS](/packages/ueberdosis-commonmark-hint-extension/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (1)

> We need your support to maintain this package. 💖

CommonMark Hint Extension
=========================

[](#commonmark-hint-extension)

[![](https://camo.githubusercontent.com/efd1587de16c914d80cd652392c2c7815501abdbdcad66bb5cc7a6aaf779e2b7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7565626572646f7369732f636f6d6d6f6e6d61726b2d68696e742d657874656e73696f6e2e737667)](https://packagist.org/packages/ueberdosis/commonmark-hint-extension)[![Tests](https://github.com/ueberdosis/commonmark-hint-extension/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/ueberdosis/commonmark-hint-extension/actions/workflows/test.yml)[![](https://camo.githubusercontent.com/af9da15d6a0b2f9ce505b49f5d35a37e0545b076385e0c078602ad5d856cffd5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7565626572646f7369732f636f6d6d6f6e6d61726b2d68696e742d657874656e73696f6e2e737667)](https://packagist.org/packages/ueberdosis/commonmark-hint-extension)[![Sponsor](https://camo.githubusercontent.com/ee73cad5907779cdf16e865239ea623ca0bd44ccd5ad44fa7bfe7a5ac3ced298/68747470733a2f2f696d672e736869656c64732e696f2f7374617469632f76313f6c6162656c3d53706f6e736f72266d6573736167653d254532253944254134266c6f676f3d476974487562)](https://github.com/sponsors/ueberdosis)

A hint extension for [league/commonmark](https://github.com/thephpleague/commonmark) that renders the following Markdown as HTML.

Example
-------

[](#example)

### Markdown

[](#markdown)

```
:::important Warning!
This is how the **Markdown** looks.
:::
```

### HTML

[](#html)

```

        Warning!

        This is how the Markdown looks.

```

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

[](#installation)

You can install the package via composer:

```
composer require ueberdosis/commonmark-hint-extension
```

Usage
-----

[](#usage)

```
