Use --asciidoc-opts="--unsafe" instead of --unsafe for a2x for compatibility with asciidoc < 8.4.5.

master
Ville Skyttä 2009-09-08 00:08:31 +03:00
parent e663e1cbc0
commit 603ed0acce
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash -eu
[ -d html~ ] || mkdir html~
a2x -D html~ -d book -f xhtml --unsafe main.txt
a2x -D html~ -d book -f xhtml --asciidoc-opts="--unsafe" main.txt