markdownlint/test
2015-03-17 18:02:05 -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
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 Add MD026, MD027 with tests. 2015-03-11 18:40:46 -07:00
break-all-the-rules.md Add tests for style files, sort expected test output for debugging. 2015-03-17 18:02:05 -07: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
code_block_dollar.md Add MD014 with tests. 2015-03-05 23:30:01 -08: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
empty_doc.md Add passing tests, refactor to introduce forEachLine. 2015-03-09 00:31:07 -07:00
fenced_code_blocks.md Add passing tests, refactor to introduce forEachLine. 2015-03-09 00:31:07 -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
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_surrounding_space_atx.md Add MD022 with tests, create shared module. 2015-03-08 23:09:05 -07:00
headers_surrounding_space_setext.md Add MD022 with tests, create shared module. 2015-03-08 23:09:05 -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 Add MD023, MD024, MD025 with tests. 2015-03-11 09:30:34 -07:00
inconsistent_bullet_indent_same_level.md Add MD005, MD007 with tests. 2015-03-02 23:30:40 -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
lists-and-headers.json Add tags to README.md, new test and fix, comment rule code. 2015-03-16 22:31:18 -07:00
lists-and-headers.md Add tags to README.md, new test and fix, comment rule code. 2015-03-16 22:31:18 -07:00
lists_without_blank_lines.json Add MD029 with tests. 2015-03-07 22:46:45 -08:00
lists_without_blank_lines.md Add MD032 with tests, improve infrastructure. 2015-02-24 23:36:48 -08:00
long_lines.md Add MD013 with tests. 2015-03-04 18:36:30 -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
markdownlint-test.js Add tests for style files, sort expected test output for debugging. 2015-03-17 18:02:05 -07: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
ordered_list_item_prefix.md Add MD029 with tests. 2015-03-07 22:46:45 -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 Add MD029 with tests. 2015-03-07 22:46:45 -08:00
reversed_link.md Add MD011 with tests, pass empty env to markdown-it.parse. 2015-03-03 18:28:59 -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
whitespace issues.md Add MD006, MD009, MD010 with tests. 2015-03-03 09:29:13 -08:00