[cl-markdown-devel] HTML generation questions using cl-markdown (fwd)
Luke J Crook
luke at balooga.com
Thu Mar 22 20:35:35 UTC 2007
I sent this to the announce list by mistake.
- Luke
---------- Forwarded message ----------
From: Luke J Crook <luke at balooga.com>
To: cl-markdown-announce at 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
More information about the Cl-markdown-devel
mailing list