index
:
gogs.git
buildscript
main
mygogs
Gogs is a painless self-hosted Git service
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pkg
/
markup
/
markup.go
Commit message (
Collapse
)
Author
Age
*
pkg/markup: support data URL of base64 encoded images (#5391)
Nikita
2018-12-10
|
*
pkg/markup: allow match SHA1 length 7-40 (#3321)
Unknwon
2018-08-17
|
*
*: rename "gogits" to "gogs"
Unknwon
2018-05-27
|
*
pkg/markup/markdown: Issue mentions should also render with square brackets ↵
Cosmin Stroe
2018-04-21
|
|
|
|
|
(#4707) * gofmt reformat of markdown.go
*
modules/markup: initial support for org-mode (#4373)
Unknwon
2017-05-17
|
*
templates/repo: fix README.ipynb not rendered (#4367)
Unknwon
2017-04-07
|
*
repo/editor: fix wrong context for subdirectory (#4368)
Unknwon
2017-04-07
|
*
pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}
Unknwon
2017-04-06
|
*
Refactoring: rename and simplify pkg/tool functions
Unknwon
2017-04-06
|
*
Refactoring: rename pkg/base -> pkg/tool
Unknwon
2017-04-05
|
*
Refactoring: rename modules -> pkg
Unknwon
2017-04-04
Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory