Closed rgaiacs closed 1 year ago
MWE
Pandoc applies the same strategy of paragraph style (see https://github.com/GESIS-Methods-Hub/methodshub/issues/6) to tables. pandoc -f docx+styles -t markdown -s table-style-test.docx produces
pandoc -f docx+styles -t markdown -s table-style-test.docx
+-----------------------------------+-----------------------------------+ | ::: {custom-style="Foo"} | ::: {custom-style="Foo"} | | A | B | | ::: | ::: | +===================================+===================================+ | ::: {custom-style="Bar"} | ::: {custom-style="Bar"} | | C | D | | ::: | ::: | +-----------------------------------+-----------------------------------+
which I think is not very useful.
Implemented in https://github.com/GESIS-Methods-Hub/methodshub/pull/33!
MWE
Pandoc applies the same strategy of paragraph style (see https://github.com/GESIS-Methods-Hub/methodshub/issues/6) to tables.
pandoc -f docx+styles -t markdown -s table-style-test.docx
produceswhich I think is not very useful.