test/*.txt: Fix some formatting.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207
diff --git a/test/coverage.txt b/test/coverage.txt
index 64b4678..a00f418 100644
--- a/test/coverage.txt
+++ b/test/coverage.txt
@@ -64,7 +64,9 @@ bar</a></p>
</blockquote>
````````````````````````````````
+
### [Issue 10](https://github.com/mity/md4c/issues/10)
+
```````````````````````````````` example
[x]:
x
@@ -80,14 +82,18 @@ x
</ul>
````````````````````````````````
+
### [Issue 11](https://github.com/mity/md4c/issues/11)
+
```````````````````````````````` example
x [link](/url "foo – bar") x
.
<p>x <a href="/url" title="foo – bar">link</a> x</p>
````````````````````````````````
+
### [Issue 15](https://github.com/mity/md4c/issues/15)
+
```````````````````````````````` example
***b* c*
.
@@ -96,6 +102,7 @@ x [link](/url "foo – bar") x
### [Issue 14](https://github.com/mity/md4c/issues/14)
+
```````````````````````````````` example
a***b* c*
.
@@ -104,6 +111,7 @@ a***b* c*
### [Issue 21](https://github.com/mity/md4c/issues/21)
+
```````````````````````````````` example
a*b**c*
.
@@ -112,6 +120,7 @@ a*b**c*
### [Issue 33](https://github.com/mity/md4c/issues/33)
+
```````````````````````````````` example
```&&&&&&&&
.
@@ -120,6 +129,7 @@ a*b**c*
### [Issue 36](https://github.com/mity/md4c/issues/36)
+
```````````````````````````````` example
__x_ _x___
.
@@ -128,6 +138,7 @@ __x_ _x___
### [Issue 39](https://github.com/mity/md4c/issues/39)
+
```````````````````````````````` example
[\\]: x
.
@@ -135,6 +146,7 @@ __x_ _x___
### [Issue 40](https://github.com/mity/md4c/issues/40)
+
```````````````````````````````` example
[x](url
'title'
@@ -145,6 +157,7 @@ __x_ _x___
### [Issue 65](https://github.com/mity/md4c/issues/65)
+
```````````````````````````````` example
`
.
@@ -153,6 +166,7 @@ __x_ _x___
### [Issue 74](https://github.com/mity/md4c/issues/74)
+
```````````````````````````````` example
[f]:
-
@@ -217,7 +231,6 @@ Ditto for Unicode punctuation (here U+00A1).
### `md_is_link_destination_A()`
-
```````````````````````````````` example
[link](</url\.with\.escape>)
.
@@ -227,7 +240,6 @@ Ditto for Unicode punctuation (here U+00A1).
### `md_link_label_eq()`
-
```````````````````````````````` example
[foo bar]
diff --git a/test/permissive-url-autolinks.txt b/test/permissive-url-autolinks.txt
index 89f60c2..03a2069 100644
--- a/test/permissive-url-autolinks.txt
+++ b/test/permissive-url-autolinks.txt
@@ -67,11 +67,13 @@ Anonymous FTP is available at ftp://foo.bar.baz.
## GitHub Issues
### [Issue 53](https://github.com/mity/md4c/issues/53)
+
```````````````````````````````` example
This is [link](http://github.com/).
.
<p>This is <a href="http://github.com/">link</a>.</p>
````````````````````````````````
+
```````````````````````````````` example
This is [link](http://github.com/)X
.
@@ -80,6 +82,7 @@ This is [link](http://github.com/)X
## [Issue 76](https://github.com/mity/md4c/issues/76)
+
```````````````````````````````` example
*(http://example.com)*
.
diff --git a/test/tables.txt b/test/tables.txt
index ffda75d..b883e82 100644
--- a/test/tables.txt
+++ b/test/tables.txt
@@ -312,14 +312,15 @@ But the last line is not part of it due its indentation.)
### [Issue 42](https://github.com/mity/md4c/issues/42)
-```
+
+```````````````````````````````` example
] http://x.x *x*
|x|x|
|---|---|
|x|
.
-<p>] <a href="http://x.x">http://x.x</a> <em>x</em></p>
+<p>] http://x.x <em>x</em></p>
<table>
<thead>
<tr>
@@ -330,7 +331,8 @@ But the last line is not part of it due its indentation.)
<tbody>
<tr>
<td>x</td>
+<td></td>
</tr>
</tbody>
</table>
-```
+````````````````````````````````
diff --git a/test/tasklists.txt b/test/tasklists.txt
index 378d520..aae1bf8 100644
--- a/test/tasklists.txt
+++ b/test/tasklists.txt
@@ -19,6 +19,7 @@ Basic task list may look as follows:
````````````````````````````````
Task lists can also be in ordered lists:
+
```````````````````````````````` example
1. [x] foo
2. [X] bar
@@ -32,6 +33,7 @@ Task lists can also be in ordered lists:
````````````````````````````````
Task lists can also be nested in ordinary lists:
+
```````````````````````````````` example
* xxx:
* [x] foo
@@ -59,6 +61,7 @@ Task lists can also be nested in ordinary lists:
````````````````````````````````
Or in a parent task list:
+
```````````````````````````````` example
1. [x] xxx:
* [x] foo
@@ -86,6 +89,7 @@ Or in a parent task list:
````````````````````````````````
Also, ordinary lists can be nested in the task lists.
+
```````````````````````````````` example
* [x] xxx:
* foo