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
h3
If we use markdown h3 ### for goals/subsystem options, we get ToC listing, which saves me from scrolling.
###
I tested this out and it sems to work:
<div style="color: purple"> <h3><code>version</code></h3>
turns into:
<div style="color: purple"> ### `version`
The text was updated successfully, but these errors were encountered:
Use Markdown h3 for ToC support (#15964)
5450d2a
Fixes #15959. [ci skip-rust] [ci skip-build-wheels]
Use Markdown h3 for ToC support (pantsbuild#15964)
bb4767a
Fixes pantsbuild#15959. [ci skip-rust] [ci skip-build-wheels]
Use Markdown h3 for ToC support (Cherry-pick of #15964) (#16558)
349408c
Fixes #15959. [ci skip-rust] [ci skip-build-wheels] Co-authored-by: Joshua Cannon <[email protected]>
thejcannon
Successfully merging a pull request may close this issue.
If we use markdown h3
###
for goals/subsystem options, we get ToC listing, which saves me from scrolling.I tested this out and it sems to work:
turns into:
The text was updated successfully, but these errors were encountered: