This repository was archived by the owner on Aug 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ Used to test style.
44
55## GOOD: One level step down headings.
66
7- <!-- lint disable no-duplicate-headings-in-section -->
7+ <!-- lint disable no-duplicate-headings-in-section-->
88
99### GOOD: Repeated Content when rule is disabled
1010
1111### GOOD: Repeated Content when rule is disabled
1212
13- <!-- lint enable no-duplicate-headings-in-section -->
13+ <!-- lint enable no-duplicate-headings-in-section-->
1414
1515## GOOD: Section with subsections that duplicate
1616
Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ Used to test style.
44
55## GOOD: One level step down headings.
66
7- <!-- lint disable no-duplicate-headings-in-section -->
7+ <!-- lint disable no-duplicate-headings-in-section-->
88
99### GOOD: Repeated Content when rule is disabled
1010
1111### GOOD: Repeated Content when rule is disabled
1212
13- <!-- lint enable no-duplicate-headings-in-section -->
13+ <!-- lint enable no-duplicate-headings-in-section-->
1414
1515## GOOD: Section with subsections that duplicate
1616
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ echo "Testing bad.md ..."
2323diff <( " $LINT_MD " " $TEST_DIR /bad.md" --no-color 2>&1 ) " $TEST_DIR /bad.expected.md"
2424EXIT_BAD=$?
2525
26- echo " Testing a-bad-filename.expected. md ..."
26+ echo " Testing a-bad-filename.md ..."
2727diff <( " $LINT_MD " " $TEST_DIR /a-bad-filename.md" --no-color 2>&1 ) " $TEST_DIR /a-bad-filename.expected.md"
2828EXIT_BAD_FILENAME=$?
2929
You can’t perform that action at this time.
0 commit comments