David Anson
|
5950e4481a
|
Update documentation for MD023/heading-start-left to include "indented" example within block quote (fixes #1009).
|
2023-10-23 20:37:38 -07:00 |
|
Kate Higa
|
531e58ed9a
|
Update MD045/no-alt-text to report instances of HTML "img" tags missing an "alt" attribute (fixes #992).
|
2023-10-18 23:20:19 -07:00 |
|
David Anson
|
3e44e43ac4
|
Update documentation for MD032/blanks-around-lists to correct an example and discuss lazy continuation lines (fixes #972).
|
2023-09-14 20:59:24 -07:00 |
|
David Anson
|
47f36e98f7
|
Remove dead link from MD007 documentation.
|
2023-09-10 20:21:51 -07:00 |
|
David Anson
|
c118c1160a
|
Update MD052/reference-links-images to add a shortcut_syntax parameter for opting into shortcut scanning (fixes #915).
|
2023-09-04 16:40:48 -07:00 |
|
David Anson
|
d9de1dd22f
|
Update MD022/blanks-around-headings to allow specifying a different number of blank lines for each heading level (fixes #504).
|
2023-08-08 22:56:59 -07:00 |
|
David Anson
|
809841098d
|
Update MD022/blanks-around-headings to allow passing -1 for lines_above/lines_below to allow any number of blank lines in that direction (fixes #546).
|
2023-08-06 15:24:35 -07:00 |
|
David Anson
|
ef1bd286a9
|
Reimplement MD051/link-fragments using micromark tokens, report reference link issues for definition and fix when possible, handle reporting multiple violations on the same line better.
|
2023-08-04 20:53:38 -07:00 |
|
David Anson
|
c83ac3f3db
|
Improve/be consistent with a few parameter descriptions.
|
2023-07-29 15:20:10 -07:00 |
|
David Anson
|
c699b8e22b
|
Allow a custom rule's onError implementation to override that rule's information URL for each error.
|
2023-07-11 21:45:00 -07:00 |
|
David Anson
|
7a794192ca
|
Add support for named heading fragments as supported by some platforms (fixes #830).
|
2023-07-08 22:14:00 -07:00 |
|
David Anson
|
ce9713038b
|
Remove link to deprecated custom rule examples in https://github.com/microsoft/vscode-docs-authoring.
|
2023-03-08 20:14:54 -08:00 |
|
David Anson
|
4b27bac79b
|
Update all references to "params.tokens" to "params.parsers.markdownit.tokens" for clarity.
|
2023-02-25 15:50:57 -08:00 |
|
David Anson
|
ddb71ed1e8
|
Update tests and documentation for MD034/no-bare-urls to explain edge case behavior.
|
2023-02-25 15:50:57 -08:00 |
|
David Anson
|
b990b3ea77
|
Reimplement MD034/no-bare-urls using micromark tokens (fixes #707).
|
2023-02-25 15:50:57 -08:00 |
|
David Anson
|
0e0060d660
|
Fix newly-broken link in MD051/link-fragments documentation.
|
2022-12-31 21:06:48 +00:00 |
|
David Anson
|
aa3635187a
|
Update "Fixable: Most violations can be fixed by tooling" to use the word "Some" to avoid over-promising.
|
2022-12-16 13:57:57 -08:00 |
|
David Anson
|
ac8f495ea2
|
Update MD051/link-fragments to identify and fix scenarios where the link fragment has the wrong case (fixes #605).
|
2022-12-16 13:50:38 -08:00 |
|
David Anson
|
cb16438a41
|
Add various Markdown lists as formatted by Prettier with the default --tab-width of 2 and the not uncommon alternate of 4, update Prettier.md with the relevant configuration (produced using v2.8.1 of https://prettier.io/playground/) (refs #652).
|
2022-12-13 20:24:21 -08:00 |
|
David Anson
|
c9f7a323cc
|
Add ReleaseProcess.md to explain the release process (fixes #562).
|
2022-12-13 16:42:54 -08:00 |
|
OnkarRuikar
|
068b090293
|
Mention 'markdownlint-rule-search-replace' rule in documentation
|
2022-12-09 20:12:05 -08:00 |
|
David Anson
|
fc98a7c59d
|
Update documentation for MD003/heading-style to call out an additional scenario (fixes #644).
|
2022-12-08 22:30:17 -08:00 |
|
David Anson
|
a86998bf6f
|
Update documentation for MD038/no-space-in-code to expand rationale (fixes #641).
|
2022-12-08 22:07:10 -08:00 |
|
Adam Moss
|
cc701ea700
|
fix(prettier): add ordered list configuration
Signed-off-by: Adam Moss <2951486+adam-moss@users.noreply.github.com>
|
2022-11-22 11:10:00 -08:00 |
|
David Anson
|
2e63bf7dd8
|
Configure all rules that allow style=consistent (or similar) to require an explicit style for consistency across the project.
|
2022-11-13 20:53:17 -08:00 |
|
David Anson
|
91dd6dcb1d
|
Enable "line-length": { "strict": true } for all user-facing Markdown files in the repository.
|
2022-11-12 17:53:47 -08:00 |
|
Sébastien Règne
|
72439f42c6
|
Update MD040/fenced-code-language to add language_only parameter to reject extra data in info string.
|
2022-11-10 22:07:04 -08:00 |
|
David Anson
|
99a3f164a9
|
Update MD013/line-length to permit long link/image reference definitions in all modes because they can not be easily split.
|
2022-11-08 21:40:33 -08:00 |
|
Sébastien Règne
|
b73ab7fd91
|
Update MD040/fenced-code-language to use case-sensitive comparison for allowed languages (fixes #627).
|
2022-11-05 17:41:27 -07:00 |
|
David Anson
|
30353cc733
|
Edit description of MD051/link-fragments to clarify that it implements the GitHub algorithm for creating section links (which converts to lowercase) (refs #591).
|
2022-11-05 16:49:38 -07:00 |
|
David Anson
|
52044c8181
|
Mostly standardize on putting rule names and tags in code spans in documentation.
|
2022-10-30 15:13:19 -07:00 |
|
David Anson
|
37baddcf27
|
Generate Rules.md and md###.md files from metadata, improve Parameters documentation by referencing schema.
|
2022-10-29 23:21:45 -07:00 |
|
Mateus Ferreira
|
37f74ee958
|
Update MD043/required-headings to add match_case parameter (fixes #613).
|
2022-10-22 00:15:50 -07:00 |
|
Sam Chen
|
01ba757d3a
|
Update MD040/fenced-code-language to add allowed_languages parameter (fixes #610).
|
2022-10-17 12:29:29 -07:00 |
|
David Anson
|
4e1692ffed
|
Minor tweaks to previous commit.
|
2022-10-06 04:21:08 +00:00 |
|
Josh Goldberg
|
82a5de0821
|
Add style/prettier.json (fixes #592).
|
2022-10-06 04:15:23 +00:00 |
|
David Anson
|
a6489acd6b
|
Update MD053/link-image-reference-definitions to add ignored_definitions parameter (default to ["//"]) (fixes #545).
|
2022-08-02 20:36:47 -07:00 |
|
David Anson
|
c5ca661b96
|
Add MD052/reference-links-images and MD053/link-image-reference-definitions for reporting issues with link and image references (fixes #144, fixes #390, fixes #425, fixes #456).
|
2022-06-01 20:26:01 -07:00 |
|
David Anson
|
b447c809bd
|
Update MD010/no-hard-tabs to add ignore_code_languages parameter (fixes #383).
|
2022-04-28 21:09:06 -07:00 |
|
David Anson
|
0f845e9ba1
|
Update MD044/proper-names to add html_elements parameter (fixes #435).
|
2022-04-25 21:50:33 -07:00 |
|
David Anson
|
db5d9f6dbb
|
Update previous commit for MD051/link-fragments to rename, refactor, add support for HTML anchors, and validate against
markdown-link-check (fixes #253).
|
2022-04-16 14:08:56 -07:00 |
|
Divlo
|
33ee1cd85e
|
Initial implementation of MD051/valid-link-fragments (refs #253, closes #495).
|
2022-04-16 14:08:56 -07:00 |
|
David Anson
|
4affefc68d
|
Add proper-names rule to .markdownlint.json, update tests to use that file, fix resulting issues.
|
2022-03-10 06:11:38 +00:00 |
|
Ashish Gupta
|
e4a42155d3
|
Update "markdown" to "Markdown" in Rules.md (fixes #507).
|
2022-03-07 21:12:14 -08:00 |
|
David Anson
|
d57b4770ed
|
Update MD010/no-hard-tabs to allow tabs in code spans when the code_blocks parameter is set to false (for consistency) (fixes #454).
|
2021-12-17 17:24:00 -08:00 |
|
David Anson
|
8fde53cf31
|
Update MD035/hr-style to correctly match thematic breaks in block quotes.
|
2021-12-14 23:05:03 -08:00 |
|
David Anson
|
517eb42015
|
Update MD007/ul-indent to support start_indent parameter (fixes #337, closes #397).
|
2021-12-13 21:49:43 -08:00 |
|
David Anson
|
2056d81682
|
Add support for asynchronous custom rules (ex: to read a file or make a network request).
|
2021-12-11 21:44:25 -08:00 |
|
David Anson
|
291597edb9
|
Update rules MD049/emphasis-style and MD050/strong-style to include range and fixInfo when reporting issues (i.e., to be automatically fixable).
|
2021-11-28 23:26:02 -08:00 |
|
David Anson
|
1e82f76596
|
Reimplement inlineCodeSpanRanges as codeBlockAndSpanRanges to fix an issue with unterminated code spans (and for flexibility).
|
2021-11-23 04:51:20 +00:00 |
|