We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try wrote something like this with some tabs after colon: Link to page [Google][] and next text. [Google]: http://google.com/
Link to page [Google][] and next text.
[Google]: http://google.com/
rendered link is broken, tabs are encoded to this result: <a href="%09%09%09http://google.com/">Google</a>
<a href="%09%09%09http://google.com/">Google</a>
On Daring Fireball is this description for referenced links style:
Square brackets containing the link identifier (optionally indented from the left margin using up to three spaces); followed by a colon; followed by one or more spaces (or tabs); followed by the URL for the link; optionally followed by a title attribute for the link, enclosed in double or single quotes, or enclosed in parentheses.
I think, this is bug.
The text was updated successfully, but these errors were encountered:
In fact, it's stated in the source code comments, but it's not implemented as you can see here
Sorry, something went wrong.
Fix vmg#337 by checking also for tabs
5f3648e
Nice work, thank you!
684658d
Merge pull request #338 from Juanxo/tabs-after-reference-colon
4c93dd6
Fix #337 by checking also for tabs
No branches or pull requests
When I try wrote something like this with some tabs after colon:
Link to page [Google][] and next text.
[Google]: http://google.com/
rendered link is broken, tabs are encoded to this result:
<a href="%09%09%09http://google.com/">Google</a>
On Daring Fireball is this description for referenced links style:
I think, this is bug.
The text was updated successfully, but these errors were encountered: