Rmarkdown:输出html设置

在Rstudio中可自行更改主题样式

---
title: "题目"
author: "name"
date: "`r format(Sys.time(), '%Y年%m月%d日')`"
output: 
        html_document:
                highlight: haddock
                theme: readable
                toc: yes
---
posted @ 2017-12-17 20:53  嘻呵呵  阅读(4978)  评论(0编辑  收藏  举报