?
Current Path : /opt/wp/plugins/jetpack/_inc/lib/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : //opt/wp/plugins/jetpack/_inc/lib/markdown.php |
<?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' );