commit | 1aff7349d55f8622a8ee7cd5af5a3924f6c1a0a5 | [log] [tgz] |
---|---|---|
author | Hao Zhu <haozhu233@gmail.com> | Mon Apr 02 18:33:15 2018 -0400 |
committer | Hao Zhu <haozhu233@gmail.com> | Mon Apr 02 18:33:15 2018 -0400 |
tree | 5d0a2b3295818be4bf65d8d64ff302a8218705d6 | |
parent | 248bbefba8c5234eb18b312cbe9119945890ce99 [diff] [blame] |
added linebreak support to all kableExtra functions
diff --git a/R/add_footnote.R b/R/add_footnote.R index eaee90c..feb1269 100644 --- a/R/add_footnote.R +++ b/R/add_footnote.R
@@ -97,6 +97,7 @@ # Clean the entry for labels if (escape) { label <- escape_latex(label) + label <- linebreak(label) } label <- gsub("\\\\", "\\\\\\\\", label)