A tiny project to help people convert markdown images to HTML tag
Despite markdown being popular among devs, non-technical people find it hard to understand its syntax, mainly how it works.
The problem this project solves came from the following support question:
"How can I define the image size in markdown?"
I noticed that even I explained, the person had never written a single line of HTML, which I ended up parsing the links manually.
First, ensure you have pnpm
installed globally. If not, install it via:
npm install -g pnpm
Then, install the project dependencies:
pnpm install
Finally, run the project:
pnpm dev