doclayout
doclayout copied to clipboard
A prettyprinting library designed for laying out plain text documents
The merged-in color support is limited to the 8-color ANSI palette. There should be rendering support and a combinator API for coloring text with the 256-color (indexed) palette and 24...
This is my source markdown. ``` +---------+---------+---------+ | | column1 | column2 | +:========+:=======:+:=======:+ | row1 | x | a | +---------+---------+---------+ | row2 | ◯ | a | +---------+---------+---------+...
I've been looking into improving the performance of realLength, and reducing our reliance on shortcuts. I have sought advice and benchmarked a few different approaches [on stackexchange](https://stackoverflow.com/questions/69716515/is-data-map-the-best-data-type-for-a-binary-search-tree). The long and...