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

Support renaming src links in Markdown img elements #129

Closed
hediet opened this issue May 2, 2023 · 0 comments · Fixed by #130
Closed

Support renaming src links in Markdown img elements #129

hediet opened this issue May 2, 2023 · 0 comments · Fixed by #130
Assignees

Comments

@hediet
Copy link
Member

hediet commented May 2, 2023

It is already possible to rename paths in image links in markdown - and this is a super cool and useful feature:

![Diffing Result Legacy](./images/1_78/diff-example1-legacy.png)

Currently, it does not seem to work for img src paths:

<img src="./images/1_78/diff-example4-legacy.png" alt="Diffing Result Legacy" height="270"></img>

I think supporting img src links would be a reasonable extension of that feature.

@mjbvz mjbvz transferred this issue from microsoft/vscode May 2, 2023
mjbvz added a commit to mjbvz/vscode-markdown-languageservice that referenced this issue May 2, 2023
@mjbvz mjbvz closed this as completed in #130 May 2, 2023
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

Successfully merging a pull request may close this issue.

2 participants