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 adding an implicit reference link via markdown-insert-link, the existing reference link names should be enumerated when entering the text.
markdown-insert-link
Let's say my file looks like this (where the | is the cursor):
|
Here's another [website](http://foo.example.org). See my | for more details. [homepage]: https://www.example.org/homepage.html
M-x markdown-insert-link
URL or [reference]:
[homepage]
http://foo.example.org
https://www.example.org/homepage.html
Link text:
homepage
hom
Here's another [website](http://foo.example.org). See my [homepage][]| for more details. [homepage]: https://www.example.org/homepage.html
Starting with the same file as above:
I guess I got ahead of myself. See the Actual Behavior section.
No error is produced.
The text was updated successfully, but these errors were encountered:
I have merged #447
Sorry, something went wrong.
No branches or pull requests
When adding an implicit reference link via
markdown-insert-link
, the existing reference link names should be enumerated when entering the text.Expected Behavior
Let's say my file looks like this (where the
|
is the cursor):M-x markdown-insert-link
.URL or [reference]:
. I hit Tab and am offered a list of completions, which contains the following:[homepage]
http://foo.example.org
https://www.example.org/homepage.html
Link text:
. I hit Tab and am offered only one completion,homepage
.hom
, hit Tab, andhomepage
is filled for me.Actual Behavior
Starting with the same file as above:
M-x markdown-insert-link
.URL or [reference]:
. I hit Tab and am offered a list of completions, which contains the following:[homepage]
http://foo.example.org
https://www.example.org/homepage.html
Link text:
. I hit Tab.Steps to Reproduce
I guess I got ahead of myself. See the Actual Behavior section.
Backtrace
No error is produced.
Software Versions
The text was updated successfully, but these errors were encountered: