mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
Added ability to specify link titles to inline and reference links.
Fixed whitespace bug with reference link regex. Updated tests.
This commit is contained in:
@@ -2,4 +2,6 @@
|
||||
|
||||
[`link`](http://example.com)
|
||||
|
||||
[link with title](http://example.com "Example")
|
||||
|
||||
[](http://example.com)
|
Reference in New Issue
Block a user