Skip to content

Commit 5c669a6

Browse files
committed
Address review feedback on entry format and structure
- Condense all tool descriptions to single objective sentences - Move emoji indicators to prefix position after separator - Remove Legend section from ToC, replace with inline indicators line - Exclude drafts/ from markdownlint checks - Preserve original multi-sentence descriptions in drafts/ for future articles
1 parent 3001092 commit 5c669a6

3 files changed

Lines changed: 801 additions & 183 deletions

File tree

.markdownlint-cli2.jsonc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@
44
"MD033": false,
55
"MD041": false,
66
"MD029": false
7-
}
7+
},
8+
"ignores": [
9+
"drafts/**"
10+
]
811
}

0 commit comments

Comments
 (0)