0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-12-25 11:54:45 +01:00
gitea/modules/templates
Yarden Shoham b9cd6fb703
Add code highlighting in issue titles (#21432)
This changes the rendering logic of issue titles. If a substring in an
issue title is enclosed with a pair of backticks, it'll be rendered with
a monospace font (HTML `code` tag).

* Closes #20887

Signed-off-by: Yarden Shoham <hrsi88@gmail.com>
Co-authored-by: Gusted <williamzijl7@hotmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
2022-10-16 02:24:41 +08:00
..
vars
base.go
dynamic.go Add nicer error handling on template compile errors (#21350) 2022-10-07 22:02:24 +01:00
helper.go Add code highlighting in issue titles (#21432) 2022-10-16 02:24:41 +08:00
helper_test.go
htmlrenderer.go Add nicer error handling on template compile errors (#21350) 2022-10-07 22:02:24 +01:00
mailer.go
static.go Add nicer error handling on template compile errors (#21350) 2022-10-07 22:02:24 +01:00
templates_bindata.go