0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-23 22:58:46 -05:00
forgejo/modules/markup/markdown
KN4CK3R b748acf2a0
Fixed emoji alias not parsed in links (#16221)
* Do not skip links.

* Restrict text in links to emojis.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: zeripath <art27@cantab.net>
2021-12-15 23:49:12 +00:00
..
ast.go
goldmark.go
markdown.go Prevent double sanitize (#16386) 2021-11-19 18:46:47 +08:00
markdown_test.go Fixed emoji alias not parsed in links (#16221) 2021-12-15 23:49:12 +00:00
meta.go
meta_test.go
renderconfig.go
toc.go