[GH-ISSUE #381] MD037 should be ignored on code fence opening line #320

Closed
opened 2026-03-03 01:25:42 +03:00 by kerem · 0 comments
Owner

Originally created by @nschonni on GitHub (Mar 26, 2021).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/381

EX:

``` yaml $(tag) == 'all-api-versions' /* autogenerated */
# include the azure profile definitions from the standard location
require: $(this-folder)/../../../../profiles/readme.md

# all the input files across all versions
input-file:
  - $(this-folder)/stable/v1.0/AnomalyDetector.json

```

Outputs MD037/no-space-in-emphasis Spaces inside emphasis markers [Context: "* autogenerated *"], although the metadata comment is an odd thing to have, it's not a place where emphasis styling occurs

Originally created by @nschonni on GitHub (Mar 26, 2021). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/381 EX: ~~~md ``` yaml $(tag) == 'all-api-versions' /* autogenerated */ # include the azure profile definitions from the standard location require: $(this-folder)/../../../../profiles/readme.md # all the input files across all versions input-file: - $(this-folder)/stable/v1.0/AnomalyDetector.json ``` ~~~ Outputs `MD037/no-space-in-emphasis Spaces inside emphasis markers [Context: "* autogenerated *"]`, although the metadata comment is an odd thing to have, it's not a place where emphasis styling occurs
kerem 2026-03-03 01:25:42 +03:00
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#320
No description provided.