Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
imllt-l opened this issue Oct 28, 2023 · 1 comment · Fixed by #443
Closed

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

imllt-l opened this issue Oct 28, 2023 · 1 comment · Fixed by #443
Labels
bug Something isn't working

Comments

@imllt-l
Copy link

imllt-l commented Oct 28, 2023

Version of Marp Tool

Marp for VS Code v2.7.0

Operating System

macOS

Environment

  • OS version: [e.g. Windows 10 / macOS Big Sur 11.4 / Ubuntu 20.04.2]
  • Node.js version (Marpit / Marp Core/ Marp CLI): [e.g. Node.js 14.17.1]
  • VS Code version (Marp for VS Code): [e.g. VS Code 1.57.1]

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

@imllt-l imllt-l added the bug Something isn't working label Oct 28, 2023
@yhatt
Copy link
Member

yhatt commented Oct 28, 2023

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>!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants