-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pseudo-heading (right-aligned tag) #110
Comments
Maybe |
maybe, depends on whether these headings are usually nested below h2 or h3? |
Wait, you think there's consistent hierarchy in how these are used in the docs? :D I guess my thinking was more if there's an |
(To be clear, if the |
Problem
vim :help (including
:help api
) has many "pseudo headers" that look like:Expected behavior
Treat right-aligned tags as
h3
? This is necessary so that "flow" layout doesn't join the lines. In the above example,range({spec})...
line should be ah3
heading.Parses a semver...
line should start a newblock
.The text was updated successfully, but these errors were encountered: