jsonMartin / AstroNot

Your Notion powered Blog on rocket fuel 🚀
19 stars 6 forks source link

Escaping special characters #3

Open TongDucThanhNam opened 5 months ago

TongDucThanhNam commented 5 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 5 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.