Skip to content

multiline math was not displayed correctly #28

@FlyGinger

Description

@FlyGinger

hi, I want to migrate my blog to minima but I found something unexpected.

$$
\begin{aligned}
T(n) & = c_1 n + c_2 (n - 1) + c_3 (n - 1) + c_4 \sum_{j = 2}^n t_j \\
& + c_5 \sum_{j = 2}^n (t_j - 1) + c_6 \sum_{j = 2}^n (t_j - 1) + c_7 (n - 1)
\end{aligned}
$$

Above math equations were displayed in a single line, and \\ was ignored.

So would you fix this, or there is another way to type a newline?

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