我试图用asciidoctor编写文档,我需要使用这样的字符:ă、-、-、ş,ţ。pdf输出呈现,但上述字符呈现为空。我不知道如何处理这个问题。我写了这段代码:Doc Writer <doc@example.com>:source-highlighter: coderay// Uncomment next line to set page size (default is Letter)
A simple h
section1.adoc/chap1/images/myimg.png/img/...some other images hereasciidoctor-pdf/images/myimg.png[label]
如果我为section1.adoc (asciidoctor-pdf PDF -b pdf section1.adoc)生成pdf,它将包含图像。但是如