pandoc-linear-table-0.2.0.5: A pandoc filter that provides a Markdown extension to wrap text in table cells.
Copyright(c) 2020-2023 Amy de Buitléir
LicenseBSD--3
Maintaineramy@nualeargais.ie
Stabilityexperimental
PortabilityPOSIX
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Pandoc.Filters.LinearTable

Description

See https://github.com/mhwombat/pandoc-linear-table for information on how to use this filter.

Synopsis

Documentation

transform :: Pandoc -> Pandoc Source #

A transformation that can be used with Hakyll.

formatLinearTable :: Block -> Block Source #

Exported for use by the executable.