mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Major restructuring of extension processors, not yet complete
This commit is contained in:
parent
e00beaf790
commit
54b82931b2
8 changed files with 185 additions and 11 deletions
|
|
@ -33,7 +33,7 @@
|
|||
:default-locale "en-GB" ;; default language used for messages
|
||||
:formatters {"vega" smeagol.formatting/process-vega
|
||||
"vis" smeagol.formatting/process-vega
|
||||
"mermaid" smeagol.formatting/process-mermaid
|
||||
"mermaid" smeagol.extensions.mermaid/process-mermaid
|
||||
"backticks" smeagol.formatting/process-backticks}
|
||||
:log-level :info ;; the minimum logging level; one of
|
||||
;; :trace :debug :info :warn :error :fatal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue