[GH-ISSUE #71] MD009 I can't set br_space parameter #1907

Closed
opened 2026-03-07 20:02:39 +03:00 by kerem · 2 comments
Owner

Originally created by @daltonbr on GitHub (Aug 19, 2017).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/71

I am trying to set br_spaces to 2 to insert an explicit line break/br element, as suggested here at MD009 documentation

Is my syntax wrong? Thanks for this awesome extension!

"markdownlint.config": {"MD009": 2, false}  // not working
"markdownlint.config": {"MD009": false}     // working...not ideal tough
Originally created by @daltonbr on GitHub (Aug 19, 2017). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/71 I am trying to set `br_spaces` to 2 to insert an explicit **line break**/br element, as suggested here at [MD009 documentation](https://github.com/DavidAnson/markdownlint/blob/master/doc/Rules.md#md009) Is my syntax wrong? Thanks for this awesome extension! ``` "markdownlint.config": {"MD009": 2, false} // not working "markdownlint.config": {"MD009": false} // working...not ideal tough ```
kerem 2026-03-07 20:02:39 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@DavidAnson commented on GitHub (Aug 19, 2017):

This is the correct syntax: https://github.com/DavidAnson/markdownlint/blob/master/test/trailing_spaces_br.json

<!-- gh-comment-id:323535330 --> @DavidAnson commented on GitHub (Aug 19, 2017): This is the correct syntax: https://github.com/DavidAnson/markdownlint/blob/master/test/trailing_spaces_br.json
Author
Owner

@daltonbr commented on GitHub (Aug 19, 2017):

Thank you so much @DavidAnson
Have a nice day Sir!

<!-- gh-comment-id:323538467 --> @daltonbr commented on GitHub (Aug 19, 2017): Thank you so much @DavidAnson Have a nice day Sir!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/markdownlint#1907
No description provided.