Skip to content

Commit

Permalink
Merge branch 'main' into improvement/RELENG-7422-add-documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gaspardmoindrot committed Jun 22, 2023
2 parents 6de3efe + a95e58d commit 48b3620
Showing 1 changed file with 26 additions and 9 deletions.
35 changes: 26 additions & 9 deletions .trunk/configs/.markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,27 @@
# Autoformatter friendly markdownlint config (all formatting rules disabled)
---
default: true
blank_lines: false
bullet: false
html: false
indentation: false
line_length: false
spaces: false
url: false
whitespace: false

MD013:
# Include code blocks
code_blocks: false
# Include tables
tables: false

MD033:
# Allowed elements
allowed_elements:
- p

# to hard to support in mkdocs-material
MD046: false

# As url are handled by magiclink plugin
# no need to keep ensuring that they are properly formatted
MD034: false

MD007:
# Indentation size
indent: 2

MD026:
punctuation: ".,;!"

0 comments on commit 48b3620

Please sign in to comment.