Closed
Description
What is the current behavior?
It seems that {% note %}
/ {% endnote %}
tags reset number when rendered in docs pages. This behaviour manifests in the final generated page, although it does not appear in the GitHub web editor preview tab.
An example page is:
- Rendered: https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/generating-a-new-gpg-key
- Markdown: https://github.com/github/docs/blob/main/content/github/authenticating-to-github/generating-a-new-gpg-key.md
The numbering reset is visible after the first note
and after any subsequent note
.
What changes are you suggesting?
Allow ordered list numbering to continue past a note
.
Additional information
If there's any other info I can provide, let me know.