Skip to content

Commit 8edfc32

Browse files
docs: resolve markdown linter issues
- Configure MD024 to allow duplicate headings among siblings in .markdownlint.jsonc. - Replace pseudo-heading in DEVELOPING.md with a GFM alert block (MD036). Co-authored-by: greenc-FNAL <2372949+greenc-FNAL@users.noreply.github.com>
1 parent bbf0f17 commit 8edfc32

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.markdownlint.jsonc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"MD012": true,
44
"MD013": false,
55
"MD022": true,
6+
"MD024": {
7+
"siblings_only": true
8+
},
69
"MD031": true,
710
"MD032": true,
811
"MD034": true,

DEVELOPING.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
## Contributions
44

5-
_[The contribution policy is currently under development.]_
5+
> [!NOTE]
6+
> The contribution policy is currently under development.
67
78
Except in rare circumstances, changes to the `phlex` repository are proposed and considered through GitHub pull requests (PRs).
89

0 commit comments

Comments
 (0)