1. 67d7057 changed argument name to "level_of_indent" from number so it's more intuitive by Samia · 4 years, 5 months ago
  2. 6c4b24f fixed the latex add_indent argument by Samia · 4 years, 5 months ago
  3. 00095d4 Changed the add_indent_latex part: by Samia · 4 years, 5 months ago
  4. 5ca2746 Adding a no_of_indent argument which allows putting indents by every 2ems by Samia · 4 years, 5 months ago
  5. 7cea533 Added double quotes around temp_tex_file in xelatex call. by AC Craft · 4 years, 7 months ago
  6. de662b7 Improve spacing between table and footer by Cillian Berragan · 4 years, 9 months ago
  7. 84f1023 bypass base::format if encoding utf8 by jokorn · 5 years ago
  8. 19f6b53 stringsAsFactors = FALSE for the data frame input by jokorn · 5 years ago
  9. 1cb595e parenthesis error by jokorn · 5 years ago
  10. a00ad66 Data frame input as alternative to named vector by jokorn · 5 years ago
  11. 970777b Fix issue #246 by kbrevoort · 5 years ago
  12. cd16bc5 Fix issue #387 by kbrevoort · 5 years ago
  13. fdffec6 allow bold and italic argument of group_rows with html by Adrien Le Guillou · 5 years ago
  14. c79c5a8 Allow non-scalar values of align in header by kbrevoort · 5 years ago
  15. 69c8bd5 Update group_header_rows attribute with new position when adding multiple group_rows to HTML table by jokorn · 5 years ago
  16. e2ee69a Add package name to bsTable autoload formats by Hao Zhu · 6 years ago
  17. b9fff91 support for 'distill' markdown articles by Will Beasley · 6 years ago
  18. 8bc9622 Allow general column spec in LaTeX by Duncan Murdoch · 6 years ago
  19. 779569e Adding a latex_wrap_text option to pack_rows (#376) by Hao Zhu · 6 years ago
  20. 3078d8b #377 seems to be fixed now by Hao Zhu · 6 years ago
  21. f820713 Improved print method by Hao Zhu · 6 years ago
  22. 57f362d Merge branch 'master' of https://github.com/haozhu233/kableExtra by Hao Zhu · 6 years ago
  23. 8b2126e #369 by Hao Zhu · 6 years ago
  24. e4b24f2 move the examples into the functions save_kable and as_image by Jiaxiang Li · 6 years ago
  25. fcb8d45 Add the examples to kable_as_image.R from https://haozhu233.github.io/kableExtra/save_kable_and_as_image.html, and update the help document. by Jiaxiang Li · 6 years ago
  26. 72917f9 Version 1.1 release by Hao Zhu · 6 years ago
  27. 50c72fc Merge branch 'master' of https://github.com/haozhu233/kableExtra by Hao Zhu · 6 years ago
  28. 67764aa added docs for xtable by Hao Zhu · 6 years ago
  29. 17e1ae1 Update footnote.R by Augusto Magalhães · 6 years ago
  30. f17fa46 Update font size footnote.R by Augusto Magalhães · 6 years ago
  31. 8e786ad Fix deletion/unlink of lib directories and html files by ghaarsma · 6 years ago
  32. 745e545 Add commented new fix_duplicated_row_latex by Hao Zhu · 6 years ago
  33. 24bf30c standardize naming in magic_mirror by Hao Zhu · 6 years ago
  34. 46a42a1 address #310 by Hao Zhu · 6 years ago
  35. 5e1740d put back print in print.R by Hao Zhu · 6 years ago
  36. 84102ed render xml table out by Hao Zhu · 6 years ago
  37. 1c4917e Right before cran release by Hao Zhu · 6 years ago
  38. 62f5031 move doc to vignette by Hao Zhu · 6 years ago
  39. 37975a3 Export kable_xml functions. by Hao Zhu · 6 years ago
  40. b361fb5 add note to as_image by Hao Zhu · 6 years ago
  41. 53e5961 before cran release by Hao Zhu · 6 years ago
  42. 744e739 Merge pull request #325 from martinschmelzer/master by Hao Zhu · 6 years ago
  43. f43dcf5 Update add_header_above.R by martinschmelzer · 6 years ago
  44. 09d0126 Fix #316 by Hao Zhu · 6 years ago
  45. 9b05159 Added table.envir by Hao Zhu · 6 years ago
  46. 78e4386 Fix #235 by Hao Zhu · 6 years ago
  47. da88699 Fix #322 by Hao Zhu · 6 years ago
  48. 8902df8 Add save_kable and as_image vignette by Hao Zhu · 6 years ago
  49. f1873a4 Add as_image; Add xcolor back in but without options by Hao Zhu · 6 years ago
  50. 685eaab Fixed a critical bug by Hao Zhu · 6 years ago
  51. 905b31a Fix #320 thanks @martinschmelzer by Hao Zhu · 6 years ago
  52. d851693 finishing save_kable latex part by Hao Zhu · 6 years ago
  53. 270846b Merge, rebuild man pages by Hao Zhu · 6 years ago
  54. 7039ecf remove xcolor latex dependency by Hao Zhu · 6 years ago
  55. 45122dc Merge pull request #311 from dmurdoch/column_spec by Hao Zhu · 6 years ago
  56. 95c1437 Better regex and documentation by Duncan Murdoch · 6 years ago
  57. c3e1a3b Don't want to get an extra char ahead of the latex block by Duncan Murdoch · 6 years ago
  58. 911dca3 Protect LaTeX math in the HTML format: see https://stackoverflow.com/q/54048265/2554330 by Duncan Murdoch · 6 years ago
  59. 6eb2950 Wrong kind of brackets! by Duncan Murdoch · 6 years ago
  60. c106041 The old align could be "l", matching the "l" in "tabular". by Duncan Murdoch · 6 years ago
  61. 99b88f0 Merge branch 'master' of https://github.com/haozhu233/kableExtra by Hao Zhu · 6 years ago
  62. be1e055 fix a bug with the latest changes in kable_styling by Hao Zhu · 6 years ago
  63. 81eb934 move latex options in kable_styling to upper level by Hao Zhu · 6 years ago
  64. aa30498 add option to fix header in scroll box by Jrmie · 6 years ago
  65. ec8d566 fix #303 by Thomas Jemmett · 6 years ago
  66. aebd829 Fix collape_rows for arbitrary columns by Jakob Richter · 6 years ago
  67. 7f8b684 improved save_kable and added webshot support by Hao Zhu · 6 years ago
  68. 149faed #271 by Hao Zhu · 6 years ago
  69. bdea945 Fixed #280 by Hao Zhu · 6 years ago
  70. 3e0e2b1 Convert possible factor to character in linebreak by Hao Zhu · 6 years ago
  71. f64f475 Add include_empty by Hao Zhu · 6 years ago
  72. 2742ffc add indent option by Hao Zhu · 6 years ago
  73. ce15763 Merge branch 'master' of https://github.com/haozhu233/kableExtra by Hao Zhu · 6 years ago
  74. c145088 add bookdown example by Hao Zhu · 6 years ago
  75. 6b4b6f1 remove warning about partial match by Tomasz Kalinowski · 6 years ago
  76. b548aac add line_sep to add_header_above by Hao Zhu · 6 years ago
  77. 7ba755d update doc by Hao Zhu · 6 years ago
  78. a17edd0 Adding notes about adding linebreaks in latex caption by Hao Zhu · 6 years ago
  79. 6d68f7c add extra_css to add_header_above by Hao Zhu · 6 years ago
  80. bd28891 Merge branch 'master' of https://github.com/haozhu233/kableExtra by Hao Zhu · 6 years ago
  81. 76f0eb6 Add extra customization options to add_header_above by Hao Zhu · 6 years ago
  82. e58f1aa Merge pull request #209 from antaldaniel/master by Hao Zhu · 6 years ago
  83. ed7e624 Fix issue #254 by Quôc Peyrot · 6 years ago
  84. 76762d8 Fix #229 by Hao Zhu · 6 years ago
  85. cf11dac Small note for non-English text tables by antaldaniel · 6 years ago
  86. 8d1bd5b adding the language package to the documentation that may be a problem with non-English text tables by antaldaniel · 6 years ago
  87. 719e711 "\\usepackage[utf8]{inputenc}" by antaldaniel · 6 years ago
  88. 2ea01fb writeLines(temp_tex, paste0(temp_file, ".tex"), useBytes = T) by antaldaniel · 6 years ago
  89. ec16936 change valign's default to middle in collapse_rows. update vignette as requested by CRAN by Hao Zhu · 7 years ago
  90. 6107f37 bump version to 0.9.0 & update docs by Hao Zhu · 7 years ago
  91. 25efb13 Give people ability to customize title format in footnote by Hao Zhu · 7 years ago
  92. 465fc65 * Changed footnote title format from bold to italic. (#200) by Hao Zhu · 7 years ago
  93. 5d53dad #195 by Hao Zhu · 7 years ago
  94. be853f7 Added auto_index by Hao Zhu · 7 years ago
  95. 5dd3e28 #191 by Hao Zhu · 7 years ago
  96. 5b8eb2b removed the small tag in threeparttable (#162) by Hao Zhu · 7 years ago
  97. 17dbad1 Fix #188 by Hao Zhu · 7 years ago
  98. 895c7e5 Fix #183 by Hao Zhu · 7 years ago
  99. e5b9bff Adding support to ioslides_presentation and slidy_presentation by Hao Zhu · 7 years ago
  100. 63ff328 Merge pull request #197 from leovan/master by Hao Zhu · 7 years ago