Hi there!
With this library you can parse inline HTML at compile time and produce MarkupM
terms for blaze-markup
and blaze-html
. I imagine this can play nicely with server-side web frameworks such as HTMX and scotty
(cc @piq9117 ^^).
This proved to be more challenging than expected but it does in fact work nicely.
I’d appreciate if someone with TH experience could chime in with ways to clean up the recursive production of a Q Exp term; auto-deriving Lift for the blaze types does not work.
Let me know your thoughts on this!