Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Feder1co5oave committed Sep 18, 2018
1 parent 8117b56 commit 51e97fd
Showing 1 changed file with 31 additions and 19 deletions.
50 changes: 31 additions & 19 deletions test/specs/marked/marked.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
[
{
"section": "Autolinks",
"markdown": "(See https://www.example.com/fhqwhgads.)",
"html": "<p>(See <a href=\"https://www.example.com/fhqwhgads\">https://www.example.com/fhqwhgads</a>.)</p>",
"example": 10
},
{
"section": "Autolinks",
"markdown": "((http://foo.com))",
"html": "<p>((<a href=\"http://foo.com\">http://foo.com</a>))</p>",
"example": 11
},
{
"section": "Autolinks",
"markdown": "((http://foo.com.))",
"html": "<p>((<a href=\"http://foo.com\">http://foo.com</a>.))</p>",
"example": 12
},
{
"section": "Code spans",
"markdown": "`someone@example.com`",
Expand Down Expand Up @@ -76,5 +58,35 @@
"markdown": "Link: [constructor][].\n\n[constructor]: https://example.org/",
"html": "<p>Link: <a href=\"https://example.org/\">constructor</a>.</p>",
"example": 10
},
{
"section": "Autolinks",
"markdown": "(See https://www.example.com/fhqwhgads.)",
"html": "<p>(See <a href=\"https://www.example.com/fhqwhgads\">https://www.example.com/fhqwhgads</a>.)</p>",
"example": 11
},
{
"section": "Autolinks",
"markdown": "((http://foo.com))",
"html": "<p>((<a href=\"http://foo.com\">http://foo.com</a>))</p>",
"example": 12
},
{
"section": "Autolinks",
"markdown": "((http://foo.com.))",
"html": "<p>((<a href=\"http://foo.com\">http://foo.com</a>.))</p>",
"example": 13
},
{
"section": "Autolinks",
"markdown": "~~hello@email.com~~",
"html": "<p><del><a href=\"mailto:hello@email.com\">hello@email.com</a></del></p>",
"example": 1307
},
{
"section": "Autolinks",
"markdown": "**me@example.com**",
"html": "<p><strong><a href=\"mailto:me@example.com\">me@example.com</a></strong></p>",
"example": 1327
}
]
]

0 comments on commit 51e97fd

Please sign in to comment.