-
Notifications
You must be signed in to change notification settings - Fork 45
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
Request: Do not require quotes #12
Comments
@dander401 I don't do any markdown editing with links. Can you suggest a change and test it out? I would definitely accept a pull request that adds support. |
I don't know how to test changes to extensions in VS code, but it looks like it would be a change to reg ex on extension.ts line 99 would do the trick. Mark down links are surrounded by () so adding an or statement to the regex should do it
here is a function to maintain a list of the surrounded matches that might be a bit more manageable
If you can tell me a good way to test this, I'm cool doing it. Just let me know how I can help |
can you please add support for double quotes for use in xml attributes and >< for use in xml elements? |
Love this extension, and was hoping to use it for markdown editing as well as my angular development. Only problem is that definitions are not found unless the file path is in quotes... which breaks mark down links.
The text was updated successfully, but these errors were encountered: