Closed
Description
Feature request
What problem does this feature solve?
In Vue Test Utils, we have headers generated from method names. Some of these include arguments, which leads to ugly headers and URLS:
## is(selector)
sidebar: is(selector)
path: /api/wrapper/#is-selector
What does the proposed API look like?
Add a way to control the generated header link:
## is(selector) <!-- HeaderLink: is -->
How should this be implemented in your opinion?
As a markdown comment.
Are you willing to work on this yourself?**
Not at the moment, no