Parsedown.php 94 B

1234
  1. <?php
  2. if ( !class_exists('Parsedown', false) ) {
  3. require __DIR__ . '/ParsedownModern.php';
  4. }