HUGO: Syntax highlighting
JSON
[
{
"title": "apples",
"count": [12000, 20000],
"description": {"text": "...", "sensitive": false}
},
{
"title": "oranges",
"count": [17500, null],
"description": {"text": "...", "sensitive": false}
}
]
Java
System.out.println("Hello, world");
Scala
val s = "Hello, world"
println(s)