1764916906
markdown-4f3390eb041f728eaf50ae788aeba0316397f463
s:1586:"<blockquote>
<p>You might also like <a href="http://caret.io?ref=parsedown">Caret</a> - our Markdown editor for the Desktop.</p>
</blockquote>
<h2>Parsedown Extra</h2>
<p><a href="https://travis-ci.org/erusev/parsedown-extra"><img src="https://img.shields.io/travis/erusev/parsedown-extra/master.svg?style=flat-square" alt="Build Status" /></a></p>
<p>An extension of <a href="http://parsedown.org">Parsedown</a> that adds support for <a href="https://michelf.ca/projects/php-markdown/extra/">Markdown Extra</a>.</p>
<p><a href="http://parsedown.org/extra/">See Demo</a></p>
<h3>Installation</h3>
<p>Include both <code>Parsedown.php</code> and <code>ParsedownExtra.php</code> or install <a href="https://packagist.org/packages/erusev/parsedown-extra">the composer package</a>.</p>
<h3>Example</h3>
<pre><code class="language-php">$Extra = new ParsedownExtra();

echo $Extra-&gt;text('# Header {.sth}'); # prints: &lt;h1 class="sth"&gt;Header&lt;/h1&gt;</code></pre>
<h3>Questions</h3>
<p><strong>Who uses Parsedown Extra?</strong></p>
<p><a href="http://octobercms.com/">October CMS</a>, <a href="http://bolt.cm/">Bolt CMS</a>, <a href="http://getkirby.com/">Kirby CMS</a>, <a href="http://getgrav.org/">Grav CMS</a>, <a href="http://www.statamic.com/">Statamic CMS</a> and <a href="https://www.versioneye.com/php/erusev:parsedown-extra/references">more</a>.</p>
<p><strong>How can I help?</strong></p>
<p>Use it, star it, share it and in case you feel generous, <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&amp;hosted_button_id=528P3NZQMP8N2">donate some money</a>.</p>";