# Line length should not be limited because we use soft wrappingMD013:false# Empty lines above and below headingsMD022:lines_above:1lines_below:0# Duplicate headingsMD024:siblings_only:trueallow_different_nesting:true# Ordered listMD029:style:"ordered"# No inline HTML. But because inline HTML is already skipped and removed# with our Hugo configuration, the rule is not necessary. # And it would also be triggered by angled brackets intended for the typographer.MD033:false# Images need to have an alternative description. But because Perplex allows to # provide it in the resources and issues a warning in case its missing, there is# no need to throw this warningMD045:false# Codeblock styleMD046:style:"fenced"# Emphasis styleMD049:style:"underscore"# Strong styleMD050:style:"asterisk"MD051:false
There are also configuration files for Markdownlint in some content folders. They allow to document some variations of Markdown.