Open rolfedh opened 1 year ago
The following directives are picked up by the HTML build and insert section numbering into the output. Vale runs on HTML, and reads the section-numbering as an error.
:sectnums:
:sectnumlevels: 3
Note you can work-around this by Adding the following configuration to the vale.ini
:
[asciidoctor]
!sectnums = ""
the vale.ini
accepts AsciiDoctor variables. Very handy. We should doc this somewhere.
accidentally closed, reopening.
Describe the bug
Vale generates
warning Do not use end punctuation in headings. RedHat.HeadingPunctuation
for headings that contain no apparent end punctuation.Examples:
To Reproduce Steps to reproduce the behavior:
warning Do not use end punctuation in headings. RedHat.HeadingPunctuation
security-basic-authentication-tutorial.zip
Expected behavior
Expect no error.
Additional context