aboutsummaryrefslogtreecommitdiffstats
path: root/modules/markdown/markdown_test.go
Commit message (Expand)AuthorAgeFilesLines
* Add init support of orgmode document type on file view and readme (#2525)Lunny Xiao2017-09-211-343/+0
* Restructure markup & markdown to prepare for multiple markup language… (#2411)Lunny Xiao2017-09-161-482/+84
* Fix rendering of external links (#2292)Ethan Koenig2017-08-131-52/+26
* Make short link pattern greedy (#2259)Michael Kuhn2017-08-061-0/+6
* Fix SHA1 hash linking (#2143)Roy Marples2017-07-121-0/+2
* Relative URL testsEthan Koenig2017-07-061-0/+4
* Fix wiki preview linksEthan Koenig2017-07-061-10/+31
* Fix commit sha1 URL rendering in markdown (#1677)Lauris BH2017-05-051-0/+1
* Add markup package to prepare for org markup format (#1493)Lunny Xiao2017-04-211-25/+4
* 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-241-107/+188
* Markdown rendering overhaul (#186)Andrew Boyarshin2017-02-141-37/+514
* Use assert in legacy unit tests (#867)Ethan Koenig2017-02-081-281/+169
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-3/+3
* fixed test build errorLunny Xiao2016-11-251-2/+2
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-2/+2
* 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-031-2/+2
* Stricter parsing of issue URLs and commit URLs. (#3121)Cosmin Stroe2016-06-291-46/+118
* Support alphanumeric issue style (ABC-1234) for external issue tracker (#2992)Cosmin Stroe2016-04-221-0/+236