Fix Markdown test
It previously relied on multiple trailing newlines and that is not allowed by our new YAML format.
This commit is contained in:
parent
a6adfea206
commit
b849045d12
|
@ -25,4 +25,8 @@ format:
|
||||||
run: |
|
run: |
|
||||||
prettier --no-config --stdin-filepath=format.md
|
prettier --no-config --stdin-filepath=format.md
|
||||||
input: |
|
input: |
|
||||||
Hello, world!
|
1. First
|
||||||
|
3. Second
|
||||||
|
output: |
|
||||||
|
1. First
|
||||||
|
2. Second
|
||||||
|
|
Loading…
Reference in New Issue