Skip to content

Markdown footnote rendering always visible despite v-click #2641

Description

@mathdesc

Describe the bug

Footnotes are always rendered and visible despite v-click context given.

Minimal reproduction

Create a slide like

# Welcome to Slidev

Presentation slides for developers

<v-click at="+0">
This is a v-click content.
</v-click>

<v-click at="1">
This is another vclick content with a footnote[^1]
</v-click>

<v-click at="2">
This is the last vclick content.
</v-click>

<div v-click="1">
[^1]: it's associated footnote should rendered only in the same v-click context : at click 2
</div>

Environment

  • Slidev version: v52.16.0
  • Browser: Firefox/Chrome
  • OS: Linux

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions