Skip to content

Strange behaviors of block elements in paged-footnotes #156

@atusy

Description

@atusy

For example, a footnote with bullet list in html is rendered in the body, and leaves the empty footnote at the bottom of the page.
A footnote with bullet list in markdown is collapsed.

They work fine when paged-footnotes: false.

Source Rmd

---
output: pagedown::html_paged
paged-footnotes: true
---

A sentence.[^html]

Another sentence.[^md]



[^html]: <ul><li>a</li><li>b</li></ul>

[^md]:
    - a
    - b

Output

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions