-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
Description
Markdown files depend on trailing whitespace to add a line break without creating a new paragraph.
Due to our .editorconfig and TLDR008, we don't have 2 spaces between the description and more information link. This makes websites and other Markdown renderers render them on the same line.
For example, this issue occurs when viewing files on GitHub and on tldr.ostera.io.
I think TLDR008 should be replaced with a similar rule that disallows trailing whitespace on all lines except the page description.
Following this, our .editorconfig should include the rule:
[*.{markdown,md}]
trim_trailing_whitespace = falseActual
Expected
marchersimon


