all: upd and fmt chlog

This commit is contained in:
Ainar Garipov 2024-12-11 17:19:51 +03:00
parent dab608292a
commit 305ae5823f
3 changed files with 1068 additions and 1278 deletions

25
.markdownlint.json Normal file
View File

@ -0,0 +1,25 @@
{
"ul-indent": {
"indent": 4
},
"ul-style": {
"style": "dash"
},
"emphasis-style": {
"style": "asterisk"
},
"no-duplicate-heading": {
"siblings_only": true
},
"no-inline-html": {
"allowed_elements": [
"a"
]
},
"no-trailing-spaces": {
"br_spaces": 0
},
"line-length": false,
"no-bare-urls": false,
"link-fragments": false
}

File diff suppressed because it is too large Load Diff

View File

@ -14,7 +14,7 @@ if [ "$verbose" -gt '0' ]; then
set -x set -x
fi fi
# TODO(e.burkov): Lint markdown documents within this project. # TODO(e.burkov): Lint allmarkdown documents within this project.
# markdownlint \ markdownlint \
# ./README.md \ ./CHANGELOG.md \
# ; ;