Markless plugin through cl-markless-plump
This commit is contained in:
parent
82f7a7f309
commit
95e24bbc2d
1 changed files with 12 additions and 0 deletions
12
plugins/markless.lisp
Normal file
12
plugins/markless.lisp
Normal file
|
@ -0,0 +1,12 @@
|
|||
(eval-when (:compile-toplevel :load-toplevel)
|
||||
(ql:quickload 'cl-markless-plump))
|
||||
|
||||
(defpackage #:coleslaw-markless
|
||||
(:use #:cl)
|
||||
(:export #:enable))
|
||||
(in-package :coleslaw-markless)
|
||||
|
||||
(defmethod render-text (text (format (eql :mess)))
|
||||
(cl-markless:output text :target NIL :format 'cl-markless-plump:plump))
|
||||
|
||||
(defun enable ())
|
Loading…
Add table
Reference in a new issue