2011-05-07 15:16:47 +01:00

16 lines
214 B
JSON

["html",
["blockquote",
["p",
"There's a code block in here:"
],
["pre",
["code",
"SET foo = TRUE\n\nIF foo GOTO 10"
]
],
["p",
"Wasn't that nice?"
]
]
]