prettier/tests/markdown_ignore/top-level-range.md

22 lines
386 B
Markdown
Raw Normal View History

<!-- prettier-ignore-start -->
<!-- some tool start (this should be ignored) -->
| some | table |
| - | - |
| 1 | a |
| 2 | b |
<!-- some tool end -->
<!-- prettier-ignore-end -->
> <!-- prettier-ignore-start -->
> <!-- some tool start (this shouldn't be ignored) -->
>
> | some | table |
> | - | - |
> | 1 | a |
> | 2 | b |
>
> <!-- some tool end -->
> <!-- prettier-ignore-end -->