Skip to content

Commit cc3fb17

Browse files
committed
fix(docs): resolve markdown lint error in extension template
Changed EXAMPLE-README.md header to HTML comment to avoid multiple H1 headings.
1 parent 6c8eceb commit cc3fb17

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

extensions/template/EXAMPLE-README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
1-
# EXAMPLE: Extension README
2-
3-
This is an example of what your extension README should look like after customization.
4-
**Delete this file and replace README.md with content similar to this.**
5-
6-
---
1+
<!-- EXAMPLE: Extension README
2+
This is an example of what your extension README should look like after customization.
3+
Delete this file and replace README.md with content similar to this.
4+
-->
75

86
# My Extension
97

0 commit comments

Comments
 (0)