aboutsummaryrefslogtreecommitdiff
path: root/pkg/markup
Commit message (Collapse)AuthorAge
* pkg/markup: support data URL of base64 encoded images (#5391)Nikita2018-12-10
|
* pkg/markup: allow match SHA1 length 7-40 (#3321)Unknwon2018-08-17
|
* *: rename "gogits" to "gogs"Unknwon2018-05-27
|
* pkg/markup/markdown: Issue mentions should also render with square brackets ↵Cosmin Stroe2018-04-21
| | | | | (#4707) * gofmt reformat of markdown.go
* orgmode: recover panic from third-party packageUnknwon2017-06-02
|
* feature/org-mode: fix compile errorUnknwon2017-05-17
|
* modules/markup: initial support for org-mode (#4373)Unknwon2017-05-17
|
* templates/repo: fix README.ipynb not rendered (#4367)Unknwon2017-04-07
|
* repo/editor: fix wrong context for subdirectory (#4368)Unknwon2017-04-07
|
* pkg/setting: rename {AppUrl, AppSubUrl} -> {AppURL, AppSubURL}Unknwon2017-04-06
|
* Refactoring: rename and simplify pkg/tool functionsUnknwon2017-04-06
|
* pkg/markup: init default sanitizer.policyUnknwon2017-04-05
| | | | | | App would panic if user has validation error on installation and the sanitizer is not yet built. Therefore we need a minimal valid object for sanitizer at start.
* Refactoring: rename pkg/base -> pkg/toolUnknwon2017-04-05
|
* Refactoring: rename modules -> pkgUnknwon2017-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