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
[foo](https://commons.wikimedia.org/wiki/Category:SVG_locator_maps_of_continents_(location_map_scheme)_(Winkel_3_projection))
Left-click on the link (either on foo or the link itself).
foo
The full URL (https://commons.wikimedia.org/wiki/Category:SVG_locator_maps_of_continents_(location_map_scheme)_(Winkel_3_projection)) is opened in a browser.
A URL is opened in the browser, but it's truncated just before the first close parenthesis (i.e. in the above case the URL https://commons.wikimedia.org/wiki/Category:SVG_locator_maps_of_continents_(location_map_scheme is opened.
emacs -Q --load ~/.emacs.d/elpa/markdown-mode-20190305.319/markdown-mode.el test-case.md
where test-case.md contains:
test-case.md
or a more minimal:
[foo](https://example.com/())
None
Interestingly, font lock is correctly applied to the entire URL and the popup when hovering over "foo" also shows the whole URL. (#170).
Finally, thank you for the really useful mode!
The text was updated successfully, but these errors were encountered:
Thanks for reporting issue . I have fixed at #455. Please check latest version.
Sorry, something went wrong.
It works correctly now. Thank you very much!
No branches or pull requests
Expected Behavior
Left-click on the link (either on
foo
or the link itself).The full URL (https://commons.wikimedia.org/wiki/Category:SVG_locator_maps_of_continents_(location_map_scheme)_(Winkel_3_projection)) is opened in a browser.
Actual Behavior
A URL is opened in the browser, but it's truncated just before the first close parenthesis (i.e. in the above case the URL https://commons.wikimedia.org/wiki/Category:SVG_locator_maps_of_continents_(location_map_scheme is opened.
Steps to Reproduce
emacs -Q --load ~/.emacs.d/elpa/markdown-mode-20190305.319/markdown-mode.el test-case.md
where
test-case.md
contains:or a more minimal:
Backtrace
None
Software Versions
Further information
Interestingly, font lock is correctly applied to the entire URL and the popup when hovering over "foo" also shows the whole URL. (#170).
Finally, thank you for the really useful mode!
The text was updated successfully, but these errors were encountered: