I think i found the solution
- Download bootstrap.css file from https://bootswatch.com/
- Put the bootstrap.css file in the same folder with your rmd file.
- Change rmd code to this
title: "test"
author: "test"
output:
html_document:
css: bootstrap.css