Add csv file render support defaultly (#4105)
* add csv file render support defaultly * escaping csv column content
This commit is contained in:
parent
b174817b6a
commit
0bb1c84208
3 changed files with 84 additions and 0 deletions
1
main.go
1
main.go
|
@ -14,6 +14,7 @@ import (
|
|||
"code.gitea.io/gitea/modules/log"
|
||||
"code.gitea.io/gitea/modules/setting"
|
||||
// register supported doc types
|
||||
_ "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