Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.
Closed

wip #541

Show file tree
Hide file tree
Changes from all commits
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
18 changes: 9 additions & 9 deletions tool/gfm_stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
"395": "strict",
"396": "strict",
"397": "strict",
"398": "strict",
"398": "fail",
"399": "strict",
"400": "strict",
"401": "strict",
Expand Down Expand Up @@ -192,17 +192,17 @@
"423": "strict",
"424": "strict",
"425": "strict",
"426": "strict",
"426": "fail",
"427": "strict",
"428": "strict",
"429": "strict",
"430": "strict",
"431": "strict",
"432": "strict",
"433": "strict",
"434": "strict",
"435": "strict",
"436": "strict",
"434": "fail",
"435": "fail",
"436": "fail",
"437": "strict",
"438": "strict",
"439": "strict",
Expand Down Expand Up @@ -239,11 +239,11 @@
"470": "strict",
"471": "strict",
"472": "strict",
"473": "strict",
"474": "strict",
"475": "strict",
"473": "fail",
"474": "fail",
"475": "fail",
"476": "strict",
"477": "strict",
"477": "fail",
"478": "strict",
"479": "strict",
"480": "strict",
Expand Down
6 changes: 3 additions & 3 deletions tool/gfm_stats.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
25 of 25 – 100.0% Block quotes
22 of 22 – 100.0% Code spans
1 of 1 – 100.0% Disallowed Raw HTML (extension)
131 of 131 – 100.0% Emphasis and strong emphasis
122 of 131 – 93.1% Emphasis and strong emphasis
17 of 17 – 100.0% Entity and numeric character references
29 of 29 – 100.0% Fenced code blocks
15 of 15 – 100.0% Hard line breaks
Expand All @@ -28,5 +28,5 @@
11 of 11 – 100.0% Tabs
3 of 3 – 100.0% Textual content
19 of 19 – 100.0% Thematic breaks
670 of 670 – 100.0% TOTAL
660 of 670 – 98.5% TOTAL Strict
661 of 670 – 98.7% TOTAL
651 of 661 – 98.5% TOTAL Strict
18 changes: 9 additions & 9 deletions tool/gfm_tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -3572,7 +3572,7 @@
},
{
"markdown": "__foo, __bar__, baz__\n",
"html": "<p><strong>foo, <strong>bar</strong>, baz</strong></p>\n",
"html": "<p><strong>foo, bar, baz</strong></p>\n",
"example": 398,
"start_line": 6926,
"end_line": 6930,
Expand Down Expand Up @@ -3824,7 +3824,7 @@
},
{
"markdown": "foo******bar*********baz\n",
"html": "<p>foo<strong><strong><strong>bar</strong></strong></strong>***baz</p>\n",
"html": "<p>foo<strong>bar</strong>***baz</p>\n",
"example": 426,
"start_line": 7197,
"end_line": 7201,
Expand Down Expand Up @@ -3896,7 +3896,7 @@
},
{
"markdown": "__foo __bar__ baz__\n",
"html": "<p><strong>foo <strong>bar</strong> baz</strong></p>\n",
"html": "<p><strong>foo bar baz</strong></p>\n",
"example": 434,
"start_line": 7268,
"end_line": 7272,
Expand All @@ -3905,7 +3905,7 @@
},
{
"markdown": "____foo__ bar__\n",
"html": "<p><strong><strong>foo</strong> bar</strong></p>\n",
"html": "<p><strong>foo bar</strong></p>\n",
"example": 435,
"start_line": 7275,
"end_line": 7279,
Expand All @@ -3914,7 +3914,7 @@
},
{
"markdown": "**foo **bar****\n",
"html": "<p><strong>foo <strong>bar</strong></strong></p>\n",
"html": "<p><strong>foo bar</strong></p>\n",
"example": 436,
"start_line": 7282,
"end_line": 7286,
Expand Down Expand Up @@ -4247,7 +4247,7 @@
},
{
"markdown": "****foo****\n",
"html": "<p><strong><strong>foo</strong></strong></p>\n",
"html": "<p><strong>foo</strong></p>\n",
"example": 473,
"start_line": 7567,
"end_line": 7571,
Expand All @@ -4256,7 +4256,7 @@
},
{
"markdown": "____foo____\n",
"html": "<p><strong><strong>foo</strong></strong></p>\n",
"html": "<p><strong>foo</strong></p>\n",
"example": 474,
"start_line": 7574,
"end_line": 7578,
Expand All @@ -4265,7 +4265,7 @@
},
{
"markdown": "******foo******\n",
"html": "<p><strong><strong><strong>foo</strong></strong></strong></p>\n",
"html": "<p><strong>foo</strong></p>\n",
"example": 475,
"start_line": 7585,
"end_line": 7589,
Expand All @@ -4283,7 +4283,7 @@
},
{
"markdown": "_____foo_____\n",
"html": "<p><em><strong><strong>foo</strong></strong></em></p>\n",
"html": "<p><em><strong>foo</strong></em></p>\n",
"example": 477,
"start_line": 7601,
"end_line": 7605,
Expand Down