Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 597 Bytes

File metadata and controls

16 lines (13 loc) · 597 Bytes

Code Highlight

Code Highlight highlights code syntax in any part of your Bolt site.

This extension uses highlight.js See the documentation for more details on usage or the demo for a list of supported languages.

This extension adds CSS and JS to all of your pages to provide highlighting. You can use this anywhere by adding <pre><code> tags to a piece of content:

<pre>
    <code class="html">
        <p>this will be highlighted</p>
    </code>
</pre>