You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can probably have some false positives, if authors genuinely want to start a line with #.
I am looking for:
General feedback
Information as to whether there is a maximum number of # for titles.
Information as to whether this will be a problem in practice
Information: Is this issue only a problem with the current Markdown implementation of the packages website, or is this part of the GitHub Flavored Markdown spec as well?
(cc @dillonkearns who might know some of the answers)
The text was updated successfully, but these errors were encountered:
You might find markdownlint to be a useful reference here as well. I actually use markdownlint in VS Code and find it helpful for things like making sure heading levels don't skip a level.
What the rule should do:
Report when (module/function/type) documentation contains what looks like a title but isn't.
What problems does it solve:
Fixes a Markdown issue that can surprise documentation authors.
Example of things the rule would report:
Here's an example of the result: https://package.elm-lang.org/packages/stil4m/elm-syntax/7.2.6/Elm-Syntax-Infix (
#Types
)Multiplying the number of
#
'sExample of things the rule would not report:
When (not) to enable this rule:
This can probably have some false positives, if authors genuinely want to start a line with
#
.I am looking for:
#
for titles.(cc @dillonkearns who might know some of the answers)
The text was updated successfully, but these errors were encountered: