prettier/tests/multiparser_js_markdown/0-indent.js

20 lines
156 B
JavaScript

md`
This line shouldn't be indented at all in the resulting output.
`
if (true) {
md`
text1
- 123
- 456
text2
- 123
- 456
text3
- 123
- 456
`;
}