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.
forgejo/modules/markup/markdown
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
..
math Fix slight bug in katex (#21171) 2 years ago
ast.go Fix various documentation, user-facing, and source comment typos (#16367) 3 years ago
convertyaml.go Add KaTeX rendering to Markdown. (#20571) 2 years ago
goldmark.go Add KaTeX rendering to Markdown. (#20571) 2 years ago
markdown.go Upgrade chroma to v2.3.0 (#21259) 2 years ago
markdown_test.go Fix slight bug in katex (#21171) 2 years ago
meta.go Fix slight bug in katex (#21171) 2 years ago
meta_test.go Fix slight bug in katex (#21171) 2 years ago
renderconfig.go Fix slight bug in katex (#21171) 2 years ago
renderconfig_test.go Fix slight bug in katex (#21171) 2 years ago
toc.go Make better use of i18n (#20096) 2 years ago