add test for HTML table format
Open
Enhancement
Tests
- Dominant language
- Jupyter Notebook
- Stars
- 2.9k
- Forks
- 383
- PR merge metrics
- No merged PRs in 30d
Description
```
tbl = new TableDisplay([x: 'italic red',
y: 'bold blue',
z: 'multiline strings
work fine too']);
tbl.setStringFormatForColumn("Value", TableDisplayStringFormat.getHTMLFormat())
tbl
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.