elringus / imgit

Transform images, video and YouTube links to HTML optimized for web vitals
https://imgit.dev
MIT License
21 stars 1 forks source link

Markdow Output #18

Closed zellwk closed 4 months ago

zellwk commented 5 months ago

I added the following to my Markdown file

![](/images/learn-javascript/spa/what/google.mp4)

Here's the output I got from this Markdown file:

<p><img src="/images/learn-javascript/spa/what/google.mp4" alt=""></p>

No transformation was done on it.

elringus commented 5 months ago

Maybe something is not set up correctly. Check the samples for example setups.

github-actions[bot] commented 4 months ago

This issue is stale because it has been open 14 days with no activity. It will be automatically closed in 7 days.