Home
last modified time | relevance | path

Searched refs:toPandocAlignment (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/commonmark-pandoc-0.2.1.1/src/Commonmark/
H A DPandoc.hs139 toPandocAlignment LeftAlignedCol = AlignLeft function
140 toPandocAlignment CenterAlignedCol = AlignCenter function
141 toPandocAlignment RightAlignedCol = AlignRight function
142 toPandocAlignment DefaultAlignedCol = AlignDefault function
143 colspecs = map (\al -> (toPandocAlignment al, ColWidthDefault))
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/commonmark-pandoc-0.2.0.1/src/Commonmark/
H A DPandoc.hs135 toPandocAlignment LeftAlignedCol = AlignLeft function
136 toPandocAlignment CenterAlignedCol = AlignCenter function
137 toPandocAlignment RightAlignedCol = AlignRight function
138 toPandocAlignment DefaultAlignedCol = AlignDefault function
139 colspecs = map (\al -> (toPandocAlignment al, ColWidthDefault))