From a6fa3df1146f7aee4e3bfa4cf506ab44e38ecb35 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Fri, 28 Jan 2022 18:05:49 +0100 Subject: HTML writer: avoid duplicate "style" attributes on table cells Fixes: #7871 --- test/command/7871.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 test/command/7871.md (limited to 'test/command') diff --git a/test/command/7871.md b/test/command/7871.md new file mode 100644 index 000000000..94670f32b --- /dev/null +++ b/test/command/7871.md @@ -0,0 +1,14 @@ +``` +% pandoc -f html -t html + + +
a
+^D + + + + + + +
a
+``` -- cgit v1.2.3