aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Pretty.hs
diff options
context:
space:
mode:
authorZihang Chen <chsc4698@gmail.com>2019-08-13 16:37:41 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-08-13 16:37:41 -0700
commitd4fa38a0a5b3d1796d959a5480e591539abad7a8 (patch)
tree1a9115914c0ba518ed9ce619b567956816ff33f8 /src/Text/Pandoc/Pretty.hs
parenta0a41c7a8e4e385450c55459b9a01a59755766d2 (diff)
downloadpandoc-d4fa38a0a5b3d1796d959a5480e591539abad7a8.tar.gz
Fix multiline table for XWiki writer (#5683)
Details at https://groups.google.com/forum/#!topic/pandoc-discuss/c861tTdCFTg Fix XWiki output for ``` +----------+----------+ | Col A | Col B | +==========+==========+ | Row A | * Item A | | | * Item B | +----------+----------+ ``` from (notice that the following XWiki code renders as a table followed by a singleton list) ``` |=Col A|=Col B |Row A|*. Item A *. Item B ``` to ``` |=Col A|=Col B |Row A|(((*. Item A *. Item B ))) ```
Diffstat (limited to 'src/Text/Pandoc/Pretty.hs')
0 files changed, 0 insertions, 0 deletions