We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39130f7 + b78ca03 commit 746be16Copy full SHA for 746be16
scripts/check-asciidoctor-build.sh
@@ -37,7 +37,7 @@ check_updated_assemblies () {
37
if grep -rq "$PAGE" --include "*.yml" _topic_maps ; then
38
# validate the assembly
39
echo "Validating $ASSEMBLY. Validation will fail with FAILED, ERROR, or WARNING messages..."
40
- asciidoctor "$ASSEMBLY" -a icons! -o /dev/null -v --failure-level WARN
+ asciidoctor "$ASSEMBLY" -a source-highlighter=rouge -a icons! -o /tmp/out.html -v --failure-level WARN --trace
41
else
42
echo "$ASSEMBLY is not in a topic_map"
43
fi
0 commit comments