You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change introduces a new flag --noautobackmatter, that
controls the automatic insertion of the back
matter into a spec so that spec writers don't have to include the
following at the end of their specs:
\beginbackmatter
\# References
::: {#refs}
:::
Auto backmatter is enabled by default, but it can be disabled with
--noautobackmatter.
The references section is only included if there is a bibliography: tag
in the YAML front matter of the markdown file.
0 commit comments