pandoc-filter-indent-0.3.3.0: Pandoc filter formatting Haskell code fragments using GHC lexer.
Safe HaskellNone
LanguageHaskell2010

Filter

Description

Filtering a single code block.

Synopsis

Documentation

renderBlock Source #

Arguments

:: Format

Format string

-> Attr

Attributes

-> [Processed]

Data about alignment

-> Block 

Render a list of Processed token records into the target output format.

renderInline Source #

Arguments

:: Format

Format string

-> Attr

Attributes

-> [(MyTok, Text)]

Data about alignment

-> Inline 

Render a list of Processed token records into the target output format.