David Anson
|
05a467494b
|
Update README.md to say explicitly that all rules are enabled by default.
|
2024-08-24 22:20:04 -07:00 |
|
David Anson
|
ea8d596a9b
|
Stop running the markdown-it parser unless a custom rule that requires it is present (~7% runtime reduction).
|
2024-08-21 21:19:52 -07:00 |
|
David Anson
|
26466108e9
|
Add new rule MD058/blanks-around-tables (fixes #132).
|
2024-06-03 21:16:45 -07:00 |
|
David Anson
|
428bb0023f
|
Add more documentation links to helpful resources for markdownlint integration and custom rule development.
|
2024-05-21 22:17:20 -07:00 |
|
David Anson
|
30d62f19ac
|
Add rule MD056/table-column-count (fixes #92).
|
2024-01-06 20:06:47 -08:00 |
|
David Anson
|
7d2248d211
|
Update MD055/table-pipe-style to support "consistent" and other styles, use micromark positioning, report ranges, add more tests.
|
2023-12-30 18:15:38 -08:00 |
|
Gabriel Kuznik
|
a563c082a5
|
Add rule MD055/table-missing-border (fixes #93, refs #1039, no generated files).
|
2023-12-29 17:29:06 -08:00 |
|
David Anson
|
c19acce9c3
|
Tweak location of link to ValidatingConfiguration.md in README.md.
|
2023-11-26 20:14:21 -08:00 |
|
David Anson
|
9270513f14
|
Add instructions for "Validating Configuration" to explain how to use the JSON Schema with configuration objects/files.
|
2023-11-26 20:10:31 -08:00 |
|
David Anson
|
a9a77940c5
|
Remove rule aliases for "header" (deprecated in v0.9.0).
|
2023-11-09 20:05:30 -08:00 |
|
David Anson
|
20a552b4b7
|
Remove MD002 (deprecated in v0.13.0) and MD006 (deprecated in v0.19.0).
|
2023-11-09 19:47:24 -08:00 |
|
David Anson
|
10f095c4fd
|
Refactor new MD054/link-image-style rule, add tests, update documentation (fixes #40, fixes #399).
|
2023-11-02 19:48:55 -07:00 |
|
Tommy G
|
460836445c
|
Add new MD054/link-image-style rule (in-progress PR, no generated files).
|
2023-11-02 19:48:55 -07:00 |
|
Oliver Kopp
|
a084c2525c
|
Fix super-linter URL
|
2023-10-23 20:39:11 -07:00 |
|
David Anson
|
0afedaebf4
|
Resolve new eslint-plugin-regexp violation regexp/no-contradiction-with-assertion.
|
2023-10-16 20:13:21 -07:00 |
|
David Anson
|
1b0e783c33
|
Update README.md to clarify two things.
|
2023-05-26 20:28:21 -07:00 |
|
Bryan Mishkin
|
22db339eee
|
Move README.md History section to CHANGELOG.md using a format similar to what other projects use (fixes #694).
|
2023-01-05 19:24:04 -08:00 |
|
David Anson
|
5a4cf179c4
|
Update to version 0.27.0 (closes #669).
|
2022-12-28 01:26:27 +00:00 |
|
David Anson
|
bbbb63c393
|
Update .markdownlint.json to set line-length/code_blocks to false and remove unnecessary inline comments to disable/restore.
|
2022-12-23 23:12:50 +00:00 |
|
David Anson
|
868edf889e
|
Manually fix three new ESLint warnings from the eslint-plugin-regexp plugin (refs #657).
|
2022-12-19 21:51:18 -08:00 |
|
David Anson
|
c346e0dbac
|
Add Apache Airflow and Electron repositories to README Examples and test-repos.js.
|
2022-12-19 21:15:47 -08:00 |
|
David Anson
|
0ea385cc3c
|
Remove two projects from README/Examples that are no longer good examples of markdownlint use.
|
2022-12-16 16:51:39 -08:00 |
|
David Anson
|
21e27a4b63
|
Add README.md link to markdownlint-cli2-action.
|
2022-12-13 17:23:50 -08:00 |
|
David Anson
|
d7433af4d3
|
Update project file linting test to include README.md, address new issues, remove extra test.
|
2022-12-13 17:11:43 -08:00 |
|
David Anson
|
c9f7a323cc
|
Add ReleaseProcess.md to explain the release process (fixes #562).
|
2022-12-13 16:42:54 -08:00 |
|
OnkarRuikar
|
068b090293
|
Mention 'markdownlint-rule-search-replace' rule in documentation
|
2022-12-09 20:12:05 -08:00 |
|
Bryan Mishkin
|
2c38ae90fc
|
Add example for markdownlint-rule-helpers.applyFixes to documentation (fixes #663).
|
2022-12-04 15:17:56 -08:00 |
|
David Anson
|
91dd6dcb1d
|
Enable "line-length": { "strict": true } for all user-facing Markdown files in the repository.
|
2022-11-12 17:53:47 -08:00 |
|
David Anson
|
52044c8181
|
Mostly standardize on putting rule names and tags in code spans in documentation.
|
2022-10-30 15:13:19 -07:00 |
|
David Anson
|
13b4340747
|
Update all links to rules to use md000.md instead of Rules.md#md000 (shorter, quicker, less distraction).
|
2022-10-30 14:58:45 -07:00 |
|
David Anson
|
37baddcf27
|
Generate Rules.md and md###.md files from metadata, improve Parameters documentation by referencing schema.
|
2022-10-29 23:21:45 -07:00 |
|
David Anson
|
c383aab383
|
Enable, validate, and demonstrate the use of built-in style definitions (fixes #593).
|
2022-10-02 19:28:54 -07:00 |
|
David Anson
|
ebf249b6cc
|
Update to version 0.26.2.
|
2022-08-08 21:05:50 -07:00 |
|
Zoltán Lehóczky
|
08cdd9513a
|
Add Lombiq Node.js Extensions to the "Related" section of the README (fixes #541).
|
2022-07-29 12:27:57 -07:00 |
|
David Anson
|
cba2ca0dbd
|
Update to version 0.26.1.
|
2022-07-24 12:31:06 -07:00 |
|
David Anson
|
51cec76c2b
|
Update to version 0.26.0.
|
2022-06-21 21:16:44 -07:00 |
|
David Anson
|
3d6afccae1
|
Remove broken link (Atom has been discontinued).
|
2022-06-11 21:54:40 -07:00 |
|
David Anson
|
00082ee8a5
|
Add "configParsers" option so custom parsers can be used to handle the content of markdownlint-configure-file inline comments (fixes #528).
|
2022-06-05 22:32:22 -07:00 |
|
David Anson
|
535aa1a2ee
|
Reorder README.md options.* properties into alphabetical order.
|
2022-06-04 15:06:07 -07:00 |
|
David Anson
|
c5ca661b96
|
Add MD052/reference-links-images and MD053/link-image-reference-definitions for reporting issues with link and image references (fixes #144, fixes #390, fixes #425, fixes #456).
|
2022-06-01 20:26:01 -07:00 |
|
David Anson
|
ffc4d56918
|
Support tilde paths ("~" prefix) in readConfig/Sync APIs (for "file" parameter and "extends" keys).
|
2022-05-17 21:38:36 -07:00 |
|
David Anson
|
3792613d2d
|
Implement markdownlint-disable-line inline comment (behaves like markdownlint-disable-next-line, but for the current line) (fixes #524).
|
2022-05-15 15:59:11 -07:00 |
|
David Anson
|
9310713da1
|
Make resultVersion 3 (report multiple errors per line, include fixInfo) the default.
|
2022-04-21 21:30:56 -07:00 |
|
David Anson
|
db5d9f6dbb
|
Update previous commit for MD051/link-fragments to rename, refactor, add support for HTML anchors, and validate against
markdown-link-check (fixes #253).
|
2022-04-16 14:08:56 -07:00 |
|
Divlo
|
33ee1cd85e
|
Initial implementation of MD051/valid-link-fragments (refs #253, closes #495).
|
2022-04-16 14:08:56 -07:00 |
|
Paweł Drozd
|
4b7caf2a5b
|
Add eslint-plugin-markdownlint to Related/Tooling section (fixes #490).
|
2022-01-22 18:38:38 -08:00 |
|
David Anson
|
2d19c0685b
|
Update to version 0.25.1.
|
2022-01-13 22:29:31 -08:00 |
|
David Anson
|
4ff4cbcc41
|
Update to version 0.25.0.
|
2021-12-27 18:43:25 -08:00 |
|
David Anson
|
9ec14f13a1
|
Include custom rule markdownlint-rule-github-internal-links when validating project Markdown files.
|
2021-12-23 20:52:17 +00:00 |
|
David Anson
|
090bbaa30f
|
Resolve README.md-specific MD013/line-length violations.
|
2021-11-10 22:11:43 -08:00 |
|