summaryrefslogtreecommitdiffstats
path: root/modules/base/markdown.go
Commit message (Expand)AuthorAgeFilesLines
* Make markdown as an independent moduleUnknwon2016-02-201-354/+0
* Fix inappropriate markdown post process end tag checkUnknwon2016-02-191-2/+2
* Merge pull request #2406 from bkcsoft/feature/markdown-custom-url-schemeUnknwon2016-02-051-8/+2
|\
| * Not working, but slightly better...Kim "BKC" Carlbäcker2016-01-271-1/+1
| * Custom URL-Schemas for MarkdownKim "BKC" Carlbäcker2016-01-271-9/+3
* | #2556 handle space in image URLUnknwon2016-02-041-1/+4
* | #2229 adjust URL verbose depth for reverse proxy sub-pathUnknwon2016-01-311-1/+3
|/
* Checklist-rendering implementedKim "BKC" Carlbäcker2016-01-131-0/+10
* fix markdown autolink errorUnknwon2016-01-091-44/+50
* #2161 fix wrong regexpUnknwon2015-12-121-1/+1
* #2161 No issue linking in commits when issue number in bracketsUnknwon2015-12-121-3/+3
* fix #1829 and fix #890Unknwon2015-12-041-62/+67
* minor fix markdown post processUnknwon2015-11-241-0/+1
* more link fixUnknwon2015-11-241-0/+4
* fix possible panicUnknwon2015-11-211-2/+12
* HTML render fixUnknwon2015-11-201-8/+32
* fix #1873Unknwon2015-11-201-0/+11
* minor fix for #1949Unknwon2015-11-151-3/+14
* Safely detect urlPrefix in the format /:owner/:repoHowl2015-11-151-3/+3
* Fix bad issue links in non-readme markdown filesHowl2015-11-151-0/+3
* fix #1572 fix file histrory paging issueUnknwon2015-11-101-1/+0
* #1433 images with links in MarkdownUnknwon2015-11-061-1/+10
* #1009 Config option for preserving hard line breaksUnknwon2015-09-011-0/+4
* fixes for binaryDon Bowman2015-08-121-1/+0
* #637 #738 fix markdown: render special linksUnknwon2015-03-231-63/+50
* Mousewheel pasteJames Cracknell2015-03-081-4/+0
* Exclude HTML tags from Markdown post-processingJames Cracknell2015-03-081-4/+52
* Fixes #921Peter Smit2015-02-091-2/+3
* models/action.go: mirror fix on #892Unknwon2015-02-061-2/+2
* modules/base: fix markdown mention regex for #826Unknwon2015-02-061-1/+1
* Merge pull request #826 from deringer/dev无闻2015-02-061-2/+2
|\
| * Adjust MentionPattern to not match users mid-sentence (or email addresses)Michael Dyrynda2015-01-031-2/+2
* | modules/base: fix README filename checker, fix #877Unknwon2015-02-021-1/+7
* | modules/base: clean code with #838Unknwon2015-01-301-1/+1
* | modules/base: add RenderCommitMessage with XSS-safe and special linksUnknwon2015-01-301-1/+1
|/
* fix #711Unknwon2014-12-091-2/+2
* Addded sha1 pattern in markdown for current repositorydennis-smurf2014-12-011-5/+21
* Fix repo css and rel path img in mdUnknwon2014-10-141-0/+8
* Basic xss preventionUnknwon2014-10-041-23/+25
* Add suburl supportUnknwon2014-09-191-1/+1
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain....Martin van Beurden2014-09-181-1/+2
* Fix #362, update code with upstreamUnknwon2014-08-231-1/+1
* Fix #138Unknown2014-05-121-5/+24
* Clean api codeUnknown2014-05-051-4/+7
* Finish releaseUnknown2014-04-141-0/+4
* fixzhsso2014-04-101-0/+168
* mistakeszhsso2014-04-101-168/+0
* Add go get meta supportUnknown2014-04-091-2/+2
* markdown render htmlslene2014-04-101-1/+1
* Fix #66Unknown2014-04-071-7/+7