Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
revert changes to gfm.0.29.json
  • Loading branch information
EmmetZC committed Nov 23, 2021
commit 1f260a969a1175b304bbe7ce882eebabbb0f6017
12 changes: 0 additions & 12 deletions test/specs/gfm/gfm.0.29.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,6 @@
"markdown": "| abc | def |\n| --- | --- |",
"example": 205
},
{
"section": "[extension] Tables",
"html": "<p>paragraph 1</p><table>\n<thead>\n<tr>\n<th>abc</th>\n<th>def</th>\n</tr>\n</thead>\n</table>",
"markdown": "paragraph 1\n| abc | def |\n| --- | --- |",
"example": 206
},
{
"section": "[extension] Tables",
"html": "<p>paragraph with <code>inline code</code></p><table>\n<thead>\n<tr>\n<th>abc</th>\n<th>def</th>\n</tr>\n</thead>\n</table>",
"markdown": "paragraph with `inline code`\n| abc | def |\n| --- | --- |",
"example": 207
},
{
"section": "[extension] Task list items",
"html": "<ul>\n<li><input disabled=\"\" type=\"checkbox\"> foo</li>\n<li><input checked=\"\" disabled=\"\" type=\"checkbox\"> bar</li>\n</ul>",
Expand Down