From d07ed83d705df491bba7b295bd5e80629d971685 Mon Sep 17 00:00:00 2001 From: Mauro Bieg Date: Mon, 27 May 2019 19:53:19 +0200 Subject: consolidate simple-table detection (#5524) add `onlySimpleTableCells` to `Text.Pandoc.Shared` [API change] This fixes an inconsistency in the HTML reader, which did not treat tables with `

` inside cells as simple. --- test/html-reader.native | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/html-reader.native') diff --git a/test/html-reader.native b/test/html-reader.native index 4203aa3a8..acd0087ef 100644 --- a/test/html-reader.native +++ b/test/html-reader.native @@ -415,7 +415,7 @@ Pandoc (Meta {unMeta = fromList [("generator",MetaInlines [Str "pandoc"]),("titl ,[Plain [Str "5"]] ,[Plain [Str "6"]]]] ,HorizontalRule -,Table [] [AlignDefault,AlignDefault,AlignDefault] [0.3333333333333333,0.3333333333333333,0.3333333333333333] +,Table [] [AlignDefault,AlignDefault,AlignDefault] [0.0,0.0,0.0] [[Plain [Str "X"]] ,[Plain [Str "Y"]] ,[Plain [Str "Z"]]] -- cgit v1.2.3