- 通过设置YAML metadata 来实现。
- toc设置目录;
- toc_deptn设置目录深度;
- number_section设置目录编号。
title: "lesson 17"
author: "wintryheart"
date: "2019/8/22"
output:
html_document:
toc: true
toc_depth: 2
number_sections: true
更多的设置细节,参见R Markdown: The Definitive Guide。
title: "lesson 17"
author: "wintryheart"
date: "2019/8/22"
output:
html_document:
toc: true
toc_depth: 2
number_sections: true
更多的设置细节,参见R Markdown: The Definitive Guide。
本文标题:Rmarkdown自动给目录编号
本文链接:https://www.haomeiwen.com/subject/zguosctx.html
网友评论