forked from ucsd-cse15l-w22/markdown-parse
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
[a [nested link](a.com)](b.com) | ||
|
||
[a nested parenthesized url](a.com(())) | ||
|
||
[some escaped \[ brackets \]](example.com) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[this title text is really long and takes up more than | ||
one line | ||
|
||
and has some line breaks]( | ||
https://www.twitter.com | ||
) | ||
|
||
[this title text is really long and takes up more than | ||
one line]( | ||
https://ucsd-cse15l-w22.github.io/ | ||
) | ||
|
||
|
||
[this link doesn't have a closing parenthesis](github.com | ||
|
||
And there's still some more text after that. | ||
|
||
[this link doesn't have a closing parenthesis for a while](https://cse.ucsd.edu/ | ||
|
||
|
||
|
||
) | ||
|
||
And then there's more text | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
`[a link`](url.com) | ||
|
||
[another link](`google.com)` | ||
|
||
[`cod[e`](google.com) | ||
|
||
[`code]`](ucsd.edu) |