avitorio / outstatic

Outstatic - A static CMS for Next.js
https://Outstatic.com
MIT License
2.65k stars 158 forks source link

Table does not render #241

Closed bosakdevelopment closed 2 months ago

bosakdevelopment commented 2 months ago

Provide environment information

"next": "^14.2.5",
"outstatic": "^1.4.9",
"react": "^18",

What browser are you using? (if relevant)

Brave, happens in Safari, Firefox

How are you deploying your application? (if relevant)

Vercel, happens also on local dev

Describe the Bug

When i try to create a table it does. When i save the document the table is transformed into string "[table]" which does not render on frontend as a table but only a "[table]" string.

Expected Behavior

The table should render as table not as a string "[table]"

Link to reproduction - Issues with a link to complete (but minimal) reproduction code will be addressed faster

--

To Reproduce

  1. Enter /outstatic editor
  2. Create new document
  3. Create a table inside the document
  4. Save the document
  5. Table transforms into "[table]"