On 21.01.20 22:05, Kieren MacMillan wrote:
I’m pretty sure I would have taken quite a while to find my way to 
"make-simple-markup"


Note that

(make-simple-markup "foo")

is equivalent to

(markup #:simple "foo")

in other words it’s the spelled-out version of what’s usually accessed through the markup macro in Scheme.

HTH, Simon


Reply via email to