PHP code example of rias / statamic-markdown-highlight

1. Go to this page and download the library: Download rias/statamic-markdown-highlight 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/ */

    

rias / statamic-markdown-highlight example snippets


'theme' => 'github-light', // change this 
bash
php artisan vendor:publish --tag=statamic-markdown-highlight-config --force