summaryrefslogtreecommitdiff
blob: 9edc4ef79b78d79d58144a52632ee5c7b4a0f1df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?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' ) ) {
	jetpack_require_lib( 'markdown/extra' );
}

jetpack_require_lib( 'markdown/gfm' );