Commit graph

  • 56f3abe600 Update to version 0.3.1. v0.3.1 David Anson 2016-11-12 20:25:07 -08:00
  • a1f4daadf6 Update dependency: eslint to 3.10.0. David Anson 2016-11-12 20:14:16 -08:00
  • 74bd9b6e5b Fix MD038 to handle text matches outside code span elements. David Anson 2016-11-10 20:57:13 -08:00
  • 0f64bd5b4e Fix MD032 to recognize blank lines around lists in block quotes. David Anson 2016-11-03 22:16:03 -07:00
  • f24dc4bee0 Update to version 0.3.0. v0.3.0 David Anson 2016-11-02 22:26:07 -07:00
  • ba3614868b Update dependency: eslint to 3.9.1. David Anson 2016-11-02 22:09:16 -07:00
  • f077e4c393 Remove UTF-8 byte order marker from file/string input. David Anson 2016-11-01 22:39:19 -07:00
  • dcf0462c22 Add regular expressions from vscode-markdownlint for error range in results. David Anson 2016-10-31 22:53:46 -07:00
  • 09ae51fdaa Improve reporting of MD027 for lists in blockquotes. David Anson 2016-10-27 22:09:05 -07:00
  • d40a3a55fd Update dependencies: browserify to 13.1.1, eslint to 3.8.1, glob to 7.1.1, istanbul to 0.4.5, nodeunit to 0.10.2, rimraf to 2.5.4, uglify-js to 2.7.4. David Anson 2016-10-26 22:06:08 -07:00
  • b2b874c6a0 Update dependencies: markdown-it to 8.0.1. David Anson 2016-10-16 21:46:02 -07:00
  • 5627bc27eb Add tests to verify detailed result format and basic content. David Anson 2016-10-16 21:46:02 -07:00
  • 23404f95ac Quote all JSON keys for consistency. David Anson 2016-10-16 21:46:02 -07:00
  • 0ca8bc7bb6 Add options.resultVersion for more detailed error reporting (fixes #23). David Anson 2016-10-16 21:46:02 -07:00
  • 3a356467cd Support paren vs. dot for ordered list markers per CommonMark specification. David Anson 2016-10-16 21:51:49 -07:00
  • 557c5942ea Extract long-running "stress" tests from core test suite (no loss of coverage). David Anson 2016-10-06 21:44:39 -07:00
  • 76cee28a26 Use HTTPS for all documentation links that support it. David Anson 2016-10-05 22:50:21 -07:00
  • 3e2d1df072 Remove use of string.endsWith by test to failure on Node 0.10/0.12. David Anson 2016-10-05 22:43:14 -07:00
  • 93c1867f23 Generate and include JSON schema for options.config (fixes #25). David Anson 2016-10-05 22:21:54 -07:00
  • affd94e061 Add maximum parameter to MD012/no-multiple-blanks (fixes #27). David Anson 2016-10-03 21:42:44 -07:00
  • ce9ec8fb5e MD036 should not trigger for emphasized list items (fixes #26). David Anson 2016-09-30 22:54:16 -07:00
  • a2df7742c6 Add code_blocks parameter to MD010 to ignore hard tabs in code blocks (fixes #31). David Anson 2016-09-29 21:25:10 -07:00
  • c2982e2972 Add README.md link to grunt-markdownlint, tweak package.json metadata. David Anson 2016-09-28 21:45:26 -07:00
  • fdeeddc99d Update code/tests with latest functionality in Ruby markdownlint. David Anson 2016-09-24 16:15:54 -07:00
  • 2d8122a3be Merge two pull requests from @ohtake. David Anson 2016-09-10 19:25:21 -07:00
  • 256e5a7e73 Add more tests for recent changes, handle additional edge cases. David Anson 2016-09-10 19:23:50 -07:00
  • 0c68509266 Update new tests to preserve '_' for tests from Ruby and '-' for tests only in Node. David Anson 2016-09-10 14:46:35 -07:00
  • cbfdff227e MD027 should support blockquote nesting OHTAKE Tomohiro 2016-09-09 10:30:22 +09:00
  • c206fc8a5e Merge 212d7abaae into 3db84df660 OHTAKE Tomohiro 2016-09-09 01:33:35 +00:00
  • 212d7abaae MD027 should support blockquote nesting OHTAKE Tomohiro 2016-09-09 10:30:22 +09:00
  • 84ff8bb616 MD029 and MD030 should allow ordered list in blockquote OHTAKE Tomohiro 2016-09-07 17:09:13 +09:00
  • 3db84df660 Update to version 0.2.0. v0.2.0 David Anson 2016-07-05 15:03:40 -07:00
  • 0a6e3e0ae8 Update dependencies: eslint to 3.0.1. David Anson 2016-07-05 14:49:33 -07:00
  • c668c7c6a9 Update eslint configuration to latest format/rules. David Anson 2016-07-05 00:06:48 -07:00
  • b17dcb2ed9 Update dependencies: eslint to 3.0.0, rimraf to 2.5.3, uglify-js to 2.7.0. David Anson 2016-07-04 23:37:54 -07:00
  • f2060b4607 Add level parameter to MD002/MD025/MD041 (fixes #19). David Anson 2016-07-04 23:23:29 -07:00
  • 7a1773ea77 Add "sublist" style to MD004 (fixes #21). David Anson 2016-07-04 14:32:40 -07:00
  • c8ecec1953 Add MD043 required-headers "Required header structure" (fixes #22). David Anson 2016-07-02 22:37:52 -07:00
  • 2612a96ae8 Add MD042 no-empty-links "No empty links" (fixes #24). David Anson 2016-06-27 22:19:02 -07:00
  • efe9c9e73c MD007 shouldn't apply to sublists of ordered lists, test and document MD006 behavior (fixes #20). David Anson 2016-06-26 11:56:48 -07:00
  • 83639b8ef8 Add support to MD011 for Markdown Extra-style footnotes (fixes #18). David Anson 2016-06-24 23:13:00 -07:00
  • cfef715ed3 Remove newly-dead code due to multi-line setext header support in markdown-it. David Anson 2016-06-23 22:53:42 -07:00
  • 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. David Anson 2016-06-23 22:41:47 -07:00
  • 48959afc33 Update Travis CI to test with Node 6 instead of Node 5. David Anson 2016-06-23 21:42:36 -07:00
  • 079ae7ac16 Update web.config to work with newer IIS versions that support .appcache. David Anson 2016-06-23 21:37:16 -07:00
  • 9d6135d149 Adding link to remark-lint Igor Shubovych 2016-03-13 20:58:10 +02:00
  • c02af96836 Create complete build-example script from example script. David Anson 2016-03-12 21:58:37 -08:00
  • 624ae4952b Add mention of CommonMark to project description (fixes #15). David Anson 2016-03-11 21:36:39 -08:00
  • 955ae5f390 Update dependencies: eslint to 2.2.0, q to 1.4.1, rimraf to 2.5.2, uglify-js to 2.6.2. David Anson 2016-02-24 21:37:56 -08:00
  • dbf909b184 Merge branch 'ciwchris-master' (fixes #12). David Anson 2016-02-24 21:13:07 -08:00
  • f866fac2d3 Add test for new behavior, refactor to fix and clarify. David Anson 2016-02-24 21:11:58 -08:00
  • d06681198a Conform to style guidelines in setext_with_atx_closed feature Christopher Lopes 2016-02-24 19:32:35 -08:00
  • 32cd4feaea Add style option setext_with_atx_closed to header style rule MD003 Christopher Lopes 2016-02-23 21:22:46 -08:00
  • 13ee2a285b Update to version 0.1.1. v0.1.1 David Anson 2016-02-13 22:20:46 -08:00
  • 89a7013fc2 Sanitize content of "source with lines" box of sample web app. David Anson 2016-02-12 22:30:33 -08:00
  • 0832793497 Add test that parses all Markdown files to find crashes. David Anson 2016-02-12 22:16:12 -08:00
  • e60e16baf0 Fix bug handling HTML embedded in a table. David Anson 2016-02-10 22:08:50 -08:00
  • 5877f4b590 Merge branch 'igorshubovych-add-markdownlint-cli'. David Anson 2016-01-19 21:16:00 -08:00
  • 66d8805d10 Move markdownlint-cli to top, tweak description. David Anson 2016-01-19 21:15:15 -08:00
  • ea680014be Mention markdownlint-cli in Related section of README.md Igor Shubovych 2016-01-19 21:51:58 +02:00
  • d6faee736e Merge 5eba2c4946 into 2ee78316e4 Igor Shubovych 2016-01-17 21:40:30 +00:00
  • 5eba2c4946 Adding .editorconfig Igor Shubovych 2016-01-17 23:34:49 +02:00
  • 4a4ac0d189 Command-line interface for markdownlint Igor Shubovych 2016-01-17 23:34:31 +02:00
  • 2ee78316e4 Update to version 0.1.0. v0.1.0 David Anson 2016-01-16 22:04:37 -08:00
  • ae844f2121 Fix alignment of demo boxes in Edge browser. David Anson 2016-01-16 21:57:26 -08:00
  • 1e23d035ce Handle non-Array inputs for options.files. David Anson 2016-01-15 22:00:34 -08:00
  • c4a0e6c312 Update copyright for 2016. David Anson 2016-01-15 21:06:53 -08:00
  • 3e642bc03b Add "Related" section to README. David Anson 2016-01-14 22:15:44 -08:00
  • 2ff366e0ee Add Node.js version 5.* to Travis CI builds. David Anson 2016-01-14 22:04:35 -08:00
  • 9cf9eb8b98 Update dependencies: browserify to 13.0.0, cpy to cpy-cli 1.0.0, istanbul to 0.4.2, rimraf to 2.5.0, uglify-js to 2.6.1. David Anson 2016-01-14 22:02:53 -08:00
  • ab90a1b0c0 Update eslint dependency to 1.10.3, update config file format. David Anson 2016-01-13 21:25:23 -08:00
  • 9546cc520e Add rule aliases, support throughout (fixes #1). David Anson 2016-01-12 21:29:17 -08:00
  • b7342485d9 Update MD013 to allow excluding code and tables. David Anson 2016-01-09 22:20:36 -08:00
  • 36eaa821d9 Update markdown-it dependency to 5.1.0. David Anson 2016-01-08 20:59:03 -08:00
  • f91e3dafb6 Fix handling of mis-identified setext header. David Anson 2016-01-07 21:22:15 -08:00
  • 26ab9a5596 MD014 should not warn for empty blocks. David Anson 2016-01-04 22:22:35 -08:00
  • fb31bb5f35 Allow exceptions for MD033 "Inline HTML" (fixes #3, fixes #4). David Anson 2015-12-15 21:30:37 -08:00
  • 410da18a2c Add test to verify parameters in docs match code. David Anson 2015-12-13 21:42:51 -08:00
  • d5050beafa Update to version 0.0.8. v0.0.8 David Anson 2015-09-27 12:07:54 -07:00
  • 7af794bb21 Update eslint dependency to 1.5.1, update code for new rules. David Anson 2015-09-26 22:22:22 -07:00
  • bf07e3b845 Update dependencies: browserify to 11.2.0, cpy to 3.4.1, istanbul to 0.3.21, rimraf to 2.4.3. David Anson 2015-09-26 21:40:00 -07:00
  • f482aaf0ff Add Node.js version 4.* to Travis CI builds. David Anson 2015-09-26 21:30:41 -07:00
  • 8ec965c5af Synchronize outdated test files with versions from mivok/markdownlint. David Anson 2015-09-26 21:16:03 -07:00
  • e75cf4aa9c Synchronize with version of code_block_dollar_fence.md from mivok/markdownlint. David Anson 2015-09-26 21:08:48 -07:00
  • 31141cc3ed Add support for disabling/enabling rules within Markdown content (fixes #5). David Anson 2015-09-26 16:55:33 -07:00
  • 1c2241fc62 Merge aa733719b0 into 071bba88fc Rodney Rehm 2015-09-25 05:11:42 +00:00
  • 071bba88fc Handle mixed case for config keys. David Anson 2015-09-21 23:21:17 -07:00
  • c98660c492 Fix bug in MD022 where it could report errors on line 0, add tests. David Anson 2015-09-07 14:04:28 -07:00
  • bb0d8a36b3 Update fence logic to handle nested fences (per CommonMark spec; no handling of indentation). http://spec.commonmark.org/0.22/#fenced-code-blocks David Anson 2015-08-27 22:49:59 -07:00
  • 5e3d9f8df4 Add test for MD014 and fenced code blocks (warn on first line of block). David Anson 2015-08-27 21:50:25 -07:00
  • e890992cd8 Update to version 0.0.7. v0.0.7 David Anson 2015-07-30 21:41:25 -07:00
  • 010e3a1f72 Update markdown-it dependency to 4.4.0. David Anson 2015-07-29 22:45:39 -07:00
  • 4126c1abef Update dependencies: browserify to 11.0.1, cpy to 3.4.0, eslint to 0.24.1, istanbul to 0.3.17, rimraf to 2.4.2, uglify-js to 2.4.24. David Anson 2015-07-29 22:40:41 -07:00
  • fd1215d143 Update MD003 to support setext_with_atx. David Anson 2015-07-29 22:17:33 -07:00
  • c2aff32460 Merge branch 'rodneyrehm-feature/ignore-frontmatter' David Anson 2015-07-25 22:20:28 -07:00
  • a467f8b3e6 Automatically ignore common front matter; provide option for customization (fixes #2). David Anson 2015-07-25 22:18:30 -07:00
  • cae451967a feature(config): adding config.ignore to replace metadata (e.g. frontmatter) before linting Rodney Rehm 2015-07-20 14:16:52 +02:00
  • a958a33860 Fix possible array-out-of-bounds access, add test. David Anson 2015-07-22 23:17:08 -07:00
  • aa733719b0 feature(MD033): adding tagName filter option to config for "Inline HTML" Rodney Rehm 2015-07-21 17:19:25 +02:00
  • 7f5dd9ab6b Add MD041 with tests. David Anson 2015-07-20 22:06:48 -07:00