From 5be7104dabe62c1259f1306cc226d0bae6a4a4d3 Mon Sep 17 00:00:00 2001 From: David Anson Date: Thu, 10 Jan 2019 21:19:09 -0800 Subject: [PATCH] Fix formatting of fenced code blocks in test files. --- test/fenced_code_with_nesting.md | 78 ++++++++++++------------- test/fenced_code_without_blank_lines.md | 14 ++--- test/lists_without_blank_lines.md | 8 +-- 3 files changed, 50 insertions(+), 50 deletions(-) diff --git a/test/fenced_code_with_nesting.md b/test/fenced_code_with_nesting.md index 045cce3b..f3cadd0c 100644 --- a/test/fenced_code_with_nesting.md +++ b/test/fenced_code_with_nesting.md @@ -1,73 +1,73 @@ # heading -text -```fence {MD031} -code -``` {MD031} -text -~~~fence {MD031} -code -~~~ {MD031} -text -```fence {MD031} +text {MD031:4} +```fence +code {MD031:6} +``` +text {MD031:8} ~~~fence code ~~~ -``` {MD031} -text -~~~fence {MD031} +text {MD031:10} {MD031:12} +```fence +~~~fence +code +~~~ +``` +text {MD031:16} {MD031:18} +~~~fence ```fence code ``` -~~~ {MD031} -text -```fence {MD031} +~~~ +text {MD031:22} {MD031:24} +```fence ~~~fence code ~~~ -``` {MD031} -text -~~~fence {MD031} +``` +text {MD031:30} {MD031:32} +~~~fence ```fence code ``` -~~~ {MD031} -text -```fence {MD031} +~~~ +text {MD031:38} {MD031:40} +```fence code ~~~ -``` {MD031} -text -~~~fence {MD031} +``` +text {MD031:43} {MD031:45} +~~~fence code ``` -~~~ {MD031} -text -````fence {MD031} +~~~ +text {MD031:48} {MD031:50} +````fence ```fence code ``` -```` {MD031} -text -~~~~fence {MD031} +```` +text {MD031:54} {MD031:56} +~~~~fence ~~~fence code ~~~ -~~~~ {MD031} -text -````fence {MD031} +~~~~ +text {MD031:60} {MD031:62} +````fence ```fence code ``` -````` {MD031} -text -~~~~fence {MD031} +````` +text {MD031:66} {MD031:68} +~~~~fence ~~~fence code ~~~ -~~~~~ {MD031} -text +~~~~~ +text {MD031:72} diff --git a/test/fenced_code_without_blank_lines.md b/test/fenced_code_without_blank_lines.md index e3adeaf2..b4cf01a1 100644 --- a/test/fenced_code_without_blank_lines.md +++ b/test/fenced_code_without_blank_lines.md @@ -9,18 +9,18 @@ code ``` text -``` {MD031} +``` code -``` {MD031} -text +``` +text {MD031:12} {MD031:14} ``` code -``` {MD031} -text +``` +text {MD031:19} -text -``` {MD031} +text {MD031:23} +``` code ``` diff --git a/test/lists_without_blank_lines.md b/test/lists_without_blank_lines.md index 4de1221b..c871a099 100644 --- a/test/lists_without_blank_lines.md +++ b/test/lists_without_blank_lines.md @@ -58,8 +58,8 @@ text text -* list {MD032} -``` {MD031} +* list {MD032} {MD031:62} +``` code ``` @@ -67,8 +67,8 @@ text ``` code -``` {MD031} -* list {MD032} +``` +* list {MD032} {MD031:70} text