【发布时间】:2015-06-17 11:23:55
【问题描述】:
是否可以在 R Markdown 文档生成的 TOC 中添加标题。
具体来说,我现在有这样的东西:
---
title: "The Rebel Base Locations"
author: "Darth Vader"
date: "A long time ago in a galaxy far far away"
output:
html_document:
css: custom.css
toc: true
toc_depth: 3
number_sections: true
---
我想要的是 TOC 有一个名为“内容”的标题。我能够使用一些 css 将它推到左边。
【问题讨论】:
标签: r r-markdown