testdown
testdown copied to clipboard
Text is sometimes out of tables
Kable does not work correctly if two empty lines appear in the text.
gsub(pattern = "\\n\\n", replacement = "\\n", text) should solve the problem.