maud icon indicating copy to clipboard operation
maud copied to clipboard

Inline script and style tag helpers

Open imbolc opened this issue 1 year ago • 1 comments

Implemented @jonahlund suggestions for Maud

maud::html! {
   (maud::script!{
       console.log("Hello,");
       console.log("world!");
   })
}

imbolc avatar Oct 31 '24 06:10 imbolc

Somehow related to #181

imbolc avatar Oct 31 '24 06:10 imbolc