DavidAnson / markdownlint

A Node.js style checker and lint tool for Markdown/CommonMark files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MD025: Support docfx tabs

Youssef1313 opened this issue · comments

https://dotnet.github.io/docfx/docs/markdown.html?tabs=linux%2Cdotnet#tabs

The syntax for docfx tabs produces false positives of MD025. I think it should be possible to detect a docfx tab with the following regex #+? \[.+?\]\(#tab/.+?\) and not report MD025 in this case.