Skip to content

Commit 9407cef

Browse files
committed
fix test with a single escaped pipe
1 parent 9de68cc commit 9407cef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/specs/marked/marked.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
{
1515
"section": "Table cells",
16-
"markdown": "|1|\n|-|\n|1\\||",
17-
"html": "<table><thead><tr><th>1</th></tr></thead><tbody><tr><td>1|</td></tr></tbody></table>",
16+
"markdown": "|1|\n|-|\n|\\||",
17+
"html": "<table><thead><tr><th>1</th></tr></thead><tbody><tr><td>|</td></tr></tbody></table>",
1818
"example": 3
1919
},
2020
{

0 commit comments

Comments
 (0)