-
Notifications
You must be signed in to change notification settings - Fork 142
Closed
Description
Tell us about your environment
- MarkBind Version: 2.12.0
What did you do? Please include the actual source code causing the issue.
**Normal footnotes:**
Here is a footnote reference,[^1] and another.[^longnote]
[^1]: Here is the footnote. Footnotes will appear at the bottom of the page.
[^longnote]: Here's one with multiple blocks.
Subsequent paragraphs are indented to show that they
belong to the previous footnote.
**Inline footnotes:**
Here is an inline note.^[Inlines notes are easier to write, since
you don't have to pick an identifier and move down to type the
note.]
What did you expect to happen?
The footnotes could be hovered over to get a popover.
What actually happened? Please include the actual, raw output.
https://markbind.org/userGuide/formattingContents.html#footnotes
Popovers don't appear.
This is because the converting from markbind popovers to bootstrap-vue happens before plugins, and the footnotes popovers do not get parsed then.
Reactions are currently unavailable