Skip to content

Handle katex render error in ipython markdown

What does this MR do?

Handle katex render error in ipython markdown

When a formula brings katex to its knees the whole cell is dropped. Instead of just dropping continue on and leave the unrendered formula in the cell.

Partially fixes: #216744 (closed)

Screenshots

Cell now is visible, but formula is not rendered with Katex

image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Merge request reports