hellotham / hello-astro

Hello Astro is a multi purpose Astro starter theme written in Typescript, TailwindCSS and AlpineJS. It supports Markdown and MDX based pages and blog posts.
https://hellotham.github.io/hello-astro
MIT License
158 stars 55 forks source link

Problems rendering diagram blog posts #11

Closed rnwolf closed 1 year ago

rnwolf commented 1 year ago

Hi I noticed that some of the example diagram blog posts don't render images.

Mindmap Diagram https://hellotham.github.io/hello-astro/blog/2022-08-26-markmap-diagrams image

Mermaid Diagram https://hellotham.github.io/hello-astro/blog/2022-08-20-mermaid-diagrams image

I have check with both Edge and Firefox browsers.

ChristineTham commented 1 year ago

Hi - thanks for raising this issue. Looks like the issue is caused by me not using the rendered frontmatter for blog and doc posts. This should now be fixed in Release v2.4.1. Can you please check and confirm?

rnwolf commented 1 year ago

Looking good. Thanks