HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/martyknows.com/wp-content/plugins/enlighter/views/admin/compatibility/Crayon.phtml
<?php if (!defined('ENLIGHTER_INIT')) die('DIRECT ACCESS PROHIBITED'); ?>

<!-- Crayon Processing -->
<div class="postbox enlighter-postbox">
    <h3 class="hndle"><span><?php _e('Crayon Syntax Highlighter', 'enlighter'); ?></span></h3>
    <div class="inside enlighter-setting-section">

        
        <p>
        <?php _e('Enlighter can convert regular Crayon <code>pre</code> tags into EnlighterJS <code>pre</code> tags on the fly.', 'enlighter'); ?><br />
        <?php _e('This mode should only be used for legacy compatibility of old post/pages - NEVER USE THE CRAYON SYNTAX FOR NEW POSTS!', 'enlighter'); ?>
        </p>

        <h4><?php _e('Supported attributes', 'enlighter'); ?></h4>
        <p><?php _e('The following Crayon specific attributes will be recognized and converted to EnlighterJS equivalents.', 'enlighter'); ?></p>
        <ul>
            <li>lang</li> 
            <li>start-line</li>
            <li>nums</li>
            <li>mark</li>
            <li>title</li>
        </ul>

        <h4><?php _e('Compatibility mode', 'enlighter'); ?></h4>

        <!-- Crayon support -->
        <?php $this->_settingsUtility->displayCheckbox(
            __('Crayon', 'enlighter'),
            'compat-crayon',
            array(
                'label' => __('Enable', 'enlighter'),
                'description' => __('', 'enlighter')
            )); 
        ?>

    </div>
</div>