add a screenshot
diff --git a/docs/using_kableExtra_in_radix.Rmd b/docs/using_kableExtra_in_radix.Rmd
index b5c615c..48cc723 100644
--- a/docs/using_kableExtra_in_radix.Rmd
+++ b/docs/using_kableExtra_in_radix.Rmd
@@ -32,4 +32,9 @@
 
 ```{r, echo = T}
 rmarkdown::paged_table(iris)
-```
\ No newline at end of file
+```
+
+# Appendix
+Here is a screenshot of how table looks like if you don't turn on the `kableExtra.html.bsTable` option (with the same code). In fact, the only part that breaks is the `striped` and `hover` option. :P
+
+![](radix_no_bs.png)
\ No newline at end of file