This repository has been archived on 2023-08-16. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Omphaloskepsis/plugins/jetpack/_inc/lib/markdown/0-load.php
2018-03-21 18:19:20 +00:00

6 lines
137 B
PHP

<?php
if ( ! class_exists( 'MarkdownExtra_Parser' ) )
jetpack_require_lib( 'markdown/extra' );
jetpack_require_lib( 'markdown/gfm' );