【发布时间】:2020-06-16 19:55:45
【问题描述】:
是否可以在 RMarkdown 文档的 YAML 标题栏中包含内联(内部文档)超链接?或者是否有允许这样做的 R 包?
以下是我想要做的:
---
title: blah {#one1} and so on {#two2}
...
---
# Bibliography
1. Reference note to [explain](#one1) in title
2. Reference note to [explain](#two2) in title
谢谢。
【问题讨论】:
标签: r yaml r-markdown