Skip to main content Accessibility Feedback

Code

Kelp includes styles for inline code and blocks of preformatted text.

Inline code: .js-example.

/* Preformatted Text */
.js-example {
    color: #272727;
    background: #ffffff;
}
Inline code: `.js-example`.

<pre><code>/* Preformatted Text */
.js-example {
	color: #272727;
	background: #ffffff;
}</code></pre>

Kelp does not include syntax highlighting, but when support for the Highlight API is better, I hope to add it natively.

The Kelp documentation uses Hugo and Chroma for syntax highlighting.