marp-team / marp-vscode

Marp for VS Code: Create slide deck written in Marp Markdown on VS Code
https://marketplace.visualstudio.com/items?itemName=marp-team.marp-vscode
MIT License
1.55k stars 72 forks source link

Can't using Html label <sup> in Marp for VS code #442

Closed imllt-l closed 10 months ago

imllt-l commented 10 months ago

Version of Marp Tool

Marp for VS Code v2.7.0

Operating System

macOS

Environment

How to reproduce

To enable HTML in the vs code settings and use the label after the slide not presented the footnote ,it only have a blank in the silde view

Expected behavior

have a footnote before the text

image

Actual behavior

only have a blank in the silde view

image

Additional information

No response

yhatt commented 10 months ago

This issue could be simplified to that inline elements with position: relative not showing up in VS Code's Marp preview.

---
marp: true
---

# Hello, <span style="position: relative;">world</span>!