.. |
config
|
Add support for shareable/extendable configuration via "extends" and helper functions (fixes #33).
|
2017-05-19 22:36:46 -07:00 |
rules
|
Add validation of onError callback object for rules.
|
2018-02-27 21:14:02 -08:00 |
alternate_top_level_header.json
|
Update code/tests with latest functionality in Ruby markdownlint.
|
2016-09-24 16:15:54 -07:00 |
alternate_top_level_header.md
|
Update code/tests with latest functionality in Ruby markdownlint.
|
2016-09-24 16:15:54 -07:00 |
atx_closed_header_spacing.json
|
Add MD020, MD021 with tests.
|
2015-03-06 18:16:16 -08:00 |
atx_closed_header_spacing.md
|
Add MD020, MD021 with tests.
|
2015-03-06 18:16:16 -08:00 |
atx_header_spacing.json
|
Add MD018, MD019 with tests, switch to RegExp.test.
|
2015-03-06 09:21:55 -08:00 |
atx_header_spacing.md
|
Add MD018, MD019 with tests, switch to RegExp.test.
|
2015-03-06 09:21:55 -08:00 |
bare-list-markers.md
|
Fix two bugs with bare list marker handling.
|
2015-05-03 20:48:07 -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
|
Add MD012, MD028 with tests, support multiple markers by line.
|
2015-03-04 18:09:46 -08:00 |
blockquote_spaces.md
|
Improve highlighting for MD027/no-multiple-space-blockquote, add more tests.
|
2017-10-29 20:54:14 -07:00 |
break-all-the-rules.json
|
Add MD044 proper-names "Proper names should have the correct capitalization" (fixes #39).
|
2016-12-22 13:40:31 -08:00 |
break-all-the-rules.md
|
Add violation of new rule MD045 to break-all-the-rules.md.
|
2018-01-08 21:29:13 -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
|
Add MD005, MD007 with tests.
|
2015-03-02 23:30:40 -08:00 |
bulleted_list_4_space_indent.md
|
Add MD005, MD007 with tests.
|
2015-03-02 23:30:40 -08:00 |
bulleted_list_not_at_beginning_of_line.md
|
Add MD006, MD009, MD010 with tests.
|
2015-03-03 09:29:13 -08:00 |
byte-order-marker-utf8.json
|
Remove UTF-8 byte order marker from file/string input.
|
2016-11-01 22:39:19 -07:00 |
byte-order-marker-utf8.md
|
Remove UTF-8 byte order marker from file/string input.
|
2016-11-01 22:39:19 -07: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
|
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.md
|
Add code_blocks parameter to MD010 to ignore hard tabs in code blocks (fixes #31).
|
2016-09-29 21:25:10 -07: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
|
Support 1-3 spaces prefixing a code fence per specification (fixes #107).
|
2018-03-06 21:43:45 -08:00 |
code_block_dollar.md
|
Add MD040 with tests.
|
2015-04-16 09:13:56 -07: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
|
MD014 should not warn for empty blocks.
|
2016-01-04 22:22:35 -08:00 |
code_block_dollar_fence.md
|
Allow empty string for detail/context in onError callback from rules.
|
2018-03-17 22:11:56 -07:00 |
config-child.json
|
Add support for shareable/extendable configuration via "extends" and helper functions (fixes #33).
|
2017-05-19 22:36:46 -07:00 |
config-grandparent.json
|
Add support for shareable/extendable configuration via "extends" and helper functions (fixes #33).
|
2017-05-19 22:36:46 -07:00 |
config-parent.json
|
Add support for shareable/extendable configuration via "extends" and helper functions (fixes #33).
|
2017-05-19 22:36:46 -07:00 |
consecutive_blank_lines.md
|
Add MD012, MD028 with tests, support multiple markers by line.
|
2015-03-04 18:09:46 -08:00 |
consistent_bullet_styles_asterisk.md
|
Add passing tests, refactor to introduce forEachLine.
|
2015-03-09 00:31:07 -07:00 |
consistent_bullet_styles_dash.md
|
Add passing tests, refactor to introduce forEachLine.
|
2015-03-09 00:31:07 -07:00 |
consistent_bullet_styles_plus.md
|
Add passing tests, refactor to introduce forEachLine.
|
2015-03-09 00:31:07 -07:00 |
custom-rules.md
|
Add support for using custom rules.
|
2018-02-15 21:35:58 -08:00 |
detailed-results-front-matter.json
|
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
|
Account for front matter when calculating range for resultVersion 1 (fixes #48).
|
2017-03-14 21:58:39 -07:00 |
detailed-results-front-matter.results.json
|
Merge rule name/alias in rule definitions and results (for resultVersion 2).
|
2018-01-12 23:21:06 -08:00 |
detailed-results-MD001-MD010.md
|
Add tests to verify detailed result format and basic content.
|
2016-10-26 21:31:53 -07:00 |
detailed-results-MD001-MD010.results.json
|
Merge rule name/alias in rule definitions and results (for resultVersion 2).
|
2018-01-12 23:21:06 -08:00 |
detailed-results-MD011-MD021.md
|
Improve RegExp for MD020/no-missing-space-closed-atx, more tests.
|
2017-11-12 22:21:54 -08:00 |
detailed-results-MD011-MD021.results.json
|
Merge rule name/alias in rule definitions and results (for resultVersion 2).
|
2018-01-12 23:21:06 -08: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.results.json
|
Merge rule name/alias in rule definitions and results (for resultVersion 2).
|
2018-01-12 23:21:06 -08:00 |
detailed-results-MD030-warning-message.md
|
Fix bug in detailed error message for MD030/list-marker-space when no space present (fixes #57).
|
2017-05-06 21:56:24 -07:00 |
detailed-results-MD030-warning-message.results.json
|
Merge rule name/alias in rule definitions and results (for resultVersion 2).
|
2018-01-12 23:21:06 -08:00 |
detailed-results-MD031-MD040.md
|
Improve highlighting for MD037/no-space-in-emphasis, add more tests.
|
2017-11-02 22:25:56 -07:00 |
detailed-results-MD031-MD040.results.json
|
Merge rule name/alias in rule definitions and results (for resultVersion 2).
|
2018-01-12 23:21:06 -08:00 |
detailed-results-MD041-MD050.json
|
Add MD044 proper-names "Proper names should have the correct capitalization" (fixes #39).
|
2016-12-22 13:40:31 -08:00 |
detailed-results-MD041-MD050.md
|
Refine implementation of MD045/no-alt-text in previous commit.
|
2018-01-06 18:06:32 -08:00 |
detailed-results-MD041-MD050.results.json
|
Merge rule name/alias in rule definitions and results (for resultVersion 2).
|
2018-01-12 23:21:06 -08:00 |
emphasis-not-header-in-blockquote.md
|
MD036 should not trigger for emphasized list items (fixes #26).
|
2016-09-30 22:54:16 -07:00 |
emphasis_instead_of_headers.md
|
Update code/tests with latest functionality in Ruby markdownlint.
|
2016-09-24 16:15:54 -07:00 |
empty-links.md
|
Add MD042 no-empty-links "No empty links" (fixes #24).
|
2016-06-27 22:19:02 -07:00 |
empty_doc.md
|
Add passing tests, refactor to introduce forEachLine.
|
2015-03-09 00:31:07 -07:00 |
fenced_code_blocks.md
|
Add MD040 with tests.
|
2015-04-16 09:13:56 -07:00 |
fenced_code_with_nesting.md
|
Update fence logic to handle nested fences (per CommonMark spec; no handling of indentation).
|
2015-08-27 22:49:59 -07:00 |
fenced_code_without_blank_lines.json
|
Add MD040 with tests.
|
2015-04-16 09:13:56 -07:00 |
fenced_code_without_blank_lines.md
|
Add basic infrastructure, MD031, and test.
|
2015-02-24 23:36:23 -08:00 |
first_header_bad_atx.md
|
Add MD002 with test, incorporate markdown-it parser.
|
2015-02-25 18:00:08 -08:00 |
first_header_bad_setext.md
|
Add MD002 with test, incorporate markdown-it parser.
|
2015-02-25 18:00:08 -08:00 |
first_header_good_atx.md
|
Add passing tests, refactor to introduce forEachLine.
|
2015-03-09 00:31:07 -07:00 |
first_header_good_setext.md
|
Add passing tests, refactor to introduce forEachLine.
|
2015-03-09 00:31:07 -07:00 |
first_line_top_level_header_atx.json
|
Add MD041 with tests.
|
2015-07-20 22:06:48 -07:00 |
first_line_top_level_header_atx.md
|
Add MD041 with tests.
|
2015-07-20 22:06:48 -07:00 |
first_line_top_level_header_setext.json
|
Add MD041 with tests.
|
2015-07-20 22:06:48 -07:00 |
first_line_top_level_header_setext.md
|
Add MD041 with tests.
|
2015-07-20 22:06:48 -07:00 |
fix_102_extra_nodes_in_link_text.md
|
Add new test file from Ruby implementation.
|
2017-04-29 21:57:22 -07: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
|
Add TOML title syntax to MD041/first-line-h1 default RegExp (fixes #77).
|
2017-10-24 22:15:03 -07:00 |
front-matter-embedded.md
|
Update dependencies: markdown-it to 7.0.0, browserify to 13.0.1, cpy-cli to 1.0.1, eslint to 2.13.1, glob to 7.0.5, istanbul to 0.4.4, uglify-js to 2.6.4.
|
2016-06-23 22:41:47 -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.json
|
Ignore TOML front matter in addition to YAML (fixes #63).
|
2017-07-02 20:33:29 -07:00 |
front-matter-empty.md
|
Automatically ignore common front matter; provide option for customization (fixes #2).
|
2015-07-25 22:18:30 -07:00 |
front-matter-no-title-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-no-title-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-no-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-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
|
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.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-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-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-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-title-toml.md
|
Add TOML title syntax to MD041/first-line-h1 default RegExp (fixes #77).
|
2017-10-24 22:15:03 -07:00 |
front-matter-with-dashes.md
|
Automatically ignore common front matter; provide option for customization (fixes #2).
|
2015-07-25 22:18:30 -07:00 |
front-matter.json
|
Ignore TOML front matter in addition to YAML (fixes #63).
|
2017-07-02 20:33:29 -07:00 |
front-matter.md
|
Ignore TOML front matter in addition to YAML (fixes #63).
|
2017-07-02 20:33:29 -07:00 |
header_duplicate_content.md
|
Add MD023, MD024, MD025 with tests.
|
2015-03-11 09:30:34 -07:00 |
header_multiple_toplevel.md
|
Add MD023, MD024, MD025 with tests.
|
2015-03-11 09:30:34 -07:00 |
header_mutliple_h1_no_toplevel.md
|
Add passing tests, refactor to introduce forEachLine.
|
2015-03-09 00:31:07 -07:00 |
header_trailing_punctuation.md
|
Add MD026, MD027 with tests.
|
2015-03-11 18:40:46 -07:00 |
header_trailing_punctuation_customized.json
|
Add MD026, MD027 with tests.
|
2015-03-11 18:40:46 -07:00 |
header_trailing_punctuation_customized.md
|
Add MD026, MD027 with tests.
|
2015-03-11 18:40:46 -07:00 |
headers_bad.md
|
Add MD001 with test, refactor to remove common code.
|
2015-02-25 18:19:36 -08:00 |
headers_good.md
|
Add MD022 with tests, create shared module.
|
2015-03-08 23:09:05 -07:00 |
headers_good_setext_with_atx.json
|
Update MD003 to support setext_with_atx.
|
2015-07-29 22:17:33 -07:00 |
headers_good_setext_with_atx.md
|
Add options.resultVersion for more detailed error reporting (fixes #23).
|
2016-10-23 21:30:31 -07:00 |
headers_good_setext_with_atx_closed.json
|
Add style option setext_with_atx_closed to header style rule MD003
|
2016-02-23 21:22:46 -08:00 |
headers_good_setext_with_atx_closed.md
|
Add options.resultVersion for more detailed error reporting (fixes #23).
|
2016-10-23 21:30:31 -07:00 |
headers_good_with_issue_numbers.md
|
Add new test case from markdownlint/markdownlint project.
|
2017-11-07 21:49:08 -08:00 |
headers_surrounding_space_atx.md
|
Update code/tests with latest functionality in Ruby markdownlint.
|
2016-09-24 16:15:54 -07:00 |
headers_surrounding_space_setext.md
|
Update dependencies: markdown-it to 7.0.0, browserify to 13.0.1, cpy-cli to 1.0.1, eslint to 2.13.1, glob to 7.0.5, istanbul to 0.4.4, uglify-js to 2.6.4.
|
2016-06-23 22:41:47 -07:00 |
headers_with_spaces_at_the_beginning.json
|
Add MD023, MD024, MD025 with tests.
|
2015-03-11 09:30:34 -07:00 |
headers_with_spaces_at_the_beginning.md
|
Update code/tests with latest functionality in Ruby markdownlint.
|
2016-09-24 16:15:54 -07:00 |
hr_style_dashes.json
|
Add MD035 with tests.
|
2015-04-14 09:40:16 -07:00 |
hr_style_dashes.md
|
Add MD035 with tests.
|
2015-04-14 09:40:16 -07:00 |
hr_style_inconsistent.md
|
Add MD035 with tests.
|
2015-04-14 09:40:16 -07:00 |
hr_style_long.json
|
Add MD035 with tests.
|
2015-04-14 09:40:16 -07:00 |
hr_style_long.md
|
Add MD035 with tests.
|
2015-04-14 09:40:16 -07:00 |
hr_style_stars.json
|
Add MD035 with tests.
|
2015-04-14 09:40:16 -07:00 |
hr_style_stars.md
|
Add MD035 with tests.
|
2015-04-14 09:40:16 -07:00 |
hugo-quickstart-example-clean.json
|
Ignore TOML front matter in addition to YAML (fixes #63).
|
2017-07-02 20:33:29 -07:00 |
hugo-quickstart-example-clean.md
|
Ignore TOML front matter in addition to YAML (fixes #63).
|
2017-07-02 20:33:29 -07:00 |
hugo-quickstart-example-issue.json
|
Ignore TOML front matter in addition to YAML (fixes #63).
|
2017-07-02 20:33:29 -07:00 |
hugo-quickstart-example-issue.md
|
Ignore TOML front matter in addition to YAML (fixes #63).
|
2017-07-02 20:33:29 -07:00 |
ignore-comments.md
|
Ignore the content of (valid) HTML comments when linting (fixes #64).
|
2017-07-16 23:08:47 -07:00 |
inconsistent_bullet_indent_same_level.md
|
Fix MD007/ul-indent to use parent indent instead of previous indent (fixes #106).
|
2018-03-05 20:56:12 -08:00 |
inconsistent_bullet_styles_asterisk.md
|
Add MD004 with tests, support disabling rules.
|
2015-03-01 22:56:52 -08:00 |
inconsistent_bullet_styles_dash.md
|
Add MD004 with tests, support disabling rules.
|
2015-03-01 22:56:52 -08:00 |
inconsistent_bullet_styles_plus.md
|
Add MD004 with tests, support disabling rules.
|
2015-03-01 22:56:52 -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
|
Add MD004 with tests, support disabling rules.
|
2015-03-01 22:56:52 -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
|
Add MD004 with tests, support disabling rules.
|
2015-03-01 22:56:52 -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
|
Add MD004 with tests, support disabling rules.
|
2015-03-01 22:56:52 -08:00 |
incorrect_header_atx.json
|
Add "default" rule to config, use to simplify JSON styles.
|
2015-03-02 22:45:43 -08:00 |
incorrect_header_atx.md
|
Add MD003 with tests, add JSON config for rules.
|
2015-02-27 22:06:54 -08:00 |
incorrect_header_atx_closed.json
|
Add "default" rule to config, use to simplify JSON styles.
|
2015-03-02 22:45:43 -08:00 |
incorrect_header_atx_closed.md
|
Add MD003 with tests, add JSON config for rules.
|
2015-02-27 22:06:54 -08:00 |
incorrect_header_setext.json
|
Add "default" rule to config, use to simplify JSON styles.
|
2015-03-02 22:45:43 -08:00 |
incorrect_header_setext.md
|
Add MD003 with tests, add JSON config for rules.
|
2015-02-27 22:06:54 -08:00 |
inline-disable-enable.md
|
Add rule aliases, support throughout (fixes #1).
|
2016-01-12 21:29:17 -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
|
Allow exceptions for MD033 "Inline HTML" (fixes #3, fixes #4).
|
2015-12-15 21:30:37 -08:00 |
inline_html.md
|
Add MD033 with tests, rename test file.
|
2015-04-13 08:47:15 -07:00 |
jekyll_post.md
|
Update code/tests with latest functionality in Ruby markdownlint.
|
2016-09-24 16:15:54 -07:00 |
links-with-markup.md
|
Fix bug in MD039 where links with markup could trigger incorrectly.
|
2015-04-17 09:15:19 -07:00 |
links.md
|
Make bare URL RegExp case-insensitive, add more tests.
|
2017-11-02 22:36:53 -07:00 |
list-indentation.md
|
Fix MD007/ul-indent to use parent indent instead of previous indent (fixes #106).
|
2018-03-05 20:56:12 -08:00 |
list-syntax-in-paragraph-text.md
|
Update MD032/blanks-around-lists to ignore non-interrupting prefixes (fixes #34).
|
2017-01-15 14:41:58 -08:00 |
lists-and-headers.md
|
Add support for disabling/enabling rules within Markdown content (fixes #5).
|
2015-09-26 16:55:33 -07:00 |
lists-in-blockquote.md
|
Improve code to determine unordered list style for MD004/ul-style (fixes #104).
|
2018-01-31 21:32:50 -08:00 |
lists-with-nesting.md
|
MD007 shouldn't apply to sublists of ordered lists, test and document MD006 behavior (fixes #20).
|
2016-06-26 11:56:48 -07:00 |
lists_without_blank_lines.json
|
Add MD040 with tests.
|
2015-04-16 09:13:56 -07:00 |
lists_without_blank_lines.md
|
Update MD032/blanks-around-lists to ignore non-interrupting prefixes (fixes #34).
|
2017-01-15 14:41:58 -08:00 |
long-header-exceptions.json
|
Add headers parameter to MD013/line-length (fixes #35).
|
2017-02-11 16:20:24 -08:00 |
long-header-exceptions.md
|
Add headers parameter to MD013/line-length (fixes #35).
|
2017-02-11 16:20:24 -08:00 |
long_lines.md
|
Use "markdown" for syntax highlighting on GitHub ("md" not recognized).
|
2018-03-03 22:22:02 -08:00 |
long_lines_100.json
|
Add MD013 with tests.
|
2015-03-04 18:36:30 -08:00 |
long_lines_100.md
|
Add MD013 with tests.
|
2015-03-04 18:36:30 -08:00 |
long_lines_code-default.md
|
Update MD013 to allow excluding code and tables.
|
2016-01-09 22:20:36 -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
|
Update code/tests with latest functionality in Ruby markdownlint.
|
2016-09-24 16:15:54 -07:00 |
markdown-extra-footnote.md
|
Add support to MD011 for Markdown Extra-style footnotes (fixes #18).
|
2016-06-24 23:13:00 -07:00 |
markdownlint-test-default-config.json
|
Add MD041 with tests.
|
2015-07-20 22:06:48 -07:00 |
markdownlint-test-extra.js
|
Change default value of options.resultVersion to 1 (breaking change).
|
2017-07-05 21:53:21 -07:00 |
markdownlint-test.js
|
Allow empty string for detail/context in onError callback from rules.
|
2018-03-17 22:11:56 -07:00 |
md004-list-items-in-blockquote.md
|
Improve code to determine unordered list style for MD004/ul-style (fixes #104).
|
2018-01-31 21:32:50 -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
|
Fix bug handling HTML embedded in a table.
|
2016-02-10 22:08:50 -08:00 |
md036-emphasis-as-header.md
|
MD036 should not trigger for emphasized list items (fixes #26).
|
2016-09-30 22:54:16 -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 |
mixed_header_types_atx.md
|
Add MD003 with tests, add JSON config for rules.
|
2015-02-27 22:06:54 -08:00 |
mixed_header_types_atx_closed.md
|
Add MD003 with tests, add JSON config for rules.
|
2015-02-27 22:06:54 -08:00 |
mixed_header_types_setext.md
|
Add MD003 with tests, add JSON config for rules.
|
2015-02-27 22:06:54 -08: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_header.json
|
Add MD041 with tests.
|
2015-07-20 22:06:48 -07:00 |
no_first_line_header.md
|
Add MD041 with tests.
|
2015-07-20 22:06:48 -07:00 |
no_first_line_top_level_header.json
|
Synchronize outdated test files with versions from mivok/markdownlint.
|
2015-09-26 21:16:03 -07:00 |
no_first_line_top_level_header.md
|
Synchronize outdated test files with versions from mivok/markdownlint.
|
2015-09-26 21:16:03 -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
|
Add style one_or_ordered to MD029/ol-prefix (fixes #97).
|
2017-12-12 22:41:11 -08:00 |
ordered-list-item-prefix-one_or_ordered.md
|
Add style one_or_ordered to MD029/ol-prefix (fixes #97).
|
2017-12-12 22:41:11 -08: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
|
Add style one_or_ordered to MD029/ol-prefix (fixes #97).
|
2017-12-12 22:41:11 -08: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
|
Support paren vs. dot for ordered list markers per CommonMark specification.
|
2016-10-16 21:51:49 -07: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
|
Add MD029 with tests.
|
2015-03-07 22:46:45 -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
|
Support paren vs. dot for ordered list markers per CommonMark specification.
|
2016-10-16 21:51:49 -07: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
|
Add MD029 with tests.
|
2015-03-07 22:46:45 -08: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
|
Add code_blocks parameter to MD044/proper-names (fixes #50).
|
2017-03-18 19:47:26 -07:00 |
proper-names-projects.json
|
Allow overlapping and differently-cased names for MD044/proper-names (fixes #60).
|
2017-06-15 22:53:33 -07:00 |
proper-names-projects.md
|
Allow overlapping and differently-cased names for MD044/proper-names (fixes #60).
|
2017-06-15 22:53:33 -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
|
Allow overlapping and differently-cased names for MD044/proper-names (fixes #60).
|
2017-06-15 22:53:33 -07:00 |
required-headers-all-optional.json
|
Add MD043 required-headers "Required header structure" (fixes #22).
|
2016-07-02 22:37:52 -07:00 |
required-headers-all-optional.md
|
Add MD043 required-headers "Required header structure" (fixes #22).
|
2016-07-02 22:37:52 -07:00 |
required-headers-all-present.json
|
Add MD043 required-headers "Required header structure" (fixes #22).
|
2016-07-02 22:37:52 -07:00 |
required-headers-all-present.md
|
Add MD043 required-headers "Required header structure" (fixes #22).
|
2016-07-02 22:37:52 -07:00 |
required-headers-missing-first.json
|
Add MD043 required-headers "Required header structure" (fixes #22).
|
2016-07-02 22:37:52 -07:00 |
required-headers-missing-first.md
|
Add MD043 required-headers "Required header structure" (fixes #22).
|
2016-07-02 22:37:52 -07:00 |
required-headers-missing-last.json
|
Add MD043 required-headers "Required header structure" (fixes #22).
|
2016-07-02 22:37:52 -07:00 |
required-headers-missing-last.md
|
Add MD043 required-headers "Required header structure" (fixes #22).
|
2016-07-02 22:37:52 -07:00 |
required-headers-missing-middle.json
|
Add MD043 required-headers "Required header structure" (fixes #22).
|
2016-07-02 22:37:52 -07:00 |
required-headers-missing-middle.md
|
Add MD043 required-headers "Required header structure" (fixes #22).
|
2016-07-02 22:37:52 -07:00 |
required-headers-none.json
|
Add MD043 required-headers "Required header structure" (fixes #22).
|
2016-07-02 22:37:52 -07:00 |
required-headers-none.md
|
Add MD043 required-headers "Required header structure" (fixes #22).
|
2016-07-02 22:37:52 -07:00 |
required-headers-optional-first.json
|
Add MD043 required-headers "Required header structure" (fixes #22).
|
2016-07-02 22:37:52 -07:00 |
required-headers-optional-first.md
|
Add MD043 required-headers "Required header structure" (fixes #22).
|
2016-07-02 22:37:52 -07:00 |
required-headers-optional-last.json
|
Add MD043 required-headers "Required header structure" (fixes #22).
|
2016-07-02 22:37:52 -07:00 |
required-headers-optional-last.md
|
Add MD043 required-headers "Required header structure" (fixes #22).
|
2016-07-02 22:37:52 -07:00 |
required-headers-optional-middle.json
|
Add MD043 required-headers "Required header structure" (fixes #22).
|
2016-07-02 22:37:52 -07:00 |
required-headers-optional-middle.md
|
Add MD043 required-headers "Required header structure" (fixes #22).
|
2016-07-02 22:37:52 -07:00 |
required-headers-optional-redundant.json
|
Add MD043 required-headers "Required header structure" (fixes #22).
|
2016-07-02 22:37:52 -07:00 |
required-headers-optional-redundant.md
|
Add MD043 required-headers "Required header structure" (fixes #22).
|
2016-07-02 22:37:52 -07:00 |
reversed_link.md
|
Add MD034 with tests, improve validation of README and Rules.
|
2015-04-14 00:01:57 -07:00 |
simple-table.md
|
Fix handling of mis-identified setext header.
|
2016-01-07 21:22:15 -08: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
|
Add MD030 with tests, refactor list handling with flattenLists.
|
2015-03-10 23:10:06 -07:00 |
spaces_inside_codespan_elements.md
|
Ignore escaped backticks in code span elements per specification.
|
2017-03-13 21:29:24 -07:00 |
spaces_inside_emphasis_markers.md
|
Add MD037 with tests, improve handling of line numbers for inlines.
|
2015-04-15 17:50:01 -07:00 |
spaces_inside_link_text.md
|
Add MD038, MD039 with tests.
|
2015-04-15 18:24:42 -07:00 |
sublist-bullet-style.json
|
Add "sublist" style to MD004 (fixes #21).
|
2016-07-04 14:32:40 -07:00 |
sublist-bullet-style.md
|
Add "sublist" style to MD004 (fixes #21).
|
2016-07-04 14:32:40 -07: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.json
|
Add br_spaces parameter to MD009.
|
2015-04-14 09:07:25 -07:00 |
trailing_spaces_br.md
|
Add br_spaces parameter to MD009.
|
2015-04-14 09:07:25 -07:00 |
whitespace_issues.md
|
Add MD033 with tests, rename test file.
|
2015-04-13 08:47:15 -07:00 |