Skip to content

fix(*): for pdf export, ordered lists in content need number

Dan Visel requested to merge pagedjs-ordered-list-fix into main

The CSS for PagedJS PDF output in the template was weirdly specifying that <ol> elements should have no list style type. This small fix adds that back in for document content.

Merge request reports