Commit graph

591 commits

Author SHA1 Message Date
David Anson
affd94e061 Add maximum parameter to MD012/no-multiple-blanks (fixes #27). 2016-10-03 21:42:44 -07:00
David Anson
ce9ec8fb5e MD036 should not trigger for emphasized list items (fixes #26). 2016-09-30 22:54:16 -07:00
David Anson
a2df7742c6 Add code_blocks parameter to MD010 to ignore hard tabs in code blocks (fixes #31). 2016-09-29 21:25:10 -07:00
David Anson
fdeeddc99d Update code/tests with latest functionality in Ruby markdownlint. 2016-09-24 16:15:54 -07:00
David Anson
256e5a7e73 Add more tests for recent changes, handle additional edge cases. 2016-09-10 19:23:50 -07:00
David Anson
0c68509266 Update new tests to preserve '_' for tests from Ruby and '-' for tests only in Node. 2016-09-10 14:46:35 -07:00
OHTAKE Tomohiro
cbfdff227e MD027 should support blockquote nesting 2016-09-10 14:38:23 -07:00
OHTAKE Tomohiro
84ff8bb616 MD029 and MD030 should allow ordered list in blockquote 2016-09-07 17:09:13 +09:00
David Anson
f2060b4607 Add level parameter to MD002/MD025/MD041 (fixes #19). 2016-07-04 23:23:29 -07:00
David Anson
7a1773ea77 Add "sublist" style to MD004 (fixes #21). 2016-07-04 14:32:40 -07:00
David Anson
c8ecec1953 Add MD043 required-headers "Required header structure" (fixes #22). 2016-07-02 22:37:52 -07:00
David Anson
2612a96ae8 Add MD042 no-empty-links "No empty links" (fixes #24). 2016-06-27 22:19:02 -07:00
David Anson
efe9c9e73c MD007 shouldn't apply to sublists of ordered lists, test and document MD006 behavior (fixes #20). 2016-06-26 11:56:48 -07:00
David Anson
83639b8ef8 Add support to MD011 for Markdown Extra-style footnotes (fixes #18). 2016-06-24 23:13:00 -07:00
David Anson
c1956afd66 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.
Handle new support for multi-line setext headers.
2016-06-23 22:41:47 -07:00
David Anson
f866fac2d3 Add test for new behavior, refactor to fix and clarify. 2016-02-24 21:11:58 -08:00
Christopher Lopes
32cd4feaea Add style option setext_with_atx_closed to header style rule MD003
Atx-style headers which are closed can now be used with setext style
headers, when at header level 3 or more.
2016-02-23 21:22:46 -08:00
David Anson
0832793497 Add test that parses all Markdown files to find crashes. 2016-02-12 22:16:12 -08:00
David Anson
e60e16baf0 Fix bug handling HTML embedded in a table. 2016-02-10 22:08:50 -08:00
David Anson
1e23d035ce Handle non-Array inputs for options.files. 2016-01-15 22:00:34 -08:00
David Anson
3e642bc03b Add "Related" section to README. 2016-01-15 21:41:11 -08:00
David Anson
9546cc520e Add rule aliases, support throughout (fixes #1). 2016-01-12 21:29:17 -08:00
David Anson
b7342485d9 Update MD013 to allow excluding code and tables. 2016-01-09 22:20:36 -08:00
David Anson
f91e3dafb6 Fix handling of mis-identified setext header. 2016-01-07 21:22:15 -08:00
David Anson
26ab9a5596 MD014 should not warn for empty blocks. 2016-01-04 22:22:35 -08:00
David Anson
fb31bb5f35 Allow exceptions for MD033 "Inline HTML" (fixes #3, fixes #4). 2015-12-15 21:30:37 -08:00
David Anson
410da18a2c Add test to verify parameters in docs match code. 2015-12-13 21:42:51 -08:00
David Anson
7af794bb21 Update eslint dependency to 1.5.1, update code for new rules. 2015-09-26 22:22:22 -07:00
David Anson
8ec965c5af Synchronize outdated test files with versions from mivok/markdownlint. 2015-09-26 21:16:03 -07:00
David Anson
e75cf4aa9c Synchronize with version of code_block_dollar_fence.md from mivok/markdownlint. 2015-09-26 21:08:48 -07:00
David Anson
31141cc3ed Add support for disabling/enabling rules within Markdown content (fixes #5). 2015-09-26 16:55:33 -07:00
David Anson
071bba88fc Handle mixed case for config keys. 2015-09-21 23:21:17 -07:00
David Anson
c98660c492 Fix bug in MD022 where it could report errors on line 0, add tests. 2015-09-07 14:04:28 -07:00
David Anson
bb0d8a36b3 Update fence logic to handle nested fences (per CommonMark spec; no handling of indentation).
http://spec.commonmark.org/0.22/#fenced-code-blocks
2015-08-27 22:49:59 -07:00
David Anson
5e3d9f8df4 Add test for MD014 and fenced code blocks (warn on first line of block). 2015-08-27 21:50:25 -07:00
David Anson
fd1215d143 Update MD003 to support setext_with_atx. 2015-07-29 22:17:33 -07:00
David Anson
a467f8b3e6 Automatically ignore common front matter; provide option for customization (fixes #2). 2015-07-25 22:18:30 -07:00
Rodney Rehm
cae451967a feature(config): adding config.ignore to replace metadata (e.g. frontmatter) before linting 2015-07-22 23:18:08 -07:00
David Anson
a958a33860 Fix possible array-out-of-bounds access, add test. 2015-07-22 23:17:08 -07:00
David Anson
7f5dd9ab6b Add MD041 with tests. 2015-07-20 22:06:48 -07:00
David Anson
85531ff21e Add polyfills for String.trimLeft/Right for browsers without support. 2015-05-07 17:53:43 -07:00
David Anson
43f28b90c1 Add test to simulate typing each test file to validate handling of partial input. 2015-05-07 17:42:13 -07:00
David Anson
6a8f31ddad Fix two bugs with bare list marker handling. 2015-05-03 20:48:07 -07:00
David Anson
dab36c5afa Add '\r' to line ending test, install through2 for example script. 2015-05-02 17:41:41 -07:00
David Anson
548e3d35cb Add strings option to enable file-less scenarios. 2015-04-29 18:49:27 -07:00
David Anson
31ae415dbe Fix bug in MD039 where links with markup could trigger incorrectly. 2015-04-17 09:15:19 -07:00
David Anson
f1cd4e0fbb Update break-all-the-rules.md for new rules, fix bug in MD033. 2015-04-16 09:39:04 -07:00
David Anson
5d6d9d2b3b Add MD040 with tests. 2015-04-16 09:13:56 -07:00
David Anson
7e431f4499 Add MD038, MD039 with tests. 2015-04-15 18:24:42 -07:00
David Anson
b85e53a9c4 Add MD037 with tests, improve handling of line numbers for inlines. 2015-04-15 17:50:01 -07:00