mirror of
https://github.com/srid/rib.git
synced 2024-11-27 01:12:09 +03:00
Remove ghcSyntaxHighlighter
extension
This commit is contained in:
parent
55cbca1f24
commit
1794b37e59
@ -6,6 +6,8 @@
|
||||
- mmark: 0.0.7.2
|
||||
- megaparsec: 0.8
|
||||
- clay: 0.14
|
||||
- MMark
|
||||
- Remove `ghcSyntaxHighlighter` extension; we already have `skylighting` (which supports more parsers than Haskell)
|
||||
|
||||
## 0.6.0.0
|
||||
|
||||
|
@ -83,7 +83,8 @@ exts =
|
||||
Ext.mathJax (Just '$'),
|
||||
Ext.obfuscateEmail "protected-email",
|
||||
Ext.punctuationPrettifier,
|
||||
Ext.ghcSyntaxHighlighter,
|
||||
-- For list of parsers supported, see:
|
||||
-- https://github.com/jgm/skylighting/tree/master/skylighting-core/xml
|
||||
Ext.skylighting
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user