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 |
|
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
|
eabe2387bc
|
Update to version 0.0.6.
|
2015-06-19 18:48:54 -07:00 |
|
David Anson
|
e5edf9cff1
|
Make npm scripts work on non-Windows platforms.
|
2015-06-19 18:40:11 -07:00 |
|
David Anson
|
cfd1694ec0
|
Update markdown-it dependency to 4.2.2, browserify to 10.2.4, eslint to 0.23.0, istanbul to 0.3.15.
|
2015-06-18 09:22:14 -07:00 |
|
David Anson
|
4a5ea23ff7
|
Update README with steps to run in the browser.
|
2015-06-17 18:35:11 -07:00 |
|
David Anson
|
51f420cfe1
|
Add file header to markdownlint-browser files.
|
2015-06-17 18:14:15 -07:00 |
|
David Anson
|
a76fa8e565
|
Minify script for browser and use it in demo app.
|
2015-06-17 09:32:08 -07:00 |
|