You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules/markup/markdown
wxiaoguang f692069616
Refactor markdown render (#30139)
9 months ago
..
callout [BUG] Center icon and callout text 9 months ago
math Fixes #27605: inline math blocks can't be preceeded/followed by alphanumerical characters (#30175) 9 months ago
ast.go modules/markup/markdown/ast: Drop IsColorPreview 10 months ago
color_util.go [BUG] Don't color dot literal color names 10 months ago
color_util_test.go [BUG] Don't color dot literal color names 10 months ago
convertyaml.go Improve Wiki TOC (#24137) 2 years ago
goldmark.go Refactor markdown render (#30139) 9 months ago
markdown.go Fix inconsistent rendering of block mathematical expressions (#29677) 10 months ago
markdown_test.go Fixes #27605: inline math blocks can't be preceeded/followed by alphanumerical characters (#30175) 9 months ago
meta.go Replace `interface{}` with `any` (#25686) 2 years ago
meta_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
prefixed_id.go Refactor markdown render (#30139) 9 months ago
renderconfig.go Fix task list checkbox toggle to work with YAML front matter (#25184) 2 years ago
renderconfig_test.go Improve Wiki TOC (#24137) 2 years ago
toc.go Refactor locale&string&template related code (#29165) 11 months ago
transform_codespan.go Refactor markdown render (#30139) 9 months ago
transform_heading.go Refactor markdown render (#30139) 9 months ago
transform_image.go Refactor markdown render (#30139) 9 months ago
transform_link.go Refactor markdown render (#30139) 9 months ago
transform_list.go Refactor markdown render (#30139) 9 months ago