Added highlightLaTeX stub when not compiled w/ highlighting.
This commit is contained in:
parent
a936e5d34f
commit
569fc4c67a
1 changed files with 3 additions and 0 deletions
|
@ -94,4 +94,7 @@ languagesByExtension _ = []
|
||||||
|
|
||||||
highlightHtml :: Bool -> Attr -> String -> Either String Html
|
highlightHtml :: Bool -> Attr -> String -> Either String Html
|
||||||
highlightHtml _ _ _ = Left "Pandoc was not compiled with support for highlighting"
|
highlightHtml _ _ _ = Left "Pandoc was not compiled with support for highlighting"
|
||||||
|
|
||||||
|
highlightLaTeX :: Bool -> Attr -> String -> Either String String
|
||||||
|
highlightLaTeX _ _ _ = Left "Pandoc was not compiled with support for highlighting"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue