mirror of
https://github.com/go-gitea/gitea
synced 2025-01-12 02:34:28 +00:00
parent
fe46185407
commit
b577500a54
@ -79,6 +79,9 @@ func (g *GiteaASTTransformer) Transform(node *ast.Document, reader text.Reader,
|
|||||||
}
|
}
|
||||||
link = []byte(giteautil.URLJoin(pc.Get(urlPrefixKey).(string), lnk))
|
link = []byte(giteautil.URLJoin(pc.Get(urlPrefixKey).(string), lnk))
|
||||||
}
|
}
|
||||||
|
if len(link) > 0 && link[0] == '#' {
|
||||||
|
link = []byte("#user-content-" + string(link)[1:])
|
||||||
|
}
|
||||||
v.Destination = link
|
v.Destination = link
|
||||||
}
|
}
|
||||||
return ast.WalkContinue, nil
|
return ast.WalkContinue, nil
|
||||||
|
Loading…
x
Reference in New Issue
Block a user