summaryrefslogtreecommitdiffstats
path: root/modules/markup
Commit message (Expand)AuthorAgeFilesLines
* Improve issue autolinks (#6273)mrsdizzie2019-04-123-16/+52
* Render SHA1 links as code blocks (#6546)silverwind2019-04-093-23/+40
* Use stricter boundaries for auto-link detection (#6522)mrsdizzie2019-04-073-11/+70
* Improve SHA1 link detection (#6526)silverwind2019-04-062-21/+36
* Better logging (#6038) (#6095)zeripath2019-04-023-6/+6
* Change order that PostProcess Processors are run (#6445)mrsdizzie2019-03-272-7/+13
* Use Go1.11 module (#5743)Mura Li2019-03-271-1/+1
* Markdown: enable some more extensions (#6362)Roland Koebler2019-03-212-4/+72
* Fix reported issue in repo description (#6306)zeripath2019-03-111-0/+48
* Replace linkRegex with xurls library (#6261)mrsdizzie2019-03-072-3/+11
* Remove visitLinksForShortLinks features (#6257)mrsdizzie2019-03-072-14/+9
* Modify linkRegex to require http|https (#6171)mrsdizzie2019-02-282-1/+63
* Allow markdown files to read from the LFS (#5787)zeripath2019-02-121-1/+1
* Recover panic in orgmode.Render if bad orgfile (#4982) (#5903)zeripath2019-01-301-4/+10
* Prioritize "readme.md" (#5691)Khaled Hamed2019-01-142-2/+29
* support envs on external render commands (#5278)Lunny Xiao2018-11-201-5/+17
* Fix markdown image with link (#4675)L.E.R2018-10-302-22/+21
* Pass link prefixes to external markup parsers (#5201)Nicolas Lenz2018-10-301-0/+5
* Upgrade images in .drone.yml to more recent versions (#4819)techknowlogick2018-08-291-4/+4
* Add csv file render support defaultly (#4105)Lunny Xiao2018-07-212-0/+83
* Replace src with raw to fix image paths (#4377)Jonas Franz2018-07-051-1/+1
* markup: escape short wiki link (#4091)Antoine GIRARD2018-06-152-0/+29
* Fix wiki inter-links with cases and add tests for this case (#3560)Chaz Reid2018-03-052-6/+16
* Rework special link parsing in the post-processing of markup (#3354)Morgan Bazalgette2018-02-276-910/+991
* Populate URL field of API commits (#3546)Ethan Koenig2018-02-205-82/+46
* Allow square brackets in external issue patterns (#3408)Christian Köberl2018-02-032-2/+7
* Recognize more characters in crossreferenced repo name (#3413)Lauris BH2018-01-272-1/+4
* Fix issue link rendering in commit messages (#2897)Ethan Koenig2017-11-132-26/+98
* Add external markup render support (#2570)Lunny Xiao2017-11-071-0/+88
* Add init support of orgmode document type on file view and readme (#2525)Lunny Xiao2017-09-216-2/+614
* Restructure markup & markdown to prepare for multiple markup language… (#2411)Lunny Xiao2017-09-166-24/+1140
* gofmt (#1710)Ethan Koenig2017-05-121-1/+0
* markup: microoptimise for many short filenames in directory (#1534)mappu2017-05-092-2/+6
* fix multiple readme file rendering and fix #1657 (#1658)Lunny Xiao2017-05-021-0/+9
* Add markup package to prepare for org markup format (#1493)Lunny Xiao2017-04-212-0/+108