Fix markless plugin problems
This commit is contained in:
parent
d61a3a2adc
commit
bcc2a5ecec
2 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@ post with `format: cl-who` and the plugin will do the rest.
|
||||||
|
|
||||||
**Description**: [Markless](https://shirakumo.github.io/markless) is a
|
**Description**: [Markless](https://shirakumo.github.io/markless) is a
|
||||||
new document markup standard. To use it in your posts, create the
|
new document markup standard. To use it in your posts, create the
|
||||||
posts with `format: mess`. The output is generated using
|
posts with `format: markless`. The output is generated using
|
||||||
[cl-markless-plump](https://shirakumo.github.io/cl-markless/cl-markless-plump/),
|
[cl-markless-plump](https://shirakumo.github.io/cl-markless/cl-markless-plump/),
|
||||||
meaning any syntax extensions that work with it should also be
|
meaning any syntax extensions that work with it should also be
|
||||||
available in Coleslaw.
|
available in Coleslaw.
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
(:export #:enable))
|
(:export #:enable))
|
||||||
(in-package :coleslaw-markless)
|
(in-package :coleslaw-markless)
|
||||||
|
|
||||||
(defmethod render-text (text (format (eql :mess)))
|
(defmethod coleslaw:render-text (text (format (eql :markless)))
|
||||||
(cl-markless:output text :target NIL :format 'cl-markless-plump:plump))
|
(cl-markless:output text :target NIL :format 'cl-markless-plump:plump))
|
||||||
|
|
||||||
(defun enable ())
|
(defun enable ())
|
||||||
|
|
Loading…
Add table
Reference in a new issue