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

Katex fails to parse table commands #39

Open
waleorchids opened this issue May 29, 2020 · 4 comments
Open

Katex fails to parse table commands #39

waleorchids opened this issue May 29, 2020 · 4 comments

Comments

@waleorchids
Copy link

Let me begin by appreciating your effort on this library. Its one of the best MathView library for android. Thank you.
But i observed that the library does not render table even with HTML tags. I am also using these commands below to create latex table
\begin{tabular}{|l|c|c|c|c|c|c|c|}
\hline
Marks & 2 & 3 & 4 & 5 & 6 & 7 & 8 \ \hline
No. of Students & 4 & 2 & 5 & 2 & 4 & 1 & 3 \ \hline
\end{tabular}

Please help.

@ratala1
Copy link

ratala1 commented Jul 6, 2020

@lingarajsankaravelu I have the same issue

@lingarajsankaravelu
Copy link
Owner

@ratala1 wr u able to find a solution for this?

@ratala1
Copy link

ratala1 commented Jul 9, 2020

KaTeX/KaTeX#267
Katex doesn't support this.

One solution would be to parse the data and create a html table before rendering.

@waleorchids
Copy link
Author

waleorchids commented Jul 9, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants