You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
zeripath 93df41f506
Fix slight bug in katex (#21171)
There is a small bug in #20571 whereby `$a a$b b$` will not be correctly
detected as a math inline block of `a a$b b`. This PR fixes this.

Also reenable test cases as per #21340 

Signed-off-by: Andrew Thornton <art27@cantab.net>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2 years ago
..
block_node.go Add KaTeX rendering to Markdown. (#20571) 2 years ago
block_parser.go Add KaTeX rendering to Markdown. (#20571) 2 years ago
block_renderer.go Add KaTeX rendering to Markdown. (#20571) 2 years ago
inline_node.go Add KaTeX rendering to Markdown. (#20571) 2 years ago
inline_parser.go Fix slight bug in katex (#21171) 2 years ago
inline_renderer.go Add KaTeX rendering to Markdown. (#20571) 2 years ago
math.go Add KaTeX rendering to Markdown. (#20571) 2 years ago