markdownlint/test
2022-01-11 23:08:53 -08:00
..
config Use require.resolve as a fallback of path.resolve (#342) 2020-11-06 19:23:08 -08:00
node_modules/pseudo-package Use require.resolve as a fallback of path.resolve (#342) 2020-11-06 19:23:08 -08:00
rules Add test case for custom rule that imports an ESM module (refs #477). 2022-01-11 23:08:53 -08:00
alternate_top_level_heading.json Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
alternate_top_level_heading.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
atx-heading-spacing-trailing-spaces.md Update MD018/MD019/MD020/MD021 to report fixInfo for violations. 2019-09-08 16:51:00 -07:00
atx_closed_heading_spacing.json Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
atx_closed_heading_spacing.md Fix issue where escaped trailing hash on header caused MD003 due to incorrect classification. 2018-04-28 14:49:31 -07:00
atx_heading_spacing.json Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
atx_heading_spacing.md Add MD047/single-trailing-newline for enforcing new lines at the end of file (fixes #89). 2019-04-19 20:13:07 -07:00
backslashes-and-backticks.md Fix possible null-dereference if RegExp does not match in MD038. 2019-01-07 22:02:58 -08:00
bare-list-markers.md Update MD030/list-marker-space to allow bare list item markers for templating scenarios (fixes #235). 2019-12-10 22:09:40 -08:00
blanks-around.md Re-implement MD022/blanks-around-headings to ignore comments and blockquotes. 2019-03-21 21:42:24 -07:00
blockquote-headings.md Re-implement MD022/blanks-around-headings to ignore comments and blockquotes. 2019-03-21 21:42:24 -07:00
blockquote-spaces-nested.md Improve highlighting for MD027/no-multiple-space-blockquote, add more tests. 2017-10-29 20:54:14 -07:00
blockquote_blank_lines.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
blockquote_spaces.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
break-all-the-rules.json Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
break-all-the-rules.md 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
bulleted_list_2_space_indent.json Add MD005, MD007 with tests. 2015-03-02 23:30:40 -08:00
bulleted_list_2_space_indent.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
bulleted_list_4_space_indent.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
bulleted_list_not_at_beginning_of_line.json Deprecate MD006/ul-start-left in favor of MD007/ul-indent. 2020-01-13 19:19:49 -08:00
bulleted_list_not_at_beginning_of_line.md Update MD007/ul-indent to report/fix for all unordered list item groupings. 2019-12-01 17:30:47 -08:00
byte-order-marker-utf8.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
code-block-in-list.md Implement rule MD046/code-block-style from Ruby version. 2019-04-17 14:42:17 -07:00
code-block-trailing-spaces.md Update MD009/no-trailing-spaces to allow trailing spaces in fenced code blocks (fixes #292). 2020-11-21 16:53:31 -08:00
code-block-with-tabs-allowed.json Add code_blocks parameter to MD010 to ignore hard tabs in code blocks (fixes #31). 2016-09-29 21:25:10 -07:00
code-block-with-tabs-allowed.md Implement rule MD046/code-block-style from Ruby version. 2019-04-17 14:42:17 -07:00
code-block-with-tabs.md Implement rule MD046/code-block-style from Ruby version. 2019-04-17 14:42:17 -07:00
code-blocks-and-spans.md Reimplement inlineCodeSpanRanges as codeBlockAndSpanRanges to fix an issue with unterminated code spans (and for flexibility). 2021-11-23 04:51:20 +00:00
code-blocks-prefixed-by-spaces.json Support 1-3 spaces prefixing a code fence per specification (fixes #107). 2018-03-06 21:43:45 -08:00
code-blocks-prefixed-by-spaces.md Implement rule MD046/code-block-style from Ruby version. 2019-04-17 14:42:17 -07:00
code-with-tabs-allowed.md 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
code-with-tabs-blocked.md 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
code_block_consistency.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
code_block_dollar.md Update MD014/commands-show-output to allow blanks and output-less commands (fixes #241). 2020-01-18 21:28:42 -08:00
code_block_dollar_fence-empty.json MD014 should not warn for empty blocks. 2016-01-04 22:22:35 -08:00
code_block_dollar_fence-empty.md Code review feedback for "header"->"heading" change. 2018-04-18 22:28:14 -07:00
code_block_dollar_fence.md Update MD014/commands-show-output to allow blanks and output-less commands (fixes #241). 2020-01-18 21:28:42 -08:00
code_block_fenced.json Implement rule MD046/code-block-style from Ruby version. 2019-04-17 14:42:17 -07:00
code_block_fenced.md Update MD009/no-trailing-spaces to allow trailing spaces in fenced code blocks (fixes #292). 2020-11-21 16:53:31 -08:00
code_block_indented.json Implement rule MD046/code-block-style from Ruby version. 2019-04-17 14:42:17 -07:00
code_block_indented.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
code_fence_style_backtick.json Add fenced code block style rule (#224) (fixes #223). 2019-10-24 20:26:27 -07:00
code_fence_style_backtick.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
code_fence_style_tilde.json Add fenced code block style rule (#224) (fixes #223). 2019-10-24 20:26:27 -07:00
code_fence_style_tilde.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
consecutive_blank_lines.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
consistent_bullet_styles_asterisk.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
consistent_bullet_styles_dash.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
consistent_bullet_styles_plus.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
custom-rules.md Add support for using custom rules. 2018-02-15 21:35:58 -08:00
detailed-results-4-tabs-MD010.json Add spaces_per_tab parameter to MD010/no-hard-tabs (fixes #384). (#385) 2021-04-09 16:33:01 -07:00
detailed-results-4-tabs-MD010.md Add spaces_per_tab parameter to MD010/no-hard-tabs (fixes #384). (#385) 2021-04-09 16:33:01 -07:00
detailed-results-4-tabs-MD010.md.fixed Add spaces_per_tab parameter to MD010/no-hard-tabs (fixes #384). (#385) 2021-04-09 16:33:01 -07:00
detailed-results-4-tabs-MD010.results.json Update all "detailed-results" tests to use resultVersion 3 (based on current output). 2021-06-14 22:47:24 -07:00
detailed-results-bare-urls.md Update bare URL RegExp to improve the behavior of MD034/no-bare-urls with trailing punctuation (fixes #283). 2020-06-21 21:47:32 -07:00
detailed-results-bare-urls.md.fixed Update bare URL RegExp to improve the behavior of MD034/no-bare-urls with trailing punctuation (fixes #283). 2020-06-21 21:47:32 -07:00
detailed-results-bare-urls.results.json Update all "detailed-results" tests to use resultVersion 3 (based on current output). 2021-06-14 22:47:24 -07:00
detailed-results-blanks-around-headings-0-2.json Enhance MD022/blanks-around-headings with lines_above/lines_below parameters (fixes #143). 2019-03-24 21:50:56 -07:00
detailed-results-blanks-around-headings-0-2.md Enhance MD022/blanks-around-headings with lines_above/lines_below parameters (fixes #143). 2019-03-24 21:50:56 -07:00
detailed-results-blanks-around-headings-0-2.md.fixed Fix applyFix handling of multiple line endings; MD022 handling of multiple lines. 2019-09-16 22:38:29 -07:00
detailed-results-blanks-around-headings-0-2.results.json Update all "detailed-results" tests to use resultVersion 3 (based on current output). 2021-06-14 22:47:24 -07:00
detailed-results-blanks-around-headings-3-0.json Enhance MD022/blanks-around-headings with lines_above/lines_below parameters (fixes #143). 2019-03-24 21:50:56 -07:00
detailed-results-blanks-around-headings-3-0.md Enhance MD022/blanks-around-headings with lines_above/lines_below parameters (fixes #143). 2019-03-24 21:50:56 -07:00
detailed-results-blanks-around-headings-3-0.md.fixed Fix applyFix handling of multiple line endings; MD022 handling of multiple lines. 2019-09-16 22:38:29 -07:00
detailed-results-blanks-around-headings-3-0.results.json Update all "detailed-results" tests to use resultVersion 3 (based on current output). 2021-06-14 22:47:24 -07:00
detailed-results-blanks-around-headings.json Enhance MD022/blanks-around-headings with lines_above/lines_below parameters (fixes #143). 2019-03-24 21:50:56 -07:00
detailed-results-blanks-around-headings.md Enhance MD022/blanks-around-headings with lines_above/lines_below parameters (fixes #143). 2019-03-24 21:50:56 -07:00
detailed-results-blanks-around-headings.md.fixed Add validation of applyFixes via result snapshots. 2019-09-16 21:48:34 -07:00
detailed-results-blanks-around-headings.results.json Update all "detailed-results" tests to use resultVersion 3 (based on current output). 2021-06-14 22:47:24 -07:00
detailed-results-code-fences-in-blockquotes.md Update MD031/blanks-around-fences to add blockquote characters when fixing issues in that context. 2020-04-07 21:01:39 -07:00
detailed-results-code-fences-in-blockquotes.md.fixed Update MD031/blanks-around-fences to add blockquote characters when fixing issues in that context. 2020-04-07 21:01:39 -07:00
detailed-results-code-fences-in-blockquotes.results.json Update all "detailed-results" tests to use resultVersion 3 (based on current output). 2021-06-14 22:47:24 -07:00
detailed-results-default-spaces-MD010.json Add spaces_per_tab parameter to MD010/no-hard-tabs (fixes #384). (#385) 2021-04-09 16:33:01 -07:00
detailed-results-default-spaces-MD010.md Add spaces_per_tab parameter to MD010/no-hard-tabs (fixes #384). (#385) 2021-04-09 16:33:01 -07:00
detailed-results-default-spaces-MD010.md.fixed Add spaces_per_tab parameter to MD010/no-hard-tabs (fixes #384). (#385) 2021-04-09 16:33:01 -07:00
detailed-results-default-spaces-MD010.results.json Update all "detailed-results" tests to use resultVersion 3 (based on current output). 2021-06-14 22:47:24 -07:00
detailed-results-fixing-with-front-matter.md Update fixInfo.lineNumber for front matter, sanitize fixInfo object from rules. 2019-10-19 17:34:02 -07:00
detailed-results-fixing-with-front-matter.md.fixed Update fixInfo.lineNumber for front matter, sanitize fixInfo object from rules. 2019-10-19 17:34:02 -07:00
detailed-results-fixing-with-front-matter.results.json Update all "detailed-results" tests to use resultVersion 3 (based on current output). 2021-06-14 22:47:24 -07:00
detailed-results-front-matter.json Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
detailed-results-front-matter.md Account for front matter when calculating range for resultVersion 1 (fixes #48). 2017-03-14 21:58:39 -07:00
detailed-results-front-matter.md.fixed Add validation of applyFixes via result snapshots. 2019-09-16 21:48:34 -07:00
detailed-results-front-matter.results.json Update all "detailed-results" tests to use resultVersion 3 (based on current output). 2021-06-14 22:47:24 -07:00
detailed-results-html-tags.json Improve handling of nested tags and blocks by MD033/no-inline-html (fixes #179). 2019-04-29 22:09:33 -07:00
detailed-results-html-tags.md Update MD033/no-inline-html to match specification for element names (fixes #188). 2019-06-03 22:32:04 -07:00
detailed-results-html-tags.md.fixed Add validation of applyFixes via result snapshots. 2019-09-16 21:48:34 -07:00
detailed-results-html-tags.results.json Update all "detailed-results" tests to use resultVersion 3 (based on current output). 2021-06-14 22:47:24 -07:00
detailed-results-links.json Improve MD034/no-bare-urls range reporting (fixes #181). 2019-05-04 20:14:59 -07:00
detailed-results-links.md Update MD039/no-space-in-links to fix reference-style links, be slightly more permissive matching link content. 2021-12-22 14:52:43 -08:00
detailed-results-links.md.fixed Update MD039/no-space-in-links to fix reference-style links, be slightly more permissive matching link content. 2021-12-22 14:52:43 -08:00
detailed-results-links.results.json Update MD039/no-space-in-links to fix reference-style links, be slightly more permissive matching link content. 2021-12-22 14:52:43 -08:00
detailed-results-MD001-MD010.json Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
detailed-results-MD001-MD010.md Allow '0'- and ' '-prefixed ordered list markers in MD005/MD029 (fixes #126). 2018-06-15 22:37:12 -07:00
detailed-results-MD001-MD010.md.fixed Update MD004/ul-style to auto-fix violations (fixes #351). 2021-02-06 15:49:02 -08:00
detailed-results-MD001-MD010.results.json Update all "detailed-results" tests to use resultVersion 3 (based on current output). 2021-06-14 22:47:24 -07:00
detailed-results-MD011-MD021.json Update MD013/line-length with heading_line_length parameter (fixes #170). 2019-03-26 22:34:19 -07:00
detailed-results-MD011-MD021.md Fix highlighting of MD011/no-reversed-links when preceeded by decorated text. 2019-09-26 22:29:01 -07:00
detailed-results-MD011-MD021.md.fixed Update MD014/commands-show-output to report each violation, include fix information (fixes #217). 2019-10-01 22:12:12 -07:00
detailed-results-MD011-MD021.results.json Update all "detailed-results" tests to use resultVersion 3 (based on current output). 2021-06-14 22:47:24 -07:00
detailed-results-MD022-MD030.md Add style one_or_ordered to MD029/ol-prefix (fixes #97). 2017-12-12 22:41:11 -08:00
detailed-results-MD022-MD030.md.fixed Remove automatic fix from MD028/no-blanks-blockquote due to ambiguity (fixes #315). 2020-11-23 14:57:19 -08:00
detailed-results-MD022-MD030.results.json Update all "detailed-results" tests to use resultVersion 3 (based on current output). 2021-06-14 22:47:24 -07:00
detailed-results-MD030-warning-message.md Update MD030/list-marker-space to allow bare list item markers for templating scenarios (fixes #235). 2019-12-10 22:09:40 -08:00
detailed-results-MD030-warning-message.md.fixed Update MD030/list-marker-space to allow bare list item markers for templating scenarios (fixes #235). 2019-12-10 22:09:40 -08:00
detailed-results-MD030-warning-message.results.json Update all "detailed-results" tests to use resultVersion 3 (based on current output). 2021-06-14 22:47:24 -07:00
detailed-results-MD031-MD040.json Add MD049/emphasis-style (fixes #150). 2021-10-23 21:54:58 -07:00
detailed-results-MD031-MD040.md Update rewritten MD037/no-space-in-emphasis to handle multiple-line emphasis (fixes #272). 2020-04-12 20:40:05 -07:00
detailed-results-MD031-MD040.md.fixed Update rewritten MD037/no-space-in-emphasis to handle multiple-line emphasis (fixes #272). 2020-04-12 20:40:05 -07:00
detailed-results-MD031-MD040.results.json Update all "detailed-results" tests to use resultVersion 3 (based on current output). 2021-06-14 22:47:24 -07:00
detailed-results-MD041-MD050.json Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
detailed-results-MD041-MD050.md 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
detailed-results-MD041-MD050.md.fixed 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
detailed-results-MD041-MD050.results.json 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
detailed-results-no-tabs-edge-case-MD010.json Add spaces_per_tab parameter to MD010/no-hard-tabs (fixes #384). (#385) 2021-04-09 16:33:01 -07:00
detailed-results-no-tabs-edge-case-MD010.md Add spaces_per_tab parameter to MD010/no-hard-tabs (fixes #384). (#385) 2021-04-09 16:33:01 -07:00
detailed-results-no-tabs-edge-case-MD010.md.fixed Add spaces_per_tab parameter to MD010/no-hard-tabs (fixes #384). (#385) 2021-04-09 16:33:01 -07:00
detailed-results-no-tabs-edge-case-MD010.results.json Update all "detailed-results" tests to use resultVersion 3 (based on current output). 2021-06-14 22:47:24 -07:00
detailed-results-ordered-list-item-prefix-single.md Add style "zero" to MD029/ol-prefix (fixes #140). 2019-03-06 21:57:19 -08:00
detailed-results-ordered-list-item-prefix-single.md.fixed Add validation of applyFixes via result snapshots. 2019-09-16 21:48:34 -07:00
detailed-results-ordered-list-item-prefix-single.results.json Update all "detailed-results" tests to use resultVersion 3 (based on current output). 2021-06-14 22:47:24 -07:00
detailed-results-ordered-list-item-prefix-zero.json Add style "zero" to MD029/ol-prefix (fixes #140). 2019-03-06 21:57:19 -08:00
detailed-results-ordered-list-item-prefix-zero.md Add style "zero" to MD029/ol-prefix (fixes #140). 2019-03-06 21:57:19 -08:00
detailed-results-ordered-list-item-prefix-zero.md.fixed Add validation of applyFixes via result snapshots. 2019-09-16 21:48:34 -07:00
detailed-results-ordered-list-item-prefix-zero.results.json Update all "detailed-results" tests to use resultVersion 3 (based on current output). 2021-06-14 22:47:24 -07:00
detailed-results-proper-names.json Update MD044/proper-names to handle names with non-word-character boundaries better. 2020-06-19 21:09:11 -07:00
detailed-results-proper-names.md Update MD044/proper-names to handle names with non-word-character boundaries better. 2020-06-19 21:09:11 -07:00
detailed-results-proper-names.md.fixed Update MD044/proper-names to handle names with non-word-character boundaries better. 2020-06-19 21:09:11 -07:00
detailed-results-proper-names.results.json Update all "detailed-results" tests to use resultVersion 3 (based on current output). 2021-06-14 22:47:24 -07:00
emoji-headings.md Update MD018/no-missing-space-atx to ignore Keycap Number Sign emoji at start of line (fixes #257). 2020-03-08 19:49:52 -07:00
emphasis-not-heading-in-blockquote.md Add MD049/emphasis-style (fixes #150). 2021-10-23 21:54:58 -07:00
emphasis_instead_of_headings.md Add MD049/emphasis-style (fixes #150). 2021-10-23 21:54:58 -07:00
emphasis_style_asterisk.json Add MD049/emphasis-style (fixes #150). 2021-10-23 21:54:58 -07:00
emphasis_style_asterisk.md Add MD049/emphasis-style (fixes #150). 2021-10-23 21:54:58 -07:00
emphasis_style_underscore.json Add MD049/emphasis-style (fixes #150). 2021-10-23 21:54:58 -07:00
emphasis_style_underscore.md Add MD049/emphasis-style (fixes #150). 2021-10-23 21:54:58 -07:00
empty-links.md Fix inline of links with empty link. (fixes #308) 2020-09-05 17:31:39 -07:00
empty_doc.md Add passing tests, refactor to introduce forEachLine. 2015-03-09 00:31:07 -07:00
escaped-emphasis-markers.md Update MD037/no-space-in-emphasis to avoid crash, handle more scenarios. 2020-04-11 12:33:28 -07:00
fenced-code-in-list.json Use tokens (vs. RegExp) for identifying fenced code blocks (fixes #151, fixes #152, fixes #155). 2019-01-10 21:29:27 -08:00
fenced-code-in-list.md Use tokens (vs. RegExp) for identifying fenced code blocks (fixes #151, fixes #152, fixes #155). 2019-01-10 21:29:27 -08:00
fenced-code-unmatched.md Use tokens (vs. RegExp) for identifying fenced code blocks (fixes #151, fixes #152, fixes #155). 2019-01-10 21:29:27 -08:00
fenced_code_blocks.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
fenced_code_blocks_in_lists.md Sync to latest test file changes from Ruby implementation, commit 1e78c89224fe72572dc6f6c956da284ec7dafe62. 2020-04-10 19:21:58 -07:00
fenced_code_with_nesting.md Add fenced code block style rule (#224) (fixes #223). 2019-10-24 20:26:27 -07:00
fenced_code_without_blank_lines.json Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
fenced_code_without_blank_lines.md Add MD047/single-trailing-newline for enforcing new lines at the end of file (fixes #89). 2019-04-19 20:13:07 -07:00
first_heading_bad_atx.json Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
first_heading_bad_atx.md Add MD047/single-trailing-newline for enforcing new lines at the end of file (fixes #89). 2019-04-19 20:13:07 -07:00
first_heading_bad_setext.json Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
first_heading_bad_setext.md Add MD047/single-trailing-newline for enforcing new lines at the end of file (fixes #89). 2019-04-19 20:13:07 -07:00
first_heading_good_atx.md Add MD047/single-trailing-newline for enforcing new lines at the end of file (fixes #89). 2019-04-19 20:13:07 -07:00
first_heading_good_setext.md Add MD047/single-trailing-newline for enforcing new lines at the end of file (fixes #89). 2019-04-19 20:13:07 -07:00
first_line_top_level_heading_atx.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
first_line_top_level_heading_setext.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
fix_102_extra_nodes_in_link_text.md 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
front-matter-alt-title-h1.json Add front_matter_title parameter to MD025/single-title/single-h1 (refs #169). 2019-03-16 20:21:57 -07:00
front-matter-alt-title-h1.md Add front_matter_title parameter to MD025/single-title/single-h1 (refs #169). 2019-03-16 20:21:57 -07:00
front-matter-alt-title-json.json Support JSON front matter as used by the Hugo site generator (fixes #270). 2020-11-14 19:40:15 -08:00
front-matter-alt-title-json.md Support JSON front matter as used by the Hugo site generator (fixes #270). 2020-11-14 19:40:15 -08:00
front-matter-alt-title-no-h1.json Support front matter title property override for MD041/first-line-h1 (fixes #53). 2017-05-06 15:25:14 -07:00
front-matter-alt-title-no-h1.md Support front matter title property override for MD041/first-line-h1 (fixes #53). 2017-05-06 15:25:14 -07:00
front-matter-alt-title-toml.json Add TOML title syntax to MD041/first-line-h1 default RegExp (fixes #77). 2017-10-24 22:15:03 -07:00
front-matter-alt-title-toml.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
front-matter-embedded.json Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
front-matter-embedded.md Deprecate MD002/first-heading-h1 in favor of MD041/first-line-h1 (refs #169). 2019-03-12 22:23:12 -07:00
front-matter-empty-title-no-h1.json Support front matter title property override for MD041/first-line-h1 (fixes #53). 2017-05-06 15:25:14 -07:00
front-matter-empty-title-no-h1.md Support front matter title property override for MD041/first-line-h1 (fixes #53). 2017-05-06 15:25:14 -07:00
front-matter-empty.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
front-matter-no-crlf.md Handle files with front matter only and no trailing newline (fixes #157). 2019-01-07 22:03:10 -08:00
front-matter-no-title-h1.json Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
front-matter-no-title-h1.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
front-matter-no-title-no-h1.json Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
front-matter-no-title-no-h1.md Support front matter title property override for MD041/first-line-h1 (fixes #53). 2017-05-06 15:25:14 -07:00
front-matter-title-h1.json Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
front-matter-title-h1.md Add front_matter_title parameter to MD025/single-title/single-h1 (refs #169). 2019-03-16 20:21:57 -07:00
front-matter-title-h2.json Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
front-matter-title-h2.md Update MD041/first-line-h1 to allow secondary headings if a YAML title is present (refs #116). 2019-03-10 22:10:33 -07:00
front-matter-title-json-spaces.md Support JSON front matter as used by the Hugo site generator (fixes #270). 2020-11-14 19:40:15 -08:00
front-matter-title-json.md Support JSON front matter as used by the Hugo site generator (fixes #270). 2020-11-14 19:40:15 -08:00
front-matter-title-no-h1.json Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
front-matter-title-no-h1.md Support front matter title property override for MD041/first-line-h1 (fixes #53). 2017-05-06 15:25:14 -07:00
front-matter-title-pandoc-spaces.md Allow for trailing spaces after front matter open/close fences (fixes #208). 2019-07-27 18:10:26 -07:00
front-matter-title-pandoc.md Add support for pandoc-style YAML front matter fences ---/... (fixes #153). 2019-03-17 22:05:50 -07:00
front-matter-title-spaces.json Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
front-matter-title-spaces.md Allow for trailing spaces after front matter open/close fences (fixes #208). 2019-07-27 18:10:26 -07:00
front-matter-title-toml-spaces.md Allow for trailing spaces after front matter open/close fences (fixes #208). 2019-07-27 18:10:26 -07:00
front-matter-title-toml.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
front-matter-with-dashes.md Deprecate MD002/first-heading-h1 in favor of MD041/first-line-h1 (refs #169). 2019-03-12 22:23:12 -07:00
front-matter-with-disable-next-line.md Fix array indexing for markdownlint-disable-next-line when front matter is present. 2021-12-22 19:27:19 -08:00
front-matter.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
h1-as-top-level-heading.md Update MD041/first-line-heading to recognize HTML headings (fixes #366). 2021-01-31 15:51:57 -08:00
h1-image-as-top-level-heading.md Update MD041/first-line-heading to recognize HTML headings (fixes #366). 2021-01-31 15:51:57 -08:00
h2-as-top-level-heading.md Update MD041/first-line-heading to recognize HTML headings (fixes #366). 2021-01-31 15:51:57 -08:00
h3-as-top-level-heading.md Update MD041/first-line-heading to recognize HTML headings (fixes #366). 2021-01-31 15:51:57 -08:00
hard-line-breaks.json Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
hard-line-breaks.md Update MD009/no-trailing-spaces to include strict mode (fixes #216). 2019-12-09 22:05:57 -08:00
heading-duplicate-content-siblings-only.json Update MD024/no-duplicate-heading to allow non-sibling duplicates (fixes #136). 2018-07-19 21:49:30 -07:00
heading-duplicate-content-siblings-only.md Update MD024/no-duplicate-heading to allow non-sibling duplicates (fixes #136). 2018-07-19 21:49:30 -07:00
heading_duplicate_content.md Add MD047/single-trailing-newline for enforcing new lines at the end of file (fixes #89). 2019-04-19 20:13:07 -07:00
heading_duplicate_content_different_nesting.json Update MD024/no-duplicate-heading to allow non-sibling duplicates (fixes #136). 2018-07-19 21:49:30 -07:00
heading_duplicate_content_different_nesting.md Update MD024/no-duplicate-heading to allow non-sibling duplicates (fixes #136). 2018-07-19 21:49:30 -07:00
heading_duplicate_content_no_different_nesting.md Update MD024/no-duplicate-heading to allow non-sibling duplicates (fixes #136). 2018-07-19 21:49:30 -07:00
heading_multiple_toplevel.md Add MD047/single-trailing-newline for enforcing new lines at the end of file (fixes #89). 2019-04-19 20:13:07 -07:00
heading_mutliple_h1_no_toplevel.json Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
heading_mutliple_h1_no_toplevel.md Add MD047/single-trailing-newline for enforcing new lines at the end of file (fixes #89). 2019-04-19 20:13:07 -07:00
heading_trailing_punctuation.md Allow question mark by default for MD026/no-trailing-punctuation (fixes #276). 2020-11-17 20:32:17 -08:00
heading_trailing_punctuation_customized.json Allow question mark by default for MD026/no-trailing-punctuation (fixes #276). 2020-11-17 20:32:17 -08:00
heading_trailing_punctuation_customized.md Allow question mark by default for MD026/no-trailing-punctuation (fixes #276). 2020-11-17 20:32:17 -08:00
heading_trailing_punctuation_empty.json Update MD026/no-trailing-punctuation to handle empty punctuation paramater, escape for RegExp (fixes #205). 2019-07-26 23:03:56 -07:00
heading_trailing_punctuation_empty.md Update MD026/no-trailing-punctuation to handle empty punctuation paramater, escape for RegExp (fixes #205). 2019-07-26 23:03:56 -07:00
headings-with-html-entities.md Update MD026/no-trailing-punctuation to ignore the trailing semicolon of HTML entity references (fixes #320). 2020-11-23 15:23:39 -08:00
headings-with-invalid-spaces.md Update MD018/MD019/MD020/MD021 to look specifically for "space" characters (space or tab) instead of RegExp's "\s" characters per CommonMark specification (fixes #367). 2021-02-03 22:05:07 -08:00
headings-without-content.md Fix MD019/no-multiple-space-atx to ignore headings without content. 2019-09-24 22:40:41 -07:00
headings_bad.md Add MD047/single-trailing-newline for enforcing new lines at the end of file (fixes #89). 2019-04-19 20:13:07 -07:00
headings_good.md Add MD047/single-trailing-newline for enforcing new lines at the end of file (fixes #89). 2019-04-19 20:13:07 -07:00
headings_good_setext_with_atx.json Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
headings_good_setext_with_atx.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
headings_good_setext_with_atx_closed.json Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
headings_good_setext_with_atx_closed.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
headings_good_with_issue_numbers.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
headings_surrounding_space_atx.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
headings_surrounding_space_setext.md Add MD047/single-trailing-newline for enforcing new lines at the end of file (fixes #89). 2019-04-19 20:13:07 -07:00
headings_with_spaces_at_the_beginning.json Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
headings_with_spaces_at_the_beginning.md Re-implement MD022/blanks-around-headings to ignore comments and blockquotes. 2019-03-21 21:42:24 -07:00
hr-in-blockquote-dash.md Update MD035/hr-style to correctly match thematic breaks in block quotes. 2021-12-14 23:05:03 -08:00
hr-in-blockquote-star.md Update MD035/hr-style to correctly match thematic breaks in block quotes. 2021-12-14 23:05:03 -08:00
hr-in-blockquote-under.md Update MD035/hr-style to correctly match thematic breaks in block quotes. 2021-12-14 23:05:03 -08:00
hr_style_dashes.json Add MD035 with tests. 2015-04-14 09:40:16 -07:00
hr_style_dashes.md Update MD035/hr-style to correctly match thematic breaks in block quotes. 2021-12-14 23:05:03 -08:00
hr_style_inconsistent.md Update MD035/hr-style to correctly match thematic breaks in block quotes. 2021-12-14 23:05:03 -08:00
hr_style_long.json Add MD035 with tests. 2015-04-14 09:40:16 -07:00
hr_style_long.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
hr_style_stars.json Add MD035 with tests. 2015-04-14 09:40:16 -07:00
hr_style_stars.md Update MD035/hr-style to correctly match thematic breaks in block quotes. 2021-12-14 23:05:03 -08:00
html-comment-in-markdown-table.md Change comment replacement character from " " (with trailing "\") to "." to avoid creating indented code blocks. 2021-01-30 14:36:11 -08:00
html-comments.md Update clearHtmlCommentText helper to match CommonMark (instead of HTML) specification (refs #361). 2021-01-30 13:08:57 -08:00
hugo-quickstart-example-blank.json Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
hugo-quickstart-example-blank.md Relax MD041/first-line-h1 to allow blank links above the top level header (fixes #116). 2018-04-29 12:02:47 -07:00
hugo-quickstart-example-clean.json Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
hugo-quickstart-example-clean.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
hugo-quickstart-example-json.md Support JSON front matter as used by the Hugo site generator (fixes #270). 2020-11-14 19:40:15 -08:00
ignore-comments.md Update clearHtmlCommentText helper to match CommonMark (instead of HTML) specification (refs #361). 2021-01-30 13:08:57 -08:00
inconsistent_bullet_indent_same_level.md Update MD007/ul-indent to report/fix for all unordered list item groupings. 2019-12-01 17:30:47 -08:00
inconsistent_bullet_styles_asterisk.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
inconsistent_bullet_styles_dash.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
inconsistent_bullet_styles_plus.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
incorrect_bullet_style_asterisk.json Add "default" rule to config, use to simplify JSON styles. 2015-03-02 22:45:43 -08:00
incorrect_bullet_style_asterisk.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
incorrect_bullet_style_dash.json Add "default" rule to config, use to simplify JSON styles. 2015-03-02 22:45:43 -08:00
incorrect_bullet_style_dash.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
incorrect_bullet_style_plus.json Add "default" rule to config, use to simplify JSON styles. 2015-03-02 22:45:43 -08:00
incorrect_bullet_style_plus.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
incorrect_heading_atx.json Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
incorrect_heading_atx.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
incorrect_heading_atx_closed.json Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
incorrect_heading_atx_closed.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
incorrect_heading_setext.json Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
incorrect_heading_setext.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
inline-capture-restore.json Add support for inline comments markdownlint-capture/markdownlint-restore (fixes #194). 2019-06-08 19:26:11 -07:00
inline-capture-restore.md Update MD038/no-space-in-code to allow the "single leading and trailing space" scenario (fixes #271). 2020-04-06 20:43:38 -07:00
inline-configure-file-invalid.md Add support for "markdownlint-configure-file" inline comments (fixes #264). 2020-04-05 19:47:12 -07:00
inline-configure-file-multiple-instances.md Add support for "markdownlint-configure-file" inline comments (fixes #264). 2020-04-05 19:47:12 -07:00
inline-configure-file-multiple-lines.md Add support for "markdownlint-configure-file" inline comments (fixes #264). 2020-04-05 19:47:12 -07:00
inline-configure-file-single-line.md Add support for "markdownlint-configure-file" inline comments (fixes #264). 2020-04-05 19:47:12 -07:00
inline-disable-enable-file.json Add markdownlint-disable-file/markdownlint-enable-file inline comments (fixes #215). 2019-12-04 21:31:49 -08:00
inline-disable-enable-file.md Update MD038/no-space-in-code to allow the "single leading and trailing space" scenario (fixes #271). 2020-04-06 20:43:38 -07:00
inline-disable-enable.md Implement markdownlint-disable-next-line inline comment (fixes #295). 2020-11-22 14:02:36 -08:00
inline_html-allowed_elements.json Allow exceptions for MD033 "Inline HTML" (fixes #3, fixes #4). 2015-12-15 21:30:37 -08:00
inline_html-allowed_elements.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
inline_html.md Reimplement inlineCodeSpanRanges as codeBlockAndSpanRanges to fix an issue with unterminated code spans (and for flexibility). 2021-11-23 04:51:20 +00:00
invalid-ul-style-style.md Update MD004/ul-style to handle invalid "style" parameter values. 2021-02-06 16:09:16 -08:00
jekyll_post.md Add front_matter_title parameter to MD025/single-title/single-h1 (refs #169). 2019-03-16 20:21:57 -07:00
jekyll_post_2.md Sync to latest test file changes from Ruby implementation, commit d5145912de278e24ba7ebada19d84bb0cc609f96. 2020-01-26 20:50:29 -08:00
jsconfig.json Add @ts-check to JS files without it, address resulting issues. 2019-10-30 20:37:06 -07:00
line-breaks-inside-code-spans.md Fix forEachInlineCodeSpan to handle lines ending with '\' better. 2019-09-25 21:59:37 -07:00
links-with-markup.md 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
links.md Update MD034/no-bare-urls to allow quoting bare URLs. 2020-04-08 21:58:52 -07:00
lint-javascript.md Add custom rule example to lint JavaScript code blocks using ESLint (fixes #197). 2019-07-30 23:07:42 -07:00
list-indentation-start-indent-indent.md Update MD007/ul-indent to support start_indent parameter (fixes #337, closes #397). 2021-12-13 21:49:43 -08:00
list-indentation-start-indent-no-indent.md Update MD007/ul-indent to support start_indent parameter (fixes #337, closes #397). 2021-12-13 21:49:43 -08:00
list-indentation-start-indented-indent.json Update MD007/ul-indent to support start_indent parameter (fixes #337, closes #397). 2021-12-13 21:49:43 -08:00
list-indentation-start-indented-indent.md Update MD007/ul-indent to support start_indent parameter (fixes #337, closes #397). 2021-12-13 21:49:43 -08:00
list-indentation-start-indented-no-indent.md Update MD007/ul-indent to support start_indent parameter (fixes #337, closes #397). 2021-12-13 21:49:43 -08:00
list-indentation.json Deprecate MD006/ul-start-left in favor of MD007/ul-indent. 2020-01-13 19:19:49 -08:00
list-indentation.md Allow for first level indentation of lists in MD007/ul-indent (fixes #242). 2020-01-01 12:53:03 -08:00
list-item-prefix-alignment.md Update MD005/list-indent to fix ordered list violations (unordered are better handled by MD007) (fixes #246). 2020-01-15 22:06:41 -08:00
list-syntax-in-paragraph-text.md Re-implement MD032 to detect missed scenarios and simplify. 2019-01-21 18:21:36 -08:00
lists-and-headings.json Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
lists-and-headings.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
lists-in-blockquote.md Update handling of lists nested in blockquotes to improve MD007/ul-indent (fixes #266). 2020-03-21 13:17:34 -07:00
lists-with-commented-items.md Update definition of helpers.isBlankLine to treat unterminated start/end comments as potentially blank lines (fixes #431). 2021-12-20 04:18:45 +00:00
lists-with-fenced-code-tight.json Update MD031/blanks-around-fences to include list_items parameter (fixes #200). 2019-08-02 22:58:41 -07:00
lists-with-fenced-code-tight.md Update MD031/blanks-around-fences to include list_items parameter (fixes #200). 2019-08-02 22:58:41 -07:00
lists-with-fenced-code.md Handle implicit close fence in MD031/blanks-around-fences to avoid null-dereference. 2020-10-16 14:08:42 -07:00
lists-with-nesting.json Deprecate MD006/ul-start-left in favor of MD007/ul-indent. 2020-01-13 19:19:49 -08:00
lists-with-nesting.md Fix possible crash in MD005/list-indent, reporting issue with MD029/ol-prefix. 2020-04-09 20:14:36 -07:00
lists_without_blank_lines.json Add MD040 with tests. 2015-04-16 09:13:56 -07:00
lists_without_blank_lines.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
long-heading-exceptions.json Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
long-heading-exceptions.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
long-lines-short-code.json Update MD013/line-length with new code_block_line_length parameter (fixes #184). 2019-06-07 19:57:15 -07:00
long-lines-short-code.md Update MD013/line-length with new code_block_line_length parameter (fixes #184). 2019-06-07 19:57:15 -07:00
long-lines-short-headings.json Update MD013/line-length with heading_line_length parameter (fixes #170). 2019-03-26 22:34:19 -07:00
long-lines-short-headings.md Update MD013/line-length with heading_line_length parameter (fixes #170). 2019-03-26 22:34:19 -07:00
long-lines-stern.json Update MD013/line-length to support stern parameter (fixes #256). 2020-03-22 14:06:29 -07:00
long-lines-stern.md Update MD013/line-length to support stern parameter (fixes #256). 2020-03-22 14:06:29 -07:00
long-lines-strict.json Update MD013/line-length to include strict mode (fixes #237). 2019-12-12 21:22:45 -08:00
long-lines-strict.md Update MD013/line-length to include strict mode (fixes #237). 2019-12-12 21:22:45 -08:00
long_lines.md Add MD049/emphasis-style (fixes #150). 2021-10-23 21:54:58 -07:00
long_lines_100.json Add MD013 with tests. 2015-03-04 18:36:30 -08:00
long_lines_100.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
long_lines_code-default.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
long_lines_code.json Update MD013 to allow excluding code and tables. 2016-01-09 22:20:36 -08:00
long_lines_code.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
markdown-extra-footnote.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
markdownlint-test-config.js Split config tests into a dedicated test file. 2021-11-30 22:03:31 -08:00
markdownlint-test-custom-rules.js Add test case for custom rule that imports an ESM module (refs #477). 2022-01-11 23:08:53 -08:00
markdownlint-test-extra-parse.js Update dependency: globby to 12.0.2. 2021-12-27 22:53:04 +00:00
markdownlint-test-extra-type.js Split markdownlint-test-extra-* tests into separate files for (slightly) better concurrency. 2021-12-17 02:20:55 +00:00
markdownlint-test-helpers.js Remove require("os") from helpers to reduce dependencies for browser scenarios. 2021-12-27 03:41:43 +00:00
markdownlint-test-repos.js Update dependency: globby to 12.0.2. 2021-12-27 22:53:04 +00:00
markdownlint-test-result-object.js Convert from tape test harness to ava, address minor declaration file issue. 2021-01-10 20:46:00 -08:00
markdownlint-test-scenarios.js Update all "detailed-results" tests to use resultVersion 3 (based on current output). 2021-06-14 22:47:24 -07:00
markdownlint-test.js Add test case for custom rule that imports an ESM module (refs #477). 2022-01-11 23:08:53 -08:00
md003-escaped-trailing-hash.md Fix issue where escaped trailing hash on header caused MD003 due to incorrect classification. 2018-04-28 14:49:31 -07:00
md004-list-items-in-blockquote.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
md022-line-number-out-of-range.json Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
md022-line-number-out-of-range.md Fix bug in MD022 where it could report errors on line 0, add tests. 2015-09-07 14:04:28 -07:00
md033-cannot-read-property-of-undefined.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
md036-emphasis-as-heading.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
md041-ignore-leading-comments-combined.json Update MD041/first-line-h1 to ignore leading HTML comments (fixes #37). 2017-02-23 22:08:54 -08:00
md041-ignore-leading-comments-combined.md Update MD041/first-line-h1 to ignore leading HTML comments (fixes #37). 2017-02-23 22:08:54 -08:00
md041-ignore-leading-comments-violation.json Update MD041/first-line-h1 to ignore leading HTML comments (fixes #37). 2017-02-23 22:08:54 -08:00
md041-ignore-leading-comments-violation.md Update MD041/first-line-h1 to ignore leading HTML comments (fixes #37). 2017-02-23 22:08:54 -08:00
md041-ignore-leading-comments.json Update MD041/first-line-h1 to ignore leading HTML comments (fixes #37). 2017-02-23 22:08:54 -08:00
md041-ignore-leading-comments.md Update MD041/first-line-h1 to ignore leading HTML comments (fixes #37). 2017-02-23 22:08:54 -08:00
md041-yaml-title-and-first-line-heading.json Relax MD041/first-line-h1 to allow blank links above the top level header (fixes #116). 2018-04-29 12:02:47 -07:00
md041-yaml-title-and-first-line-heading.md Relax MD041/first-line-h1 to allow blank links above the top level header (fixes #116). 2018-04-29 12:02:47 -07:00
mixed-emphasis-markers.md 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
mixed_heading_types_atx.md Add MD047/single-trailing-newline for enforcing new lines at the end of file (fixes #89). 2019-04-19 20:13:07 -07:00
mixed_heading_types_atx_closed.md Add MD047/single-trailing-newline for enforcing new lines at the end of file (fixes #89). 2019-04-19 20:13:07 -07:00
mixed_heading_types_setext.md Add MD047/single-trailing-newline for enforcing new lines at the end of file (fixes #89). 2019-04-19 20:13:07 -07:00
no-alt-text.md Refine implementation of MD045/no-alt-text in previous commit. 2018-01-06 18:06:32 -08:00
no-multiple-blanks-maximum.json Add maximum parameter to MD012/no-multiple-blanks (fixes #27). 2016-10-03 21:42:44 -07:00
no-multiple-blanks-maximum.md Add maximum parameter to MD012/no-multiple-blanks (fixes #27). 2016-10-03 21:42:44 -07:00
no-multiple-blanks.md Add maximum parameter to MD012/no-multiple-blanks (fixes #27). 2016-10-03 21:42:44 -07:00
no_first_line_heading.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
no_first_line_top_level_heading.md Deprecate MD002/first-heading-h1 in favor of MD041/first-line-h1 (refs #169). 2019-03-12 22:23:12 -07:00
ordered-list-item-prefix-one.json Add style one_or_ordered to MD029/ol-prefix (fixes #97). 2017-12-12 22:41:11 -08:00
ordered-list-item-prefix-one.md Update MD029/ol-prefix to treat 0/1/2 as "ordered" (fixes #250). 2020-03-18 21:50:28 -07:00
ordered-list-item-prefix-one_or_ordered.md Update MD029/ol-prefix to treat 0/1/2 as "ordered" (fixes #250). 2020-03-18 21:50:28 -07:00
ordered-list-item-prefix-ordered.json Add style one_or_ordered to MD029/ol-prefix (fixes #97). 2017-12-12 22:41:11 -08:00
ordered-list-item-prefix-ordered.md Update MD029/ol-prefix to treat 0/1/2 as "ordered" (fixes #250). 2020-03-18 21:50:28 -07:00
ordered-list-item-prefix-zero.json Add style "zero" to MD029/ol-prefix (fixes #140). 2019-03-06 21:57:19 -08:00
ordered-list-item-prefix-zero.md Update MD029/ol-prefix to treat 0/1/2 as "ordered" (fixes #250). 2020-03-18 21:50:28 -07:00
ordered_list_item_prefix-paren.json Add style one_or_ordered to MD029/ol-prefix (fixes #97). 2017-12-12 22:41:11 -08:00
ordered_list_item_prefix-paren.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
ordered_list_item_prefix.json Add style one_or_ordered to MD029/ol-prefix (fixes #97). 2017-12-12 22:41:11 -08:00
ordered_list_item_prefix.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
ordered_list_item_prefix_ordered-paren.json Support paren vs. dot for ordered list markers per CommonMark specification. 2016-10-16 21:51:49 -07:00
ordered_list_item_prefix_ordered-paren.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
ordered_list_item_prefix_ordered.json Add MD029 with tests. 2015-03-07 22:46:45 -08:00
ordered_list_item_prefix_ordered.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
proper-names-links.md Update re-implementation of MD044/proper-names to exclude link destinations and references. 2021-06-13 13:07:03 -07:00
proper-names-no-code.json Add code_blocks parameter to MD044/proper-names (fixes #50). 2017-03-18 19:47:26 -07:00
proper-names-no-code.md Re-implement MD044/proper-names for better accuracy (range and fixInfo are now always valid) (fixes #402, fixes #403). 2021-06-12 17:10:59 -07:00
proper-names-non-word-boundaries.json Update MD044/proper-names to handle names with non-word-character boundaries better. 2020-06-19 21:09:11 -07:00
proper-names-non-word-boundaries.md Update MD044/proper-names to handle names with non-word-character boundaries better. 2020-06-19 21:09:11 -07:00
proper-names-projects.json Re-implement MD044/proper-names for better accuracy (range and fixInfo are now always valid) (fixes #402, fixes #403). 2021-06-12 17:10:59 -07:00
proper-names-projects.md Add MD049/emphasis-style (fixes #150). 2021-10-23 21:54:58 -07:00
proper-names-substrings.md Add test case for MD044/proper-names based on new issue (closes #409). 2021-06-30 21:21:23 -07:00
proper-names-urls.json MD044/proper-names should ignore text of automatic hyperlinks (fixes #329). 2020-09-18 20:30:46 -07:00
proper-names-urls.md MD044/proper-names should ignore text of automatic hyperlinks (fixes #329). 2020-09-18 20:30:46 -07:00
proper-names.json Add MD044 proper-names "Proper names should have the correct capitalization" (fixes #39). 2016-12-22 13:40:31 -08:00
proper-names.md 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
required-headings-all-optional-at-least-one.json Update MD043/required-headings to treat "*" as "zero or more" and "+" as "one or more" (fixes #281). 2020-11-23 20:47:28 -08:00
required-headings-all-optional-at-least-one.md Update MD043/required-headings to treat "*" as "zero or more" and "+" as "one or more" (fixes #281). 2020-11-23 20:47:28 -08:00
required-headings-all-optional.json Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
required-headings-all-optional.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
required-headings-all-present.json Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
required-headings-all-present.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
required-headings-missing-first.json Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
required-headings-missing-first.md Deprecate MD002/first-heading-h1 in favor of MD041/first-line-h1 (refs #169). 2019-03-12 22:23:12 -07:00
required-headings-missing-last-zero-or-more.json Update MD043 to fix required header checks in middle and last when using special char "*" (#396) 2021-05-20 12:45:27 -07:00
required-headings-missing-last-zero-or-more.md Update MD043 to fix required header checks in middle and last when using special char "*" (#396) 2021-05-20 12:45:27 -07:00
required-headings-missing-last.json Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
required-headings-missing-last.md Add MD047/single-trailing-newline for enforcing new lines at the end of file (fixes #89). 2019-04-19 20:13:07 -07:00
required-headings-missing-middle-zero-or-more.json Update MD043 to fix required header checks in middle and last when using special char "*" (#396) 2021-05-20 12:45:27 -07:00
required-headings-missing-middle-zero-or-more.md Update MD043 to fix required header checks in middle and last when using special char "*" (#396) 2021-05-20 12:45:27 -07:00
required-headings-missing-middle.json Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
required-headings-missing-middle.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
required-headings-none-one-or-more.json Update MD043/required-headings to treat "*" as "zero or more" and "+" as "one or more" (fixes #281). 2020-11-23 20:47:28 -08:00
required-headings-none-one-or-more.md Update MD043/required-headings to treat "*" as "zero or more" and "+" as "one or more" (fixes #281). 2020-11-23 20:47:28 -08:00
required-headings-none-zero-or-more.json Update MD043/required-headings to treat "*" as "zero or more" and "+" as "one or more" (fixes #281). 2020-11-23 20:47:28 -08:00
required-headings-none-zero-or-more.md Update MD043/required-headings to treat "*" as "zero or more" and "+" as "one or more" (fixes #281). 2020-11-23 20:47:28 -08:00
required-headings-none.json Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
required-headings-none.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
required-headings-one-or-more.json Update MD043/required-headings to treat "*" as "zero or more" and "+" as "one or more" (fixes #281). 2020-11-23 20:47:28 -08:00
required-headings-one-or-more.md Update MD043/required-headings to treat "*" as "zero or more" and "+" as "one or more" (fixes #281). 2020-11-23 20:47:28 -08:00
required-headings-optional-first.json Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
required-headings-optional-first.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
required-headings-optional-last.json Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
required-headings-optional-last.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
required-headings-optional-middle.json Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
required-headings-optional-middle.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
required-headings-optional-redundant.json Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
required-headings-optional-redundant.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
required-headings-zero-or-more-last.json Update MD043 to fix required header checks in middle and last when using special char "*" (#396) 2021-05-20 12:45:27 -07:00
required-headings-zero-or-more-last.md Update MD043 to fix required header checks in middle and last when using special char "*" (#396) 2021-05-20 12:45:27 -07:00
required-headings-zero-or-more.json Update MD043/required-headings to treat "*" as "zero or more" and "+" as "one or more" (fixes #281). 2020-11-23 20:47:28 -08:00
required-headings-zero-or-more.md Update MD043/required-headings to treat "*" as "zero or more" and "+" as "one or more" (fixes #281). 2020-11-23 20:47:28 -08:00
reversed-link-issue-with-markdownlint-12.md Reimplement inlineCodeSpanRanges as codeBlockAndSpanRanges to fix an issue with unterminated code spans (and for flexibility). 2021-11-23 04:51:20 +00:00
reversed_link.md Re-implement MD011/no-reversed-links for better accuracy (range and fixInfo are now always valid) (fixes #398). 2021-06-17 21:50:03 -07:00
short-headings.md Fix issue in MD020/no-missing-space-closed-atx that reported errors for single-character headers (fixes #229). 2019-10-24 20:18:16 -07:00
simple-table.md Change "header" to "heading" across the library 2018-04-18 22:27:48 -07:00
spaces-inside-emphasis-markers-multiple-lines.md Add MD049/emphasis-style (fixes #150). 2021-10-23 21:54:58 -07:00
spaces_after_list_marker.json Add MD030 with tests, refactor list handling with flattenLists. 2015-03-10 23:10:06 -07:00
spaces_after_list_marker.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
spaces_inside_codespan_elements.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
spaces_inside_emphasis_markers.md Update MD037/no-space-in-emphasis to ignore embedded underscore emphasis markers (fixes #444, fixes #408, fixes #354, fixes #324). 2021-12-21 22:21:28 +00:00
spaces_inside_link_text.md Update MD039/no-space-in-links to fix reference-style links, be slightly more permissive matching link content. 2021-12-22 14:52:43 -08:00
strong_style_asterisk.json Add MD050/strong-style (fixes #150). 2021-10-20 21:42:48 -07:00
strong_style_asterisk.md Add MD050/strong-style (fixes #150). 2021-10-20 21:42:48 -07:00
strong_style_underscore.json Add MD050/strong-style (fixes #150). 2021-10-20 21:42:48 -07:00
strong_style_underscore.md Add MD050/strong-style (fixes #150). 2021-10-20 21:42:48 -07:00
sublist-bullet-style.md Update MD004/ul-style to auto-fix violations (fixes #351). 2021-02-06 15:49:02 -08:00
table-content-with-issues.md Tokens inside tables that lack a map should get it from the surrounding table row (which is more scoped than the table body) (fixes #463). 2021-11-26 04:26:15 +00:00
table-issue-with-markdown-it-12.md Handle missing token.map for th_open tokens (breaking) change in markdown-it v12. 2020-11-24 13:01:19 -08:00
texmath-content-in-lists.md Work around problems related to markdown-it-texmath plugin's token.map not accounting for math_block_end. 2020-11-12 23:08:46 -08:00
texmath-content-violating-md037.md Update MD037/no-space-in-emphasis to ignore content of math blocks when used with markdown-it-texmath (fixes #357). 2021-01-24 17:50:39 -08:00
token-map-spans.md Tokens inside tables that lack a map should get it from the surrounding table row (which is more scoped than the table body) (fixes #463). 2021-11-26 04:26:15 +00:00
trailing-spaces-in-lists-allowed-strict.json Update MD009/no-trailing-spaces to include strict mode (fixes #216). 2019-12-09 22:05:57 -08:00
trailing-spaces-in-lists-allowed-strict.md Update MD009/no-trailing-spaces to include strict mode (fixes #216). 2019-12-09 22:05:57 -08:00
trailing-spaces-in-lists-allowed.json Allow opt-out for list items with blank lines in MD009/no-trailing-spaces (fixes #55). 2017-05-11 21:44:41 -07:00
trailing-spaces-in-lists-allowed.md Allow opt-out for list items with blank lines in MD009/no-trailing-spaces (fixes #55). 2017-05-11 21:44:41 -07:00
trailing-spaces-in-lists-default.md Allow opt-out for list items with blank lines in MD009/no-trailing-spaces (fixes #55). 2017-05-11 21:44:41 -07:00
trailing_spaces_br.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
unclosed-html-comment-in-code-span.md Handle un-closed HTML comments in a way that does not trigger MD047/single-trailing-newline (fixes #187). 2019-05-16 22:14:07 -07:00
unclosed-html-comment.md Handle un-closed HTML comments in a way that does not trigger MD047/single-trailing-newline (fixes #187). 2019-05-16 22:14:07 -07:00
unterminated-html-comment.md Change behavior of un-terminated HTML comments to be treated as text (fixes #252). 2020-03-09 23:06:13 -07:00
validate-json.md Add test case for custom rule that imports an ESM module (refs #477). 2022-01-11 23:08:53 -08:00
whitespace_issues.md Delete markdownlint-test-default-config.json, allow MD041 to default to true, add missing headings. 2020-11-15 17:03:20 -08:00
wrong-types-in-config-file.json Update all rules to better handle wrongly-typed configuration parameters. 2020-01-25 18:40:39 -08:00
wrong-types-in-config-file.md Update all rules to better handle wrongly-typed configuration parameters. 2020-01-25 18:40:39 -08:00