End plain lists when there are two blank lines.

This commit is contained in:
Tom Alexander
2023-04-12 13:09:44 -04:00
parent 7d5eb7c6bb
commit f27965001d
3 changed files with 57 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ clean:
.PHONY: test
test:
> cargo test
> cargo test --bin toy
.PHONY: run
run: