Internal site. Jolli authentication required to view.
Skip to Content
ContentContent types

Last Updated: 5/6/2026


Content types

Verifies markdown features that have historically tripped renderers.

Tables with pipes inside cells

OperatorMeaningExample
|Pipe-ora | b
&Ampersanda & b
<Less thanx < 10
\\Backslashpath\\file

Inline HTML

Click to expand

Inline HTML inside markdown. Some MDX configs strip this — Nextra v4 should preserve `
`.

Code blocks across many languages

echo "shell"
def hello(): print("python")
fn main() { println!("rust"); }
package main import "fmt" func main() { fmt.Println("go") }
key: value list: - one - two
{ "valid": true, "count": 1 }
SELECT id, name FROM users WHERE active = true;
GET /api/v1/things HTTP/1.1 Host: example.com
; Some Shiki versions don't ship an INI grammar — verify graceful fallback [section] key = value

Heading styles

H3 with inline code and bold

H5 — rarely used, exercise it anyway

Long table

Col 1Col 2Col 3Col 4Col 5Col 6
a1a2a3a4a5a6
b1b2b3b4b5b6
c1c2c3c4c5c6