PHP code example of adjmpwgt / parsedown-extra-plus

1. Go to this page and download the library: Download adjmpwgt/parsedown-extra-plus library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

adjmpwgt / parsedown-extra-plus example snippets


    echo $Parsedown->text('Hello _Parsedown_!');
html
<pre><code class="mermaid">
graph LR
    A[Square Rect] -- Link text --> B((Circle))
    A --> C(Round Rect)
    B --> D{Rhombus}
    C --> D
</code></pre>