File Editor
Directories:
.. (Back)
admin-pages
core-api
debugger
markdown
Files:
class-jetpack-ai-helper.php
class-jetpack-currencies.php
class-jetpack-instagram-gallery-helper.php
class-jetpack-mapbox-helper.php
class-jetpack-podcast-feed-locator.php
class-jetpack-podcast-helper.php
class-jetpack-recommendations.php
class-jetpack-top-posts-helper.php
class.color.php
class.core-rest-api-endpoints.php
class.jetpack-automatic-install-skin.php
class.jetpack-iframe-embed.php
class.jetpack-keyring-service-helper.php
class.jetpack-password-checker.php
class.jetpack-search-performance-logger.php
class.media-extractor.php
class.media-summary.php
class.media.php
components.php
debugger.php
functions.wp-notify.php
icalendar-reader.php
markdown.php
plans.php
plugins.php
tonesque.php
widgets.php
Create New File
Create
Edit File: 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' ) ) { require_once JETPACK__PLUGIN_DIR . '/_inc/lib/markdown/extra.php'; } require_once JETPACK__PLUGIN_DIR . '/_inc/lib/markdown/gfm.php';
Save Changes
Rename File
Rename