|
262 | 262 | "example": 33,
|
263 | 263 | "start_line": 787,
|
264 | 264 | "end_line": 791,
|
265 |
| - "section": "ATX headings" |
| 265 | + "section": "ATX headings", |
| 266 | + "shouldFail": true |
266 | 267 | },
|
267 | 268 | {
|
268 | 269 | "markdown": "#5 bolt\n\n#hashtag\n",
|
269 | 270 | "html": "<p>#5 bolt</p>\n<p>#hashtag</p>\n",
|
270 | 271 | "example": 34,
|
271 | 272 | "start_line": 802,
|
272 | 273 | "end_line": 809,
|
273 |
| - "section": "ATX headings" |
| 274 | + "section": "ATX headings", |
| 275 | + "shouldFail": true |
274 | 276 | },
|
275 | 277 | {
|
276 | 278 | "markdown": "\\## foo\n",
|
|
886 | 888 | "example": 110,
|
887 | 889 | "start_line": 1908,
|
888 | 890 | "end_line": 1919,
|
889 |
| - "section": "Fenced code blocks" |
| 891 | + "section": "Fenced code blocks", |
| 892 | + "shouldFail": true |
890 | 893 | },
|
891 | 894 | {
|
892 | 895 | "markdown": "foo\n---\n~~~\nbar\n~~~\n# baz\n",
|
|
2212 | 2215 | "example": 273,
|
2213 | 2216 | "start_line": 4928,
|
2214 | 2217 | "end_line": 4938,
|
2215 |
| - "section": "Lists" |
| 2218 | + "section": "Lists", |
| 2219 | + "shouldFail": true |
2216 | 2220 | },
|
2217 | 2221 | {
|
2218 | 2222 | "markdown": "The number of windows in my house is\n14. The number of doors is 6.\n",
|
2219 | 2223 | "html": "<p>The number of windows in my house is\n14. The number of doors is 6.</p>\n",
|
2220 | 2224 | "example": 274,
|
2221 | 2225 | "start_line": 5005,
|
2222 | 2226 | "end_line": 5011,
|
2223 |
| - "section": "Lists", |
2224 |
| - "shouldFail": true |
| 2227 | + "section": "Lists" |
2225 | 2228 | },
|
2226 | 2229 | {
|
2227 | 2230 | "markdown": "The number of windows in my house is\n1. The number of doors is 6.\n",
|
2228 | 2231 | "html": "<p>The number of windows in my house is</p>\n<ol>\n<li>The number of doors is 6.</li>\n</ol>\n",
|
2229 | 2232 | "example": 275,
|
2230 | 2233 | "start_line": 5015,
|
2231 | 2234 | "end_line": 5023,
|
2232 |
| - "section": "Lists" |
| 2235 | + "section": "Lists", |
| 2236 | + "shouldFail": true |
2233 | 2237 | },
|
2234 | 2238 | {
|
2235 | 2239 | "markdown": "- foo\n\n- bar\n\n\n- baz\n",
|
|
4904 | 4908 | "example": 598,
|
4905 | 4909 | "start_line": 8787,
|
4906 | 4910 | "end_line": 8791,
|
4907 |
| - "section": "Autolinks", |
4908 |
| - "shouldFail": true |
| 4911 | + "section": "Autolinks" |
4909 | 4912 | },
|
4910 | 4913 | {
|
4911 | 4914 | "markdown": "<http://example.com/\\[\\>\n",
|
|
4953 | 4956 | "example": 604,
|
4954 | 4957 | "start_line": 8850,
|
4955 | 4958 | "end_line": 8854,
|
4956 |
| - "section": "Autolinks", |
4957 |
| - "shouldFail": true |
| 4959 | + "section": "Autolinks" |
4958 | 4960 | },
|
4959 | 4961 | {
|
4960 | 4962 | "markdown": "<m:abc>\n",
|
|
4978 | 4980 | "example": 607,
|
4979 | 4981 | "start_line": 8871,
|
4980 | 4982 | "end_line": 8875,
|
4981 |
| - "section": "Autolinks", |
4982 |
| - "shouldFail": true |
| 4983 | + "section": "Autolinks" |
4983 | 4984 | },
|
4984 | 4985 | {
|
4985 | 4986 | "markdown": "foo@bar.example.com\n",
|
4986 | 4987 | "html": "<p>foo@bar.example.com</p>\n",
|
4987 | 4988 | "example": 608,
|
4988 | 4989 | "start_line": 8878,
|
4989 | 4990 | "end_line": 8882,
|
4990 |
| - "section": "Autolinks", |
4991 |
| - "shouldFail": true |
| 4991 | + "section": "Autolinks" |
4992 | 4992 | },
|
4993 | 4993 | {
|
4994 | 4994 | "markdown": "<a><bab><c2c>\n",
|
|
0 commit comments