From b19b3ccd7feb6a74ccac983b64814e2aefe73aef Mon Sep 17 00:00:00 2001 From: David Anson Date: Tue, 7 Nov 2017 21:49:08 -0800 Subject: [PATCH] Add new test case from markdownlint/markdownlint project. --- test/headers_good_with_issue_numbers.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/headers_good_with_issue_numbers.md diff --git a/test/headers_good_with_issue_numbers.md b/test/headers_good_with_issue_numbers.md new file mode 100644 index 00000000..c0bda10b --- /dev/null +++ b/test/headers_good_with_issue_numbers.md @@ -0,0 +1,12 @@ +# Heading 1 + +## Heading 2 + +See the following issues: + +* #1234 +* #5678 (and related) + * #5678 + * #9101 + +## Heading 3