Skip to content

When there is a line of text before the math formula, the formula will not be rendered correctly.Β #49

@ashless

Description

@ashless

I have following content:

123
\[
H = \Delta \begin{bmatrix}
0 & 1 \\
1 & 0
\end{bmatrix},
\]

And the current result will be:

123 [ H = \Delta \begin{bmatrix} 0 & 1 \ 1 & 0 \end{bmatrix}, ]

But the expected result should be:
image

When I am trying to fix this, just modify the content like this:

123

\[
H = \Delta \begin{bmatrix}
0 & 1 \\
1 & 0
\end{bmatrix},
\]

And it will produce the correct result.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions