Skip to content

Commit 5382de7

Browse files
committed
format-markdown with compact tables
1 parent 407a9ed commit 5382de7

File tree

2 files changed

+313
-313
lines changed

2 files changed

+313
-313
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
"API"
2828
],
2929
"scripts": {
30-
"format-markdown": "npx prettier --write --single-quote versions/3.0.4.md && npx --yes markdownlint-cli --fix --config .markdownlint.yaml versions/3.0.4.md"
30+
"format-markdown": "npx prettier --write --single-quote versions/3.0.4.md && sed -i '' -E -e 's/ +\\|/ |/g' -e 's/\\| +/| /g' -e 's/-----+/----/g' versions/3.0.4.md && npx --yes markdownlint-cli --fix --config .markdownlint.yaml versions/3.0.4.md"
3131
}
3232
}

0 commit comments

Comments
 (0)