Need more than a rule playground?

Explore Vale CMS
Package Explorer

AsciiDoc

A Vale-compatible implementation of select AsciiDoc syntax rules.

Source style

Getting started

Add it to your .vale.ini, then run vale sync.

Packages = AsciiDoc

[*.md]
BasedOnStyles = Vale, AsciiDoc

Rules 14

8 error5 warning1 suggestion
  • AsciiDoc.ClosedAttributeBlocks error existence scope: raw

    Attribute block is not closed.

  • AsciiDoc.ClosedIdQuotes error existence scope: raw

    Quoted ID value is not closed.

  • AsciiDoc.CodeBlockSubsVerbatim error script scope: raw Style guide

    Code block contains shell redirection '%s' but is missing 'subs=verbatim'. Add 'subs=verbatim' or 'subs="+quotes,verbatim"' to prevent parsing issues.

  • AsciiDoc.ImageContainsAltText warning existence scope: raw Style guide

    Image is missing accessibility alt tags.

  • AsciiDoc.LinkContainsLinkText warning existence scope: raw Style guide

    Link is missing descriptive link text for accessibility.

  • AsciiDoc.MatchingDotCallouts warning script scope: raw Style guide

    Corresponding callout not found.

  • AsciiDoc.MatchingNumberedCallouts warning script scope: raw Style guide

    Corresponding callout not found.

  • AsciiDoc.SequentialNumberedCallouts warning script scope: raw Style guide

    Numbered callout does not follow sequentially.

  • AsciiDoc.UnsetAttributes suggestion script scope: raw Style guide

    Set attribute directive does not have a corresponding unset attribute directive.

  • AsciiDoc.ValidAdmonitionBlocks error script scope: raw Style guide

    Unterminated admonition block found in file.

  • AsciiDoc.ValidCodeBlocks error script scope: raw Style guide

    Unterminated listing block found in file.

  • AsciiDoc.ValidConditions error script scope: raw Style guide

    File contains unbalanced if statements. Review the file to ensure it contains matching opening and closing if statements.

  • AsciiDoc.ValidOpenBlocks error script scope: raw Style guide

    Unterminated open block found in file.

  • AsciiDoc.ValidTableBlocks error script scope: raw Style guide

    Unterminated table block found in file.