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 a h3 heading.
- the
Parses a semver... line should start a new block.