Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Detect delimiter in CSV rendering (#7869) | Norwin | 2019-08-16 | 2 | -6/+66 |
| | | | | | | | | | | | | | | | | | | | | | * detect csv delimiter in csv rendering fixes #7868 * make linter happy * fix failing testcase & use ints where possible * expose markup type to template previously all markup had the .markdown class, which is incorrect, as it applies markdown CSS & JS logic to CSV rendering * fix build (missing `make css`) * ignore quoted csv content for delimiter scoring also fix html generation | ||||
* | Add csv file render support defaultly (#4105) | Lunny Xiao | 2018-07-21 | 2 | -0/+83 |
* add csv file render support defaultly * escaping csv column content |