atom-beautify/examples/nested-jsbeautifyrc/markdown/expected/code-blocks.md

220 B

A code block with correct fences:

console.log('hello world!')

A code block with mistyped fences:

console.log('hello world!')

Code block with forgotten fences:

console.log('hello world!')