summaryrefslogtreecommitdiffstats
path: root/modules/markup/orgmode
Commit message (Expand)AuthorAgeFilesLines
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-1/+1
* Upgrade chroma to v2.3.0 (#21259)silverwind2022-09-262-6/+6
* Add more linters to improve code readability (#19989)Wim2022-06-201-2/+2
* Allow render HTML with css/js external links (#19017)Lunny Xiao2022-06-161-6/+3
* Support ignore all santize for external renderer (#18984)Lunny Xiao2022-03-061-0/+5
* format with gofumpt (#18184)65432022-01-202-5/+6
* Updated Chroma to v0.10.0 (#18270)Jelle Hulter2022-01-201-4/+4
* Prevent panic in Org mode HighlightCodeBlock (#17140)zeripath2021-09-242-1/+34
* Add sanitizer rules per renderer (#16110)KN4CK3R2021-06-231-0/+6
* Add code block highlight to orgmode back (#14222)Lunny Xiao2021-06-231-0/+44
* Refactor renders (#15175)Lunny Xiao2021-04-192-30/+41
* Add NeedPostProcess for Parser interface to improve performance of csv render...Lunny Xiao2021-04-131-0/+3
* fix: media links in org files not liked to media files (#12997)Pranav Nachnekar2020-10-011-3/+17
* Update to go-org 1.3.2 (#12728)zeripath2020-09-051-3/+3
* Update go-org to optimize code (#8824)Lauris BH2019-11-051-20/+1
* Rewrite markdown rendering to blackfriday v2 and rewrite orgmode rendering to...Lauris BH2019-10-312-26/+84
* Better logging (#6038) (#6095)zeripath2019-04-021-1/+1
* Recover panic in orgmode.Render if bad orgfile (#4982) (#5903)zeripath2019-01-301-4/+10
* Populate URL field of API commits (#3546)Ethan Koenig2018-02-201-3/+3
* Add init support of orgmode document type on file view and readme (#2525)Lunny Xiao2017-09-212-0/+110