PHP code example of odino / php-markdown-extra-extended
1. Go to this page and download the library: Download odino/php-markdown-extra-extended 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/ */
odino / php-markdown-extra-extended example snippets
// Convert markdown formatted text in $markdown to HTML
$html = MarkdownExtended($markdown);
markdown
===
![](img/reference.png)
===
markdown
=== [A **happy face** is good for web developers]
![](img/reference.png)
===
markdown
===
![](img/reference.png)
=== [A **happy face** is good for web developers]