Matrix problem with MathJax plugin

My code LaTex matrix is as follows: [latex]\begin{matrix} জাহাঙ্গীর খান\\ কালা জাহাঙ্গীর\\ ৩২\\ বাদল খান\\ নোয়াপুর \end{matrix}[/latex]

But the output says:

Formula does not parse.

Even following code is not working. [latex]\begin{matrix} নোয়াপুর \end{matrix}[/latex]

I have used Unicode Bangla here as matrix elements.

Topic plugin-mathjax Wordpress

Category Web


Either do not use any linebreaks in the LaTeX code, or (what should be preferred) add the following to your functions.php file:

remove_filter('HOPEFULLY-THERE-IS-A-FITTING-FILTER-IN-THE-SHORTCODE-FUNCTION', 'wpautop');

Iff there is such a filter, though.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.