2017-01-21 29 views

回答

1

可以重新定義生成「Last ...」消息的模板。用下面的內容創建一個新文件nofooter.conf

[footer-text] 
<single space on this line> 

然後用下面的命令來使HTML:

asciidoc -f nofooter.conf file.txt 

應該產生空<div id="footer-text"></div>

UPD。對於asciidoctor它可以指定屬性nofooter

asciidoctor -a nofooter file.txt 
+0

感謝您的回答@Andrey。但根據我最近的編輯,'asciidoctor' [不支持配置文件](http://asciidoctor.org/docs/user-manual/#configuration-files):( – TheDcoder

+0

非常感謝@Andrey!你救了我!!!:D – TheDcoder