forgejo/modules/markup/markdown/callout
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
..
ast.go modules/markup: Lift out the GitHub callout transformer 2024-02-17 18:04:55 +01:00
github.go chore: fix deprecation 2024-11-02 16:39:27 +01:00
github_legacy.go fix: remove softbreak from github legacy callout 2024-12-04 22:08:38 +01:00