Pandoc supports numbered example lists, which sequentially count items throughout the document. https://pandoc.org/MANUAL.html#numbered-example-lists
This feature works in rmarkdown::html_document, but not in pagedown::html_paged


output:
html_document: default
(@) is 1
and
(@) should be 2
````
I had a quick look. It seems to be a bug in Paged.js.
I have opened an issue in the Paged.js project https://gitlab.pagedmedia.org/tools/pagedjs/issues/130
FTR, this is now fixed in the development version of Paged.js (see https://gitlab.pagedmedia.org/tools/pagedjs/merge_requests/111).
How nice!
Most helpful comment
I had a quick look. It seems to be a bug in Paged.js.
I have opened an issue in the Paged.js project https://gitlab.pagedmedia.org/tools/pagedjs/issues/130