【发布时间】:2016-04-09 08:47:52
【问题描述】:
我正在尝试使用以下命令将我的 AsciiDoc 转换为 html5:
asciidoc -b html5 -a icons -a toc2 -a stylesheet=article.css myPost.adoc
它没有找到我的 css 文件,因为它看起来位置不对:
asciidoc: WARNING: myPost.adoc: line 1: include file not found: /usr/local/Cellar/asciidoc/8.6.9/etc/asciidoc/article.css
另外,ascii 在生成的 html 文件中放置了一些 css,所以我怎样才能删除它(或将其传递给外部文件),因为我有多个文件要转换并且不想复制它。
【问题讨论】: