Use --asciidoc-opts="--unsafe" instead of --unsafe for a2x for compatibility with asciidoc < 8.4.5.
This commit is contained in:
parent
e663e1cbc0
commit
603ed0acce
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user