Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

feature: resize image in markdown #345

Closed
creatxrgithub opened this issue Jun 19, 2023 · 3 comments
Closed

feature: resize image in markdown #345

creatxrgithub opened this issue Jun 19, 2023 · 3 comments
Labels

Comments

@creatxrgithub
Copy link

to limit image size in markdown document, eg:

![image134|10x10,1%](example.svg)
![image134](example.svg){width:10px, height:10px}

@brrd
Copy link
Owner

brrd commented Jun 19, 2023

Abricotine only supports GFM (GitHub Flavored Markdown) which unfortunately does not include any size attributes for images. You can use the <img> tag as an alternative.

@brrd brrd closed this as completed Jun 19, 2023
@brrd brrd added the wontfix label Jun 19, 2023
@creatxrgithub
Copy link
Author

I've tried.

e.g.

![](example.svg)

It works in Abricotine.

https://github.github.com/gfm/#example-484

<img src="example.svg" style="height: 10px; width:10px;"/>
*<img src="example.svg" style="height: 10px; width:10px;"/>

It works in Github, but not in Abricotine. It shows the code text.

@brrd
Copy link
Owner

brrd commented Jun 20, 2023

What you are asking for is this feature: #281

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants