github / markup

Determines which markup library to use to render a content file (e.g. README) on GitHub
MIT License
5.8k stars 3.41k forks source link

Inline and display math in the same list don't render #1745

Open nschloe opened 6 months ago

nschloe commented 6 months ago

MWE:

- $a$

  $$
  a
  $$

- $$
  b
  $$

Output:



Screenshot (Nov 15, 2023):

screenshot_2023-11-15-162710

This also occurs with the backtick-style syntax.

This issue has been brought up multiple times in the community discussions:

Duggi-Niharika-Sai-06 commented 6 months ago

I need to work on open source projects as a part of my university course. I am interested to contribute to this problem.

Can you please assign this to me?