aboutsummaryrefslogtreecommitdiffstats
path: root/modules/markup/csv/csv.go
Commit message (Expand)AuthorAgeFilesLines
* Properly determine CSV delimiter (#17459)Richard Mahn2021-10-301-1/+1
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-221-2/+1
* Add sanitizer rules per renderer (#16110)KN4CK3R2021-06-231-0/+10
* Refactor renders (#15175)Lunny Xiao2021-04-191-39/+84
* Add NeedPostProcess for Parser interface to improve performance of csv render...Lunny Xiao2021-04-131-0/+3
* Add Tabular Diff for CSV files (#14661)KN4CK3R2021-03-291-63/+40
* Detect delimiter in CSV rendering (#7869)Norwin2019-08-161-3/+58
* Add csv file render support defaultly (#4105)Lunny Xiao2018-07-211-0/+58