You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/markup/markdown
zeripath c965ed6529
Make sure sibling images get a link too (#14979) (#14995)
Backport #14979

Due a problem with the ast.Walker in the our transformer in goldmark
an image with a sibling image will not be transformed to gain a parent
link. This PR fixes this.

Fix #12925

Signed-off-by: Andrew Thornton <art27@cantab.net>
4 years ago
..
ast.go Make TaskCheckBox render correctly (#11214) 5 years ago
goldmark.go Make sure sibling images get a link too (#14979) (#14995) 4 years ago
markdown.go Add loading spinners and mermaid error handling (#12358) 5 years ago
markdown_test.go Make sure sibling images get a link too (#14979) (#14995) 4 years ago
meta.go Fix markdown meta parsing (#12817) 5 years ago
meta_test.go Fix markdown meta parsing (#12817) 5 years ago
renderconfig.go Use markdown frontmatter to provide Table of contents, language and frontmatter rendering (#11047) 5 years ago
toc.go Use markdown frontmatter to provide Table of contents, language and frontmatter rendering (#11047) 5 years ago