Commit graph

2048 commits

Author SHA1 Message Date
David Anson
cfef715ed3 Remove newly-dead code due to multi-line setext header support in markdown-it. 2016-06-23 22:53:42 -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
48959afc33 Update Travis CI to test with Node 6 instead of Node 5. 2016-06-23 21:42:36 -07:00
David Anson
079ae7ac16 Update web.config to work with newer IIS versions that support .appcache. 2016-06-23 21:37:16 -07:00
David Anson
c02af96836 Create complete build-example script from example script. 2016-03-12 21:58:37 -08:00
David Anson
624ae4952b Add mention of CommonMark to project description (fixes #15). 2016-03-11 21:36:39 -08:00
David Anson
955ae5f390 Update dependencies: eslint to 2.2.0, q to 1.4.1, rimraf to 2.5.2, uglify-js to 2.6.2. 2016-02-24 21:37:56 -08:00
David Anson
dbf909b184 Merge branch 'ciwchris-master' (fixes #12). 2016-02-24 21:13:07 -08:00
David Anson
f866fac2d3 Add test for new behavior, refactor to fix and clarify. 2016-02-24 21:11:58 -08:00
Christopher Lopes
d06681198a Conform to style guidelines in setext_with_atx_closed feature
Indentation was off in logic. Also update documentation grammar
appropriately.
2016-02-24 19:32:35 -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
13ee2a285b Update to version 0.1.1. 2016-02-13 22:20:46 -08:00
David Anson
89a7013fc2 Sanitize content of "source with lines" box of sample web app. 2016-02-12 22:30:33 -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
5877f4b590 Merge branch 'igorshubovych-add-markdownlint-cli'. 2016-01-19 21:16:00 -08:00
David Anson
66d8805d10 Move markdownlint-cli to top, tweak description. 2016-01-19 21:15:15 -08:00
Igor Shubovych
ea680014be Mention markdownlint-cli in Related section of README.md 2016-01-19 21:51:58 +02:00
David Anson
2ee78316e4 Update to version 0.1.0. 2016-01-16 22:04:37 -08:00
David Anson
ae844f2121 Fix alignment of demo boxes in Edge browser. 2016-01-16 21:57:26 -08:00
David Anson
1e23d035ce Handle non-Array inputs for options.files. 2016-01-15 22:00:34 -08:00
David Anson
c4a0e6c312 Update copyright for 2016. 2016-01-15 21:41:21 -08:00
David Anson
3e642bc03b Add "Related" section to README. 2016-01-15 21:41:11 -08:00
David Anson
2ff366e0ee Add Node.js version 5.* to Travis CI builds. 2016-01-14 22:04:35 -08:00
David Anson
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. 2016-01-14 22:02:53 -08:00
David Anson
ab90a1b0c0 Update eslint dependency to 1.10.3, update config file format. 2016-01-13 21:25:23 -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
36eaa821d9 Update markdown-it dependency to 5.1.0. 2016-01-08 20:59:03 -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
d5050beafa Update to version 0.0.8. 2015-09-27 12:07:54 -07: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
bf07e3b845 Update dependencies: browserify to 11.2.0, cpy to 3.4.1, istanbul to 0.3.21, rimraf to 2.4.3. 2015-09-26 21:40:00 -07:00
David Anson
f482aaf0ff Add Node.js version 4.* to Travis CI builds. 2015-09-26 21:30:41 -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
e890992cd8 Update to version 0.0.7. 2015-07-30 21:41:25 -07:00
David Anson
010e3a1f72 Update markdown-it dependency to 4.4.0. 2015-07-29 22:45:39 -07:00
David Anson
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. 2015-07-29 22:40:41 -07:00
David Anson
fd1215d143 Update MD003 to support setext_with_atx. 2015-07-29 22:17:33 -07:00
David Anson
c2aff32460 Merge branch 'rodneyrehm-feature/ignore-frontmatter' 2015-07-25 22:20:28 -07:00
David Anson
a467f8b3e6 Automatically ignore common front matter; provide option for customization (fixes #2). 2015-07-25 22:18:30 -07:00