Merge pull request #40 from RichardLitt/feat/h1-heading-note
Added subtitle option to Top Header Naming
This commit is contained in:
commit
fc9b7f7cf2
9
spec.md
9
spec.md
@ -39,7 +39,13 @@ _Note: This is only a navigation guide for the specification, and does not defin
|
||||
**Status:** Required.
|
||||
|
||||
**Requirements:**
|
||||
- Title must match repository and package manager names. If any of these don't match, there must be a note in the [Long Description](#long-description) explaining why.
|
||||
- Title must match repository, folder and package manager names - or it may have another, relevant title with the repository, folder, and package manager title next to it in italics and in parentheses. For instance:
|
||||
|
||||
```markdown
|
||||
# Standard Readme Style _(standard-readme)_
|
||||
```
|
||||
|
||||
If any of the folder, repository, or package manager names do not match, there must be a note in the [Long Description](#long-description) explaining why.
|
||||
|
||||
**Suggestions:**
|
||||
- Should be self-evident.
|
||||
@ -82,6 +88,7 @@ _Note: This is only a navigation guide for the specification, and does not defin
|
||||
|
||||
**Requirements:**
|
||||
- Does not require its own title.
|
||||
- If any of the folder, repository, or package manager names do not match, there must be a note here as to why. See [Title section](#title).
|
||||
|
||||
**Suggestions:**
|
||||
- If too long, consider moving to the [Background](#background) section.
|
||||
|
Loading…
Reference in New Issue
Block a user