Skip to content

v2.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 May 19:03
· 288 commits to v2 since this release

You can now customize the attributes passed to asciidoctor:

StylesPath = <...>

[asciidoctor]
# attribute = value
# 
# where 'YES' enables and 'NO' disables.

# enable
experimental = YES

# assign a specific value
attribute-missing = drop

[*]
BasedOnStyles = Vale

# normal config ...

Changelog