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

Suggest to add support to resize image by "IMAGE_URL =WIDTHxHEIGHT" #390

Open
hygensos opened this issue Dec 16, 2024 · 1 comment
Open

Comments

@hygensos
Copy link

This is a very cool extension! And I met a problem of resizing the image, I know we can use html tag to resize the image, and it does work when exporting it to pdf. I am using azure ADO to manage my source code, but seems ADO does not support relative src path in tag, so I am thinking if we can support the following markdown format: IMAGE_URL =WIDTHxHEIGHT
Example:

![example 1](./img/foo.png =400x300)
![example 2](./img/foo.png =300x)

Here is the reference: https://github.com/MicrosoftDocs/azure-devops-docs/blob/main/docs/project/wiki/markdown-guidance.md

Thanks.

@hygensos
Copy link
Author

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

1 participant