jsonMartin / AstroNot

Your Notion powered Blog on rocket fuel 🚀
40 stars 13 forks source link

Escaping special characters #3

Open TongDucThanhNam opened 10 months ago

TongDucThanhNam commented 10 months ago

A .md file with character < and { will cause error. It has been detail from astro docs: https://docs.astro.build/en/guides/markdown-content/#escaping-special-characters

jsonMartin commented 9 months ago

@TongDucThanhNam Thank you for the find, I will add fixing this to the Roadmap.

FYI, I plan on separating AstroNot into a separate NPM package, that way it can be installed independently into any Astro project. The web portion will be moved to the AstroNotStarter package.