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

Image resizing support #6

Open
srMarquinho opened this issue Aug 8, 2022 · 0 comments
Open

Image resizing support #6

srMarquinho opened this issue Aug 8, 2022 · 0 comments

Comments

@srMarquinho
Copy link

According to https://confluence.atlassian.com/bitbucketserver/markdown-syntax-guide-776639995.html :

You can specify image height and width as key=value pairs inside curly braces { } after the applicable image node. For example:

![text](/url.png){width=640 height=480}

or

![alt text for the image](image-file.png){width=50%}
![alt text for the image](image-file.png){height=50 width=60}
![alt text for the image](image-file.png){height=100}
![alt text for the image](image-file.png){width=200px}
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