theiskaa / mdPdf

Create PDF with Markdown files (a md to pdf transpiler)
MIT License
16 stars 0 forks source link

Missing space after links #1

Open wezm opened 4 days ago

wezm commented 4 days ago

There is a space missing after links. E.g.

This [inline link](https://www.example.com/) is missing a space afterwards.
Screenshot from 2024-10-10 09-41-46
theiskaa commented 4 days ago

that's interesting. probably because markdown lexer handles the link then skips to the text without handling space. I'll check it out.