[GH-ISSUE #172] MD031 triggered for code blocks inside blockquotes #148

Closed
opened 2026-03-03 01:24:09 +03:00 by kerem · 0 comments
Owner

Originally created by @nschonni on GitHub (Mar 19, 2019).
Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/172

EX: From this document github.com/aspnet/Docs@aaec2b3275/aspnetcore/client-side/bundling-and-minification.md

> [!NOTE]
> Alternatively, the following globbing pattern could be used:
>
> ```json
> "inputFiles": ["wwwroot/**/*(*.css|!(*.min.css))"]
> ```
>
> This globbing pattern matches all CSS files and excludes the minified file pattern.

There are spaces around the block, but they are blockquote lines

Originally created by @nschonni on GitHub (Mar 19, 2019). Original GitHub issue: https://github.com/DavidAnson/markdownlint/issues/172 EX: From this document https://github.com/aspnet/Docs/blob/aaec2b3275c654031c9ea01f6e2d56f6c2bf3c61/aspnetcore/client-side/bundling-and-minification.md ~~~md > [!NOTE] > Alternatively, the following globbing pattern could be used: > > ```json > "inputFiles": ["wwwroot/**/*(*.css|!(*.min.css))"] > ``` > > This globbing pattern matches all CSS files and excludes the minified file pattern. ~~~ There are spaces around the block, but they are blockquote lines
kerem 2026-03-03 01:24:09 +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#148
No description provided.