experimenting auto_set_format
diff --git a/R/zzz.R b/R/zzz.R
index 02f4487..982d9de 100644
--- a/R/zzz.R
+++ b/R/zzz.R
@@ -16,4 +16,6 @@
     usepackage_latex("ulem", "normalem")
     usepackage_latex("makecell")
   }
+  auto_format <- getOption("kableExtra.auto_format", default = TRUE)
+  if (auto_format) auto_set_format()
 }