forgejo/modules/markup/markdown
Gusted 06e72e22d5 [BUG] Center icon and callout text
- Wrap the icon and callout into a seperate `<p>` which has `display:
flex; align-items: center` set. To center the icon with the callout text.
- Resolves #3006

(cherry picked from commit 6ffae461d4)
2024-04-04 12:18:32 +00:00
..
callout [BUG] Center icon and callout text 2024-04-04 12:18:32 +00:00
math
ast.go modules/markup/markdown/ast: Drop IsColorPreview 2024-03-23 14:47:15 +01:00
color_util.go [BUG] Don't color dot literal color names 2024-03-30 22:12:40 +00:00
color_util_test.go [BUG] Don't color dot literal color names 2024-03-30 22:12:40 +00:00
convertyaml.go
goldmark.go [BUG] Don't color dot literal color names 2024-03-30 22:12:40 +00:00
markdown.go Fix inconsistent rendering of block mathematical expressions (#29677) 2024-03-20 08:46:28 +01:00
markdown_test.go Use relative links for commits, mentions, and issues in markdown (#29427) 2024-03-20 08:46:28 +01:00
meta.go
meta_test.go
renderconfig.go
renderconfig_test.go
toc.go