aboutsummaryrefslogtreecommitdiffstats
path: root/modules/markup/orgmode
Commit message (Expand)AuthorAgeFilesLines
* fix: rendering internal file links in org (#29669)Ankit R Gadiya2024-03-102-4/+38
* Refactor markup rendering to accept general "protocol:" prefix (#29276)wxiaoguang2024-02-211-2/+1
* Fix orgmode link resolving (#29024)wxiaoguang2024-02-072-39/+41
* Rework markup link rendering (#26745)KN4CK3R2024-01-152-41/+32
* Add option to disable ambiguous unicode characters detection (#28454)wxiaoguang2023-12-171-1/+1
* Remove `title` from elements on Org mode (#27968)KN4CK3R2023-11-102-11/+15
* fix media description render for orgmode (#26895)Earl Warren2023-09-132-9/+34
* Upgrade go dependencies (#25819)harryzcy2023-07-141-1/+1
* Add context when rendering labels or emojis (#23281)Jonathan Tran2023-03-051-0/+4
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-272-4/+2
* 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