Open
Description
Problem
vim :help (including :help api
) has many "pseudo headers" that look like:
range({spec}) *vim.version.range()*
Parses a semver |version-range| "spec" and returns a range object:
...
Expected behavior
Treat right-aligned tags as h3
? This is necessary so that "flow" layout doesn't join the lines. In the above example,
- the
range({spec})...
line should be ah3
heading. - the
Parses a semver...
line should start a newblock
.