PHP code example of demontpx / parsedown-bundle

1. Go to this page and download the library: Download demontpx/parsedown-bundle 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/ */

    

demontpx / parsedown-bundle example snippets


new Demontpx\ParsedownBundle\DemontpxParsedownBundle()

$parsedown = $container->get('demontpx_parsedown.parsedown');
$parsedText = $parsedown->text($text);