Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(markdown-lint): enable the no-duplicate-heading rule #17582

Merged
merged 6 commits into from
Feb 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .markdownlint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,9 @@
"spaces_per_tab": 2,
},
"line-length": false,
"no-duplicate-heading": false,
// XXX Replace with the following when ready:
// "no-duplicate-heading": {
// "allow_different_nesting": true
// },
"no-duplicate-heading": {
"siblings_only": true,
},
"single-title": {
"front_matter_title": "^\\s*title\\s*[:=]",
},
Expand Down
4 changes: 1 addition & 3 deletions files/ja/games/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,5 @@ MDN ゲーム開発センターにようこそ! サイトのこのエリアで
- : ファイルサイズが 13 KB 以内であること、という制約のもと開発された HTML ゲームを対象とした JavaScript の競技プログラミングサイトです。登録されているゲームは全て、GitHub に公開されています。
- [Mozilla Hacks Blog](https://hacks.mozilla.org/category/games/)
- : Mozilla Hacks ブログの Games カテゴリには、ゲーム開発に関する興味深い記事が掲載されています。

## 関連情報

- [Games section on wiki.mozilla.org](https://wiki.mozilla.org/Platform/Games)
- : Mozilla プラットフォームにおけるゲームへの関与に関する情報を含む Wiki ページ。
Loading