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
We are trying to use Bikeshed for an Ecma spec, and Ecma requires that "References" is a numbered section at the beginning of the document:
Is it possible to make Bikeshed emit a number of "References"? So far we are using this workaround: https://github.com/tc39/source-map/pull/140/files#diff-3480119203f58f4ecf5c7b07ed2417f18ef132eb6364edcdc4fe5a6b7f0ba612R220-R234
The text was updated successfully, but these errors were encountered:
It's not currently possible to do so; as you've found, Bikeshed has Opinions on what sort of heading the References section uses and where it goes.
However, it would be an easy fix to allow you to specify your own heading and have Bikeshed fill that section instead of generating its own.
Sorry, something went wrong.
No branches or pull requests
We are trying to use Bikeshed for an Ecma spec, and Ecma requires that "References" is a numbered section at the beginning of the document:
Is it possible to make Bikeshed emit a number of "References"? So far we are using this workaround: https://github.com/tc39/source-map/pull/140/files#diff-3480119203f58f4ecf5c7b07ed2417f18ef132eb6364edcdc4fe5a6b7f0ba612R220-R234
The text was updated successfully, but these errors were encountered: