Hi--
I get the following when I try to use the markdown function: it happens every time:
(cl-markdown:markdown "this" :format :html :stream t)
Here's the backtrace?
0: (SB-PCL::FIND-CLASS-FROM-CELL NIL NIL T) 1: ((SB-PCL::FAST-METHOD MAKE-INSTANCE (SYMBOL)) #<unavailable argument> #<unavailable argument> NIL)[:EXTERNAL] 2: (CL-MARKDOWN::CHUNK-SOURCE #<CL-MARKDOWN::DOCUMENT this {100383D071}> "this") 3: (CL-MARKDOWN:MARKDOWN "this")[:EXTERNAL]
Has anyone else seen this?
thanks
Tiarnan