mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-23 21:53:09 +02:00
helpers: Add --trace to asciidoctor args
This will help to understand and fix errors by seeing stacktrace of an error. See #3714
This commit is contained in:
committed by
Anthony Fok
parent
ff433f9813
commit
b60aa1a504
@@ -561,7 +561,7 @@ func testAllMarkdownEnginesForPages(t *testing.T,
|
||||
}{
|
||||
{"md", func() bool { return true }},
|
||||
{"mmark", func() bool { return true }},
|
||||
{"ad", func() bool { return helpers.HasAsciidoc() }},
|
||||
{"ad", func() bool { return helpers.HasAsciidoctor() || helpers.HasAsciidoc() }},
|
||||
// TODO(bep) figure a way to include this without too much work.{"html", func() bool { return true }},
|
||||
{"rst", func() bool { return helpers.HasRst() }},
|
||||
}
|
||||
|
Reference in New Issue
Block a user