MDS006: no-trailing-spaces
No trailing whitespace at the end of lines.
# Config
Enable:
rules:
no-trailing-spaces: trueDisable:
rules:
no-trailing-spaces: false# Examples
# Bad
# Title
Trailing spaces here. # Good
# Title
No trailing spaces here.
```text
code block with language tag
```# Meta-Information
- ID: MDS006
- Name:
no-trailing-spaces - Status: ready
- Default: enabled
- Fixable: yes
- Implementation: source
- Category: whitespace
- markdownlint: MD009 (no-trailing-spaces)
- rumdl: MD009 (no-trailing-spaces)
- mado: MD009 (no-trailing-spaces)
- obsidian-linter: trailing-spaces