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

[][m]: Add image size adjustment #622

Closed
wants to merge 1 commit into from

Conversation

mohamedsalem401
Copy link
Contributor

For #592

I am replacing embeded images ![[image.png|100]] with HTML tags.
Example:

1-

![image.png|100x100](src)  // Initial

<img src="image" width="100" height="100"/> // result

2-

![alt](src) --> <img src="src"/>
![alt|200](src) --> <img src="src" width="200" height="200"/>
![alt|200x300](src)  --> <img src="src" width="200" height="300"/>

Copy link

vercel bot commented Jan 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
flowershow-ssr-r2 ✅ Ready (Inspect) Visit Preview Jan 23, 2024 10:57pm

Copy link
Member

@olayway olayway left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be implemented in @portaljs/remark-wiki-link plugin istead.

@olayway olayway closed this Jan 30, 2024
@mohamedsalem401 mohamedsalem401 deleted the image-size-adjustment branch January 30, 2024 14:45
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 this pull request may close these issues.

2 participants