add conflict latex dependencies warning in limitation
diff --git a/README.md b/README.md
index f2440f3..74cb987 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,9 @@
- Only have to mess with raw HTML/LaTeX in the last 10% cases where `kableExtra` cannot solve the problem
***
+
This package can load required LaTeX package automatically in vanilla rmarkdown. For customized rmarkdown templates, it is recommended to load related LaTeX packages manually.
+
***
## Features
@@ -65,6 +67,7 @@
- [Create Awesome LaTeX Table with knitr::kable and kableExtra](http://haozhu233.github.io/kableExtra/awesome_table_in_pdf.pdf)
## Limitations/Known bug
+- <div sytle="color:red;"><strong>If you find using `kableExtra` will "unload" LaTeX packages you defined in the yaml header, you need to install the latest dev version of `rmarkdown`. Please see [#5](https://github.com/haozhu233/kableExtra/issues/5) & [#11](https://github.com/haozhu233/kableExtra/issues/11) for details.</strong></div>
- `add_header_above` and `add_footnote` should be able to work in any conditions but if you are using `kable_styling` in customed templates it can get a little tricky.
- In HTML, `kable_styling` assumes you to have bootstrap 3 style sheet loaded to have all features functioning.
- In LaTeX, it is known that striped lines is not working with tufte handout since right now I cannot insert a latex package to its LaTeX header.