Something get wrong when I create a table #8057
Versionswikijs v2.5.314 What I've doneWhen I was editing a page, I wrote a table like this: But wikijs gave me an ERROR : Then I tried moving the table, and it could render properly. So I think it's a problem with Wiki.js when rendering tables. |
Answered by
NGPixel
Aug 3, 2026
Replies: 3 comments
|
Disable both Katex and Mathjax under admin->rendering->markdown if you're not using that syntax. The symbol sequences you're using are being intepreted as TeX expressions. |
0 replies
Answer selected by
NGPixel
|
I tried disabling these two features, but a new error popped up: And looks like this ERROR has been reported years ago...... |
0 replies
|
hmm.... |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Disable both Katex and Mathjax under admin->rendering->markdown if you're not using that syntax. The symbol sequences you're using are being intepreted as TeX expressions.