0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-22 23:33:15 -05:00
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 fix: remove softbreak from github legacy callout 2024-12-04 22:08:38 +01:00
math
util
ast.go
color_util.go
color_util_test.go
convertyaml.go
goldmark.go
markdown.go
markdown_test.go fix: remove softbreak from github legacy callout 2024-12-04 22:08:38 +01:00
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