Skip to content

Commit b390a58

Browse files
committed
chore: add markdownlint config setting MD046 to fenced
README.md and README.JA.md already use fenced code blocks throughout (20+ and 24+ occurrences). The default MD046 rule infers the style from whichever block appears first, so the fenced blocks were reported as errors. Pin the style to fenced to match the established convention.
1 parent 2bf5fb6 commit b390a58

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.markdownlint.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"MD046": {
3+
"style": "fenced"
4+
}
5+
}

0 commit comments

Comments
 (0)