We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
Currently generated HTML content adds one anchor to option description. I.e for option -O --remote-name it generates this output:
-O --remote-name
<p class="level0"><a name="-O"></a><span class="nroffip">-O, --remote-name</span> </p>
Would be nice if tool could include anchors for both option versions:
<p class="level0"><a name="-O"></a><a name="--remote-name"></a><span class="nroffip">-O, --remote-name</span> </p>
It would improve searchability on site. Both links https://curl.haxx.se/docs/manpage.html#-O https://curl.haxx.se/docs/manpage.html#--remote-name would directly show needed information.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
Currently generated HTML content adds one anchor to option description.
I.e for option
-O --remote-name
it generates this output:Would be nice if tool could include anchors for both option versions:
It would improve searchability on site.
Both links
https://curl.haxx.se/docs/manpage.html#-O
https://curl.haxx.se/docs/manpage.html#--remote-name
would directly show needed information.
The text was updated successfully, but these errors were encountered: