[cl-markdown-devel] HTML generation questions using cl-markdown (fwd)

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

Hi Luke, I will try to get to these issues over the weekend; On Mar 22, 2007, at 4:35 PM, Luke J Crook wrote:
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 _______________________________________________ cl-markdown-devel mailing list cl-markdown-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/cl-markdown-devel
-- Gary Warren King, metabang.com Cell: (413) 885 9127 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM

Hi Luke, Sorry to be so slow on this; I've been completely swamped with a different project and will continue to be so for at least the next week. On Mar 22, 2007, at 4:35 PM, Luke J Crook wrote:
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 _______________________________________________ cl-markdown-devel mailing list cl-markdown-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/cl-markdown-devel
-- Gary Warren King, metabang.com Cell: (413) 885 9127 Fax: (206) 338-4052 gwkkwg on Skype * garethsan on AIM
participants (2)
-
Gary King
-
Luke J Crook