
I sent this to the announce list by mistake. - Luke ---------- Forwarded message ---------- From: Luke J Crook <luke@balooga.com> To: cl-markdown-announce@common-lisp.net Subject: HTML generation questions using cl-markdown Date: Thu, 22 Mar 2007 15:20:47 -0400 I'm unsure if these two issues are a limitation in the Markdown syntax or a bug in CL-MARKDOWN. 1) I'm getting an error when I have the following in CL-MARDOWN: [*DEFAULT-SURFACE*](#*default-surface*) No applicable methods for #<STANDARD-GENERIC-FUNCTION CL-MARKDOWN::RENDER-TO-HTML 221D7552> with args (CL-MARKDOWN::EMPHASIS NIL) 2) CL-MARKDOWN doesn't seem to render quotes in code (indented 4 spaces). For example: \(DRAW-STRING-SHADED-* \"Hello World!\" 0 0 F-COLOR B-COLOR :SURFACE A-SURFACE\)" Will give the following: (DRAW-STRING-SHADED-* "Hello World!" 0 0 F-COLOR B-COLOR :SURFACE A-SURFACE) Thanks, - Luke