mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-01 13:38:49 +01:00
Move README.md History section to CHANGELOG.md using a format similar to what other projects use (fixes #694).
This commit is contained in:
parent
20d0f39c15
commit
22db339eee
6 changed files with 379 additions and 123 deletions
|
|
@ -3,6 +3,7 @@ import library from "../lib/markdownlint.js";
|
|||
const markdownlint = library.promises.markdownlint;
|
||||
|
||||
const strings = {
|
||||
"CHANGELOG": await readFile("CHANGELOG.md", "utf8"),
|
||||
"CONTRIBUTING": await readFile("CONTRIBUTING.md", "utf8"),
|
||||
"README": await readFile("README.md", "utf8"),
|
||||
"CustomRules": await readFile("./doc/CustomRules.md", "utf8"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue