Skip to content

Tablistically

Compare
Choose a tag to compare
@helje5 helje5 released this 09 Jan 12:39
· 23 commits to main since this release
0ca6d55

DocCArchive can now decode tables as emitted by:

/**
 * | Column 1 Title | Column 2 Title       |
 * | -------------- | -------------------- |
 * | `case 1`       | Case 1 description.  |
 * | `case 2`       | Case 2 description.  |
 */

Only row header types are supported, presumably there are additional ones?