File "markdown.php"

Full Path: /home/warrior1/public_html/wp-content/plugins/jetpack/_inc/lib/markdown.php
File size: 344 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Loader for the Markdown library.
 *
 * This file loads in a couple specific things from the markdown dir.
 *
 * @package automattic/jetpack
 */

if ( ! class_exists( 'MarkdownExtra_Parser' ) ) {
	require_once JETPACK__PLUGIN_DIR . '/_inc/lib/markdown/extra.php';
}

require_once JETPACK__PLUGIN_DIR . '/_inc/lib/markdown/gfm.php';