aboutsummaryrefslogtreecommitdiff
path: root/routers/api/v1/misc/markdown.go
Commit message (Collapse)AuthorAge
* Refactoring: rename package routers -> routesUnknwon2017-06-11
|
* Refactoring: rename ctx -> cUnknwon2017-06-03
|
* 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
* modules/markup: move common functions to markup.goUnknwon2017-03-31
|
* modules/markup: rename Markdown render fucntionsUnknwon2017-03-31
| | | | | The unified function 'Markdown' accepts both string or []byte type input and renders to HTML with []byte type.
* modules: rename markdown -> markupUnknwon2017-03-31
| | | | | | | To further support more markup languages (e.g. Org-mode, AsciiDoc, reStructuredText), the name 'markdown' is inappropriate. This is the first step towards more markup language support.
* Convert all API handers to use *context.APIContextUnknwon2016-03-13
|
* Rename module: middleware -> contextUnknwon2016-03-11
|
* Make markdown as an independent moduleUnknwon2016-02-20
|
* fix #1829 and fix #890Unknwon2015-12-04
|
* refactor API routes and some work for #976Unknwon2015-12-04