【发布时间】:2019-08-08 15:42:27
【问题描述】:
我写的是thesisdown(基于bookdown)。我的一个脚注包含一个相当长的引用,^[footnote text] 不起作用,因为,
如果我使用
hey^[as he says:
> some quotes
]
在脚注中给出“如他所说:> 一些引号”,如果我这样写:
hey^[
as he says:
> some quotes
]
或者这个:
hey^[
as he says:
> some quotes
]
它将其解释为正文中的普通文本,而不是脚注。
我该怎么做?提前致谢。
【问题讨论】:
标签: r-markdown bookdown