sadmann7 / skateshop

An open source e-commerce skateshop build with everything new in Next.js.
https://skateshop.sadmn.com
MIT License
5.07k stars 730 forks source link

[bug]: Table fails to parse correctly #138

Open ZacharyEggert opened 1 month ago

ZacharyEggert commented 1 month ago

Describe the bug

The table from the blog post .MDX file is not being parsed into an HTML table, it appears to be parsing into an HTML paragraph instead.

image

How to reproduce

  1. Goto https://skateshop.sadmn.com/blog/coolest-skateboard-tricks
  2. Scroll to Description of the Tricks
  3. The table is whitespace-sanitized and not parsed as a table

Link to reproduction

https://skateshop.sadmn.com/blog/coolest-skateboard-tricks

Additional information

No response