aboutsummaryrefslogtreecommitdiffstats
path: root/modules/markdown
Commit message (Expand)AuthorAgeFilesLines
* Add init support of orgmode document type on file view and readme (#2525)Lunny Xiao2017-09-212-543/+0
* Restructure markup & markdown to prepare for multiple markup language… (#2411)Lunny Xiao2017-09-164-1130/+112
* Fix rendering of external links (#2292)Ethan Koenig2017-08-132-78/+54
* Make short link pattern greedy (#2259)Michael Kuhn2017-08-062-1/+7
* Fix SHA1 hash linking (#2143)Roy Marples2017-07-122-6/+15
* Fix import orderEthan Koenig2017-07-061-4/+4
* Relative URL testsEthan Koenig2017-07-061-0/+4
* Fix wiki preview linksEthan Koenig2017-07-062-40/+43
* Fix rendering of issue checkboxes (#1709)Ethan Koenig2017-05-121-2/+2
* Fix commit sha1 URL rendering in markdown (#1677)Lauris BH2017-05-052-5/+6
* Fix markdown rendering (#1530)Morlinest2017-04-241-9/+10
* Add markup package to prepare for org markup format (#1493)Lunny Xiao2017-04-212-37/+33
* fix #1501 ssh hangs caused by #1461 (#1513)Lunny Xiao2017-04-191-10/+2
* Sanitation fix from Gogs (#1461)Kim "BKC" Carlbäcker2017-04-133-20/+111
* fix: gofmt errors. (#1106)Bo-Yi Wu2017-03-031-10/+10
* Fix URL handling in the whole markdown module, improve test coverage (#1027)Andrew Boyarshin2017-02-242-151/+264
* Markdown rendering overhaul (#186)Andrew Boyarshin2017-02-142-138/+871
* Use assert in legacy unit tests (#867)Ethan Koenig2017-02-081-281/+169
* refactor: Remove unnecessary type conversions (#772)Bo-Yi Wu2017-01-271-1/+1
* Improve issue references in markdown (#471)Sandro Santilli2016-12-261-1/+34
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-272-6/+6
* fixed test build errorLunny Xiao2016-11-251-2/+2
* golint fixed for modules/markdownLunny Xiao2016-11-251-9/+11
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-102-4/+4
* Run goimports on the whole project (#34)Matthias Loibl2016-11-041-3/+3
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-032-4/+4
* Fix mention in comments like (@dblk) (#3655)v0.9.99Rémy Boulanouar2016-10-161-3/+3
* Update size of SHA to fix #3538 (#3563)Rémy Boulanouar2016-08-311-1/+1
* markdown: fix treating pure number as SHA1Unknwon2016-08-151-0/+5
* Code clean up for new config optionsUnknwon2016-08-141-1/+1
* Squashed commit of the following:Richard Mahn2016-08-141-4/+5
* Fix #3321: commit tag shortener (#3418)Thibault Meyer2016-08-111-1/+1
* Fix #3420: Bad commit URL generation (#3424)Thibault Meyer2016-08-101-6/+3
* #3107 fix mention regex does not include dashUnknwon2016-07-231-1/+1
* #2854 fix no mail notification when issue is closed/reopenedUnknwon2016-07-161-0/+13
* Stricter parsing of issue URLs and commit URLs. (#3121)Cosmin Stroe2016-06-292-67/+141
* Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992)Cosmin Stroe2016-04-222-12/+263
* Make separate string variables for spaceOdin Ugedal2016-03-151-1/+3
* Fix relative links in markdown filesOdin Ugedal2016-03-151-0/+1
* Make markdown as an independent moduleUnknwon2016-02-201-0/+369