| Copyright | © 2018 Mark Karpov |
|---|---|
| License | BSD 3 clause |
| Maintainer | Mark Karpov <markkarpov92@gmail.com> |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Text.MMark.Extension.Skylighting
Description
Use the Skylighting library to highlight code snippets.
Documentation
Arguments
| :: FormatOptions | Skylighting formatting options |
| -> Extension |
Use the skylighting package to render code blocks with info strings
that result in a successful lookup from defaultSyntaxMap.
The resulting markup is wrapped with spans as described in the docs for
formatHtmlInline.