Download the PHP package adjmpwgt/parsedown-extra-plus without Composer
On this page you can find all versions of the php package adjmpwgt/parsedown-extra-plus. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download adjmpwgt/parsedown-extra-plus
More information about adjmpwgt/parsedown-extra-plus
Files in adjmpwgt/parsedown-extra-plus
Download adjmpwgt/parsedown-extra-plus
More information about adjmpwgt/parsedown-extra-plus
Files in adjmpwgt/parsedown-extra-plus
Vendor adjmpwgt
Package parsedown-extra-plus
Short Description Configurable Markdown to HTML converter with Parsedown Extra.
License MIT
Homepage https://github.com/adjmpwgt/parsedown-extra-plus
Package parsedown-extra-plus
Short Description Configurable Markdown to HTML converter with Parsedown Extra.
License MIT
Homepage https://github.com/adjmpwgt/parsedown-extra-plus
Please rate this library. Is it a good library?
Informations about the package parsedown-extra-plus
Extension for Parsedown Extra
Configurable Markdown to HTML converter with Parsedown Extra.
Installation
Install the [composer package]:
composer require adjmpwgt/parsedown-extra-plus ^0.0.0-beta-2
Or include ParsedownExtraPlus.php
just after the Parsedown.php
and ParsedownExtra.php
use Parsedown;
use ParsedownExtra;
use ParsedownExtraPlus;
$parser = new ParsedownExtraPlus();
$text = <<<EOD
EOD;
echo $parser->text($text);
<pre class="prettyprint"><code class="language-php">
echo $Parsedown->text('Hello _Parsedown_!');
</code></pre>
pre.prettyprint
is a syntax highlighting class for Google CodePrettify
.
The following script is required for syntax highlighting
To deploy mermaid without a bundler, one can insert a script
tag with an absolute address and a mermaidAPI
call into the HTML like so:
All versions of parsedown-extra-plus with dependencies
PHP Build Version
Package Version
The package adjmpwgt/parsedown-extra-plus contains the following files
Loading the files please wait ....