Template

Syntax

Bash

# Output
echo "Hello, World!"

JSON

{
	"output": "Hello, World!"
}

With Title

script.ts
// Output
console.log('Hello, World!')

With Overflow

The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.
{
	"output": "The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog."
}