aboutsummaryrefslogtreecommitdiff
path: root/modules/markdown/markdown.go
Commit message (Collapse)AuthorAge
* Fix #3321: commit tag shortener (#3418)Thibault Meyer2016-08-11
| | | | | | | | | | | | * Fix #3321: commit tag shortener * Check short commit * remove debug * Edit unit tests * Show 10-char short SHA
* Fix #3420: Bad commit URL generation (#3424)Thibault Meyer2016-08-10
|
* #3107 fix mention regex does not include dashUnknwon2016-07-23
|
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-16
|
* Stricter parsing of issue URLs and commit URLs. (#3121)Cosmin Stroe2016-06-29
|
* Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992)Cosmin Stroe2016-04-22
|
* Make separate string variables for spaceOdin Ugedal2016-03-15
|
* Fix relative links in markdown filesOdin Ugedal2016-03-15
| | | | | | Replace spaces with "%20" in "urlPrefix", before markdon processing. The spaces were causing blackfriday (markdown processor) to behave strange. This fixes #2545.
* Make markdown as an independent moduleUnknwon2016-02-20