Add a plugin to enable pygments in 3bmd
This commit is contained in:
parent
ec2eb2464c
commit
9a87ae81f3
1 changed files with 8 additions and 0 deletions
8
plugins/pygments.lisp
Normal file
8
plugins/pygments.lisp
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
(defpackage #:coleslaw-pygments
|
||||||
|
(:use #:cl)
|
||||||
|
(:export #:enable))
|
||||||
|
|
||||||
|
(in-package #:coleslaw-pygments)
|
||||||
|
|
||||||
|
(defun enable ()
|
||||||
|
(setf 3bmd-code-blocks:*renderer* :pygments))
|
Loading…
Add table
Reference in a new issue