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

Render.Common

Description

Common definitions shared by Render modules.

Synopsis

Documentation

type TokensWithColSpan = ([(MyTok, Text)], Int, Align) Source #

A single colspan with its tokens.