github / markup

Determines which markup library to use to render a content file (e.g. README) on GitHub

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

nschloe opened this issue · comments

MWE:

- $a$

  $$
  a
  $$

- $$
  b
  $$

Output:


  • $a$

    $$
    a
    $$

  • $$
    b
    $$


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:

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?