mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-10-30 17:34:13 +01:00
f692069616
Only split the file into small ones (and rename AttentionTypes to attentionTypes) (cherry picked from commit 71706126b56616750a65290460fd211b9b8449da) Signed-off-by: Gergely Nagy <forgejo@gergo.csillger.hu> Conflicts: - modules/markup/markdown/goldmark.go - modules/markup/markdown/transform_blockquote.go Conflicts were resolved by favouring the Forgejo implementation: I copied the Forgejo code to the same place Gitea copied them to, and adjusted the imports accordingly. Apart from conflict resolution, this also moves `applyElementDir` from a local func in `goldmark.Transform` to a method on `*ASTTransformer`, to make it callable from the extracted functions. |
||
---|---|---|
.. | ||
callout | ||
math | ||
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 |