Skip to content

Math with _ in them may be interpreted as italics #145

Description

@danieltuzes

If _ used between blocks then they are interpreted as italics.

Solution: math-blocks between $ and $$ should skip markdown interpretation like in kramdown.

The example shows problem with the underbraces' underscore.

## anki title: show problem

No problem:
$x_1 + x_2$

$$x_2 + x_4$$

Problem:
${y}_{3} + {y}_{4}$

$$
{y}_{3} + {y}_{4}
$$

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