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
Sometimes I will have to deal with a long link, like this:
https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String/lastIndexOf
I prefer to wrap long links if possible. This is allowed with reStructuredText:
lastIndexOf_ .. _lastIndexOf: https://developer.mozilla.org/docs/Web/JavaScript/ Reference/Global_Objects/String/lastIndexOf
and also with AsciiDoc via link syntax:
link:++https://developer.mozilla.org/docs/Web/JavaScript/Reference/ Global_Objects/String/lastIndexOf++[lastIndexOf]
or variable syntax:
:js: https://developer.mozilla.org/docs/Web/JavaScript/Reference {js}/Global_Objects/String/lastIndexOf
Does MarkDown have some way to deal with this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sometimes I will have to deal with a long link, like this:
https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String/lastIndexOf
I prefer to wrap long links if possible. This is allowed with reStructuredText:
and also with AsciiDoc via link syntax:
or variable syntax:
Does MarkDown have some way to deal with this?
The text was updated successfully, but these errors were encountered: