mirror of https://github.com/go-gitea/gitea.git
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.
- Inline math blocks couldn't be preceeded or succeeded by alphanumerical characters due to changes introduced in PR #21171. Removed the condition that caused this (precedingCharacter condition) and added a new exit condition of the for-loop that checks if a specific '$' was escaped using '\' so that the math expression can be rendered as intended. - Additionally this PR fixes another bug where math blocks of the type '$xyz$abc$' where the dollar sign was not escaped by the user, generated an error (shown in the screenshots below) - Altered the tests to accomodate for the changes Former behaviour (from try.gitea.io):  Fixed behaviour (from my local build):  (Edit) Source code for the README.md file: ``` $x$ -$x$ $x$- a$xa$ $xa$a 1$xb$ $xb$1 $a a$b b$ a$b $a a$b b$ $a a\$b b$ ``` --------- Signed-off-by: João Tiago <joao.leal.tintas@tecnico.ulisboa.pt> Co-authored-by: Giteabot <teabot@gitea.io> |
12 months ago | |
---|---|---|
.. | ||
math | 12 months ago | |
ast.go | 1 year ago | |
convertyaml.go | 2 years ago | |
goldmark.go | 12 months ago | |
markdown.go | 12 months ago | |
markdown_test.go | 12 months ago | |
meta.go | 2 years ago | |
meta_test.go | 2 years ago | |
prefixed_id.go | 12 months ago | |
renderconfig.go | 2 years ago | |
renderconfig_test.go | 2 years ago | |
toc.go | 1 year ago | |
transform_blockquote.go | 12 months ago | |
transform_codespan.go | 12 months ago | |
transform_heading.go | 12 months ago | |
transform_image.go | 12 months ago | |
transform_link.go | 12 months ago | |
transform_list.go | 12 months ago |