hackmdio / hackmdio/vscode-hackmd

Mathjax makes the closest bullet point disappears

Open
#39 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
175
Forks
19
PR merge metrics
No merged PRs in 30d

Description

For example I have a markdown file:
```md
1. First point
2. Second point
3. Third point
4. Fourth point
$$
y=ax+b
$$
5. Fifth point
```

> What I expected to see:
> ![image](https://user-images.githubusercontent.com/35174145/100536302-a87ad600-325a-11eb-98c4-860409a2bfda.png)

> What actually rendered:
> ![image](https://user-images.githubusercontent.com/35174145/100536317-bdf00000-325a-11eb-8d72-3107ad11d945.png)

I've tried different combinations of indentation and I find out that this markdown renders what I expected:
```md
1. First point
2. Second point
3. Third point
4. Fourth point
4.
$$
y=ax+b
$$
5. Fifth point
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.