When i try to upload an rmarkdown document containing flextable to confluence (using conflr), i get the following error
Error in read_xml.raw(charToRaw(enc2utf8(x)), "UTF-8", ..., as_html = as_html, :
Opening and ending tag mismatch: table line 47 and p [76]
However, if i set ft.shadow =FALSE
as a chunk option the error does not occur and uploaded correctly.
I'm happy to work without shadow dom, but the cell coloring has disappeared so maybe the shadow dom preserves the cell colors?