- <?php
- require_once __DIR__ . "/../Highlight/Autoloader.php";
- $hl = new Highlight\Highlighter();
- ?>
- <html lang="en">
- <head>
- <title>highlight.php example</title>
- <link rel="stylesheet" type="text/css" href="../styles/default.css">
- </head>
- <body>
- <pre><code class="hljs <?=$r->language; ?>"><?=$r->value; ?></code></pre>
- </body>
- </html>