Skip to content
New issue

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

Long links #73

Open
ghost opened this issue Jan 3, 2020 · 0 comments
Open

Long links #73

ghost opened this issue Jan 3, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented Jan 3, 2020

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants