You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Disable MD034 / no-bare-urls
While we should avoid bare URLs, the fix for this rule (surrounding
the URL with <>) breaks rendering, since Docusaurus currently runs all
files through the MDX engine.
* Sort markdownlint config by name
(instead of rule ID)
0 commit comments