Use our extra helper file for quick setup Advance Components in your page - CHECKOUT
The recommended way to mark up a code block (both for semantics and for Prism) is a <pre>
element with a element <code>
inside, like so:
p { color: #1abc9c }
Use the following code to use HTML syntax highlighter.
Use the following code to use HTML syntax highlighter.
Line number at the beginning of code lines.
Obviously, this is supposed to work only for code blocks (<pre><code>
) and not for inline code. Add class line-numbers to your desired <pre>
and line-numbers plugin will take care.
Optional: You can specify the data-start (Number) attribute on the <pre>
element. It will shift the line counter.
Highlights specific lines and/or line ranges.
You specify the lines to be highlighted through the data-line attribute on the <pre>
element, in the following simple format: