forgejo/modules/markup/markdown
Gusted 216a542bfb
fix: remove softbreak from github legacy callout
- A softbreak was being preserved during the github legacy callout (this
is likely due to a change in Goldmark) while it should not. This caused
an `<br>` to be present between the attention title and attention content.
- Added unit test.
2024-12-04 22:08:38 +01:00
..
callout
math
util
ast.go
color_util.go
color_util_test.go
convertyaml.go
goldmark.go
markdown.go
markdown_test.go
meta.go
meta_test.go
prefixed_id.go
renderconfig.go
renderconfig_test.go
toc.go
transform_codespan.go
transform_heading.go
transform_image.go
transform_link.go
transform_list.go