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

Cannot render table #12

Closed
4 tasks done
theadanielskocher opened this issue Feb 13, 2024 · 2 comments
Closed
4 tasks done

Cannot render table #12

theadanielskocher opened this issue Feb 13, 2024 · 2 comments
Labels
🙋 no/question This does not need any changes 👎 phase/no Post cannot or will not be acted on

Comments

@theadanielskocher
Copy link

Initial checklist

Affected packages and versions

2.0.0

Link to runnable example

https://codepen.io/nguyen-dinh-hai-dang/pen/QWoJaza

Steps to reproduce

The code in codepen works, but when I apply the code to my markdown editor, when I type the formula to create the table, the web page disappears, and I have to F5 to return to the original web page, and the part I wrote. is then erased.

Expected behavior

Print the table

Actual behavior

The web disappear, and I have to F5 to return to the original web page.

image

image

Runtime

Node v16

Package manager

npm v7

OS

Windows

Build and bundle tools

Create React App

@github-actions github-actions bot added 👋 phase/new Post is being triaged automatically 🤞 phase/open Post is being triaged manually and removed 👋 phase/new Post is being triaged automatically labels Feb 13, 2024
@wooorm
Copy link
Member

wooorm commented Feb 13, 2024

The code in codepen works

The codepen has static html? What is “work”?


This is how tables work. The alignment row has to have the same number of cells as the header row.

| a | b |
| - |

| a | b |
| - |

@wooorm wooorm closed this as completed Feb 13, 2024

This comment has been minimized.

@wooorm wooorm added the 🙋 no/question This does not need any changes label Feb 13, 2024
@github-actions github-actions bot added 👎 phase/no Post cannot or will not be acted on and removed 🤞 phase/open Post is being triaged manually labels Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🙋 no/question This does not need any changes 👎 phase/no Post cannot or will not be acted on
Development

No branches or pull requests

2 participants