jakelazaroff / radish

A delightful React-based static site generator that outputs plain HTML & CSS.
https://radishjs.com
95 stars 1 forks source link

Support url() asset references in Markdown frontmatter #5

Closed tantalic closed 1 year ago

tantalic commented 2 years ago

Radish supports assets references with url() for TOM, YAML and JSON content but does not support the use of url() in Markdown frontmater. It would be nice to support the use of assets within Markdown frontmatter.

tantalic commented 2 years ago

@jakelazaroff if you are open this change and external contributions I would be happy to work on this. If so, I'd appreciate any guidance on how you would like to see it implemented.

jakelazaroff commented 1 year ago

This should be fixed by https://github.com/jakelazaroff/radish/pull/6 ! Sorry for the delay.