Fix parsing of regular links enclosed in []
This commit is contained in:
parent
905648c34b
commit
fb837e04af
4 changed files with 10 additions and 3 deletions
5
org/testdata/inline.html
vendored
5
org/testdata/inline.html
vendored
|
@ -101,6 +101,11 @@ regular link to https (image) <img src="https://placekitten.com/200/200#.png" al
|
|||
</li>
|
||||
<li>
|
||||
<p>
|
||||
regular link enclosed in [] [<a href="https://www.example.com">https://www.example.com</a>] [<a href="https://www.example.com">example.com</a>]
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
auto link, i.e. not inside <code class="verbatim">\[[square brackets]\]</code> <a href="https://www.example.com">https://www.example.com</a>
|
||||
</p>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue