minor changes to the docs
diff --git a/docs/awesome_table_in_html.html b/docs/awesome_table_in_html.html
index 74fa876..4c3c26a 100644
--- a/docs/awesome_table_in_html.html
+++ b/docs/awesome_table_in_html.html
@@ -222,6 +222,9 @@
</div>
+<blockquote>
+<p>Please see the package documentation site for how to use it in LaTeX.</p>
+</blockquote>
<div id="overview" class="section level1">
<h1>Overview</h1>
<p>The goal of <code>kableExtra</code> is to help you build common complex tables and manipulate table styles. It imports the pipe <code>%>%</code> symbol from <code>magrittr</code> and verbalize all the functions, so basically you can add “layers” to a kable output in a way that is similar with <code>ggplot2</code> and <code>plotly</code>.</p>