summaryrefslogtreecommitdiff
path: root/src/table.rs
Commit message (Collapse)AuthorAge
* Double-thickness table walls represent a vertical separatorBen Bridle2025-01-22
| | | | | | | | | | Consecutive pipe characters in a table row are parsed as a single separator, with the 'border-right' attribute being given to the column on the left of the separator. Only the first alignments line is used when determining this attribute for columns. This is useful for tables with row labels running down the left-most cell column, to visually separate labels from data.
* Rewrite the library a second timev2.0.0Ben Bridle2025-01-06
|
* Completely rewrite the libraryv1.0.0Ben Bridle2024-04-21
|
* Initial commitBen Bridle2022-08-25