我的第一个问题很兴奋
在我的 ASCIIDOC 代码中
Big Name{wj}footnote:[Big because X] is found.
这完美呈现到生成 html 的(一个很长的)页面的末尾。
Big Name [1] is found.
<a lot of other text till the end of the one long html page>
--
1. Big because X
但生成 PDF 它会呈现为文本:
Big Name [1: Big because X] is found.
为什么 PDF 生成不同?如何在 PDF 生成期间控制渲染类型?
我用
asciidoctor sample.adoc
asciidoctor -r asciidoctor-pdf -b pdf sample.adoc
和
asciidoctor -v
Asciidoctor 1.5.4 [http://asciidoctor.org]
Runtime Environment (ruby 2.3.3p222 (2016-11-21) [x86_64-linux-gnu]) (lc:UTF-8 fs:UTF-8 in:- ex:UTF-8)