This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
tj mahr 🎅
tjmahr.com
did:plc:tpgnsvgqsu5b752uud3wmtja
a knitr engine for blockquoting markdown text
knitr::knit_engines$set("blockquote" = function(options) { if (isFALSE(options$echo)) return() paste0("> ", options$code, collapse = "\n") })
https://www.tjmahr.com/unenv/#one-off-knitr-engine-for-blockquoting-things
2024-01-26T16:54:37.071Z