commit
d8e79c7a0a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
(:documentation "Compile TEXT from the given FORMAT to HTML for display.")
|
(:documentation "Compile TEXT from the given FORMAT to HTML for display.")
|
||||||
(:method (text (format (eql :html)))
|
(:method (text (format (eql :html)))
|
||||||
text)
|
text)
|
||||||
(:method (test (format (eql :md)))
|
(:method (text (format (eql :md)))
|
||||||
(let ((3bmd-code-blocks:*code-blocks* t))
|
(let ((3bmd-code-blocks:*code-blocks* t))
|
||||||
(with-output-to-string (str)
|
(with-output-to-string (str)
|
||||||
(3bmd:parse-string-and-print-to-stream text str)))))
|
(3bmd:parse-string-and-print-to-stream text str)))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue