diff --git a/langs/markdown.yaml b/langs/markdown.yaml index 8c848e5..6295b4d 100644 --- a/langs/markdown.yaml +++ b/langs/markdown.yaml @@ -25,4 +25,8 @@ format: run: | prettier --no-config --stdin-filepath=format.md input: | - Hello, world! + 1. First + 3. Second + output: | + 1. First + 2. Second