|
| Text.Pandoc.Highlighting | | Portability | portable | | Stability | alpha | | Maintainer | John MacFarlane <jgm@berkeley.edu> |
|
|
|
| Description |
| Exports functions for syntax highlighting.
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| List of supported languages.
|
|
|
| :: Bool | True if inline HTML
| | -> Attr | Attributes of the Code or CodeBlock
| | -> String | Raw contents of the Code or CodeBlock
| | -> Either String Html | An error or the formatted Html
|
|
|
|
|
|
| Returns a list of languages appropriate for the given file extension.
|
|
| Produced by Haddock version 2.6.1 |