I am exploring Astro a bit and so far so good, except one important issue I am not able to pinpoint as of yet.
Basically, when I write a post in markdown, it renders ok in any markdown previewer, so the syntax seems ok, but for some reason it does not render in the final product nor in the preview when npm run dev
What am I doing wrong?
Here is an image:
I tried different formatting, and at some point I thought neovim was causing the issue somehow but that does not seem to be the case.
I haven't found any similar case yet googling around.