🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-18 09:20:41 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
thedasstores.com
/
wp-content
/
plugins
/
jetpack
/
_inc
/
lib
📍 /home/therahul/thedasstores.com/wp-content/plugins/jetpack/_inc/lib
🔄 Refresh
✏️
Editing: markdown.php
Writable
<?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
❌ Cancel