prettier/tests/multiparser_js_markdown/issue-5021.js

35 lines
176 B
JavaScript

if (true) {
md`
text1
- 123
- 456
text2
- 123
- 456
text3
- 123
- 456
`;
}
if (true) {
md`
text1
- 123
- 456
text2
- 123
- 456
text3
- 123
- 456
`;
}