Skip to content

Commit

Permalink
fix: Escaping of link labels (particularly if link label is an URL).
Browse files Browse the repository at this point in the history
Previously an URL at the syntactic position of a link label could
result in the colons after the URL proctocol scheme being escaped
by a backslash:
~~~
[https\://github.com//issues/122][1]
~~~

An update of mdast-util-to-markdown (0.6.1 -> 0.6.2) fixes this.
New output is:
~~~
[#122]
~~~
  • Loading branch information
about-code committed Jan 9, 2021
1 parent ee5dfff commit e5074a8
Show file tree
Hide file tree
Showing 4 changed files with 879 additions and 774 deletions.
Loading

0 comments on commit e5074a8

Please sign in to comment.