Closed mohamedsalem401 closed 10 months ago
For https://github.com/datopian/flowershow/issues/592
I am replacing embeded images ![[image.png|100]] with HTML tags. Example:
![[image.png|100]]
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"/>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
For https://github.com/datopian/flowershow/issues/592
I am replacing embeded images
![[image.png|100]]
with HTML tags. Example:1-
2-