diff options
| author | Pig Fang <g-plane@hotmail.com> | 2024-08-02 20:12:51 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-02 12:12:51 +0000 |
| commit | 124a13280e3d71ed14ef0899b7bfd012f82ceb6e (patch) | |
| tree | d3cd42098c74c0b665c3ea1090660ae87391be94 /tests/testdata/fmt/badly_formatted.md | |
| parent | ea121c9a0e162a83beeae62ed9e5a7911877bcbc (diff) | |
feat(fmt): support YAML (#24717)
Diffstat (limited to 'tests/testdata/fmt/badly_formatted.md')
| -rw-r--r-- | tests/testdata/fmt/badly_formatted.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/tests/testdata/fmt/badly_formatted.md b/tests/testdata/fmt/badly_formatted.md index 26afe483b..05a4b2f97 100644 --- a/tests/testdata/fmt/badly_formatted.md +++ b/tests/testdata/fmt/badly_formatted.md @@ -43,4 +43,9 @@ function foo(): number { "numbers": ["1", "2"] } -```
\ No newline at end of file +``` + +```yaml +- item1 +- item2 +``` |
