Pagedown: Numbered example lists is not working

Created on 14 Jul 2019  路  3Comments  路  Source: rstudio/pagedown

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

htmll_document

image

html_paged

image

Source

````

output:
html_document: default

pagedown::html_paged: default

(@) is 1

and

(@) should be 2
````

bug

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

All 3 comments

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!

Was this page helpful?
0 / 5 - 0 ratings