This repository has been archived on 2022-08-01. 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.
Oldphaloskepsis/plugins/jetpack/_inc/lib/markdown/0-load.php

7 lines
137 B
PHP
Raw Normal View History

2017-01-12 23:10:07 +00:00
<?php
if ( ! class_exists( 'MarkdownExtra_Parser' ) )
jetpack_require_lib( 'markdown/extra' );
jetpack_require_lib( 'markdown/gfm' );