Add support for rendering terminal output with colors (#19497)
This commit is contained in:
parent
8fee7c46c1
commit
f92b7a6331
10 changed files with 466 additions and 0 deletions
1
main.go
1
main.go
|
@ -18,6 +18,7 @@ import (
|
|||
"code.gitea.io/gitea/modules/setting"
|
||||
|
||||
// register supported doc types
|
||||
_ "code.gitea.io/gitea/modules/markup/console"
|
||||
_ "code.gitea.io/gitea/modules/markup/csv"
|
||||
_ "code.gitea.io/gitea/modules/markup/markdown"
|
||||
_ "code.gitea.io/gitea/modules/markup/orgmode"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue