]> source.dussan.org Git - gitea.git/commit
Add init support of orgmode document type on file view and readme (#2525)
authorLunny Xiao <xiaolunwen@gmail.com>
Thu, 21 Sep 2017 05:20:14 +0000 (13:20 +0800)
committerGitHub <noreply@github.com>
Thu, 21 Sep 2017 05:20:14 +0000 (13:20 +0800)
commit0d80af649a50c4b9e5e4ba764399872fc92f70f2
treef09f289260005bc6913119643230c08c81dfab49
parent66bc0ac251f564491ed0a6d5d4cfa0a11af09303
Add init support of orgmode document type on file view and readme (#2525)

* add init support of orgmode document type on file view and readme

* fix imports

* fix imports and readmeExist

* fix imports order

* fix format

* remove unnecessary convert
23 files changed:
main.go
models/mail.go
modules/markdown/markdown.go [deleted file]
modules/markdown/markdown_test.go [deleted file]
modules/markup/html_test.go
modules/markup/markdown/markdown.go [new file with mode: 0644]
modules/markup/markdown/markdown_test.go [new file with mode: 0644]
modules/markup/markup_test.go
modules/markup/orgmode/orgmode.go [new file with mode: 0644]
modules/markup/orgmode/orgmode_test.go [new file with mode: 0644]
routers/api/v1/misc/markdown.go
routers/repo/issue.go
routers/repo/release.go
routers/repo/view.go
routers/repo/wiki.go
templates/repo/view_file.tmpl
vendor/github.com/chaseadamsio/goorgeous/LICENSE [new file with mode: 0644]
vendor/github.com/chaseadamsio/goorgeous/README.org [new file with mode: 0644]
vendor/github.com/chaseadamsio/goorgeous/goorgeous.go [new file with mode: 0644]
vendor/github.com/chaseadamsio/goorgeous/gopher.gif [new file with mode: 0644]
vendor/github.com/chaseadamsio/goorgeous/gopher_small.gif [new file with mode: 0644]
vendor/github.com/chaseadamsio/goorgeous/header.go [new file with mode: 0644]
vendor/vendor.json