preview.nvim/lua
Barrett Ruth a2ef9a828f fix(presets): add --failure-level ERROR to asciidoctor args
Problem: asciidoctor exits 0 even when it encounters ERROR-level
messages, so the compiler treats every run as a success and never
invokes error_parser. Errors are silently embedded as visible text
in the HTML output instead of surfacing as diagnostics.

Solution: pass --failure-level ERROR so asciidoctor exits non-zero
on errors, which triggers error_parser and surfaces diagnostics.
2026-03-04 14:48:12 -05:00
..
preview fix(presets): add --failure-level ERROR to asciidoctor args 2026-03-04 14:48:12 -05:00