blob: 6be41f7f503ccdb4253dd2ac7719f48de6fa13a6 [file] [log] [blame]
Hao Zhuc1450882018-10-03 17:56:26 -04001---
2title: "Using kableExtra in Bookdown Projects"
3author: "Hao Zhu"
4date: "`r Sys.Date()`"
5site: bookdown::bookdown_site
6documentclass: book
7bibliography: [book.bib, packages.bib]
8biblio-style: apalike
9link-citations: yes
10description: "This example provides documentations for using kableExtra to customize tables in bookdown projects. "
11---
12
13# Introduction
14
15If you have tried to use `kableExtra` in a `bookdown` project with mutltiple formats, you may have experienced some problems. For example, you might not be able to render HTML and PDF tables at the same time using the same piece of code. At the same time, you might start to wonder if it's possible to create `bootstrap` style tables in `gitbook`. I will try to address these issues using this example.
16
17This book is hosted at https://github.com/haozhu233/kableExtra/tree/master/docs.
18
19You can find the source code for this project at https://github.com/haozhu233/kableExtra/tree/master/docs.