0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-29 01:46:21 +01:00
gitea/modules/markup/markdown
zeripath 164e35ead3
Make sure sibling images get a link too (#14979)
* Make sure sibling images get a link too

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>
2021-03-14 16:36:51 +00:00
..
ast.go
goldmark.go Make sure sibling images get a link too (#14979) 2021-03-14 16:36:51 +00:00
markdown_test.go Make sure sibling images get a link too (#14979) 2021-03-14 16:36:51 +00:00
markdown.go
meta_test.go Fix markdown meta parsing (#12817) 2020-09-12 21:48:47 -04:00
meta.go Fix markdown meta parsing (#12817) 2020-09-12 21:48:47 -04:00
renderconfig.go
toc.go