Merge pull request #575 from gregmacfarlane/master

Do not use HOLD position as float default, close #568
diff --git a/R/kable_styling.R b/R/kable_styling.R
index d956656..0d41372 100644
--- a/R/kable_styling.R
+++ b/R/kable_styling.R
@@ -547,7 +547,7 @@
                 "\n\\end{", table.envir, "}")
     if (hold_position == "hold_position") {
       x <- styling_latex_hold_position(x)
-    } else {
+    } else if(hold_position == "HOLD_position") {
       x <- styling_latex_HOLD_position(x)
     }
   }