Fix parsing of regular links enclosed in []

This commit is contained in:
Niklas Fasching 2018-12-19 12:06:48 +01:00
parent 905648c34b
commit fb837e04af
4 changed files with 10 additions and 3 deletions

View file

@ -25,4 +25,5 @@
4. regular link to a file (video) [[my-video.mp4]]
5. regular link to http (image) [[http://placekitten.com/200/200#.png]]
6. regular link to https (image) [[https://placekitten.com/200/200#.png]]
7. auto link, i.e. not inside =\[[square brackets]\]= https://www.example.com
7. regular link enclosed in [] [[[https://www.example.com]]] [[[https://www.example.com][example.com]]]
8. auto link, i.e. not inside =\[[square brackets]\]= https://www.example.com