prettier/tests/multiparser_markdown_js/markdown-preview-enhanced.md

280 B

plain js block

console.log(     "hello world"   );

js block with arguments

console.log(     "hello world"   );

js block with arguments and no space

console.log(     "hello world"   );