aboutsummaryrefslogtreecommitdiff
path: root/module/text/markup.scm (follow)
Commit message (Collapse)AuthorAge
* Add hack to get tables to render correctly.termHugo Hörnquist2020-08-02
| | | | | | | | | | | Made <color/> return a list of strings, and made <tr/> handle that specific case. This allows the truncate to width method to only handle the actuall letters, and to keep the terminal escapes before and after. But as the TODO in the commit notes, this isn't sustainable. I probably want to defer the rendering step to later, and instead transform the markup tree into a processing tree, taging up each element with prefered attributes, and a width.
* Preliminary move of table output to markup.Hugo Hörnquist2020-08-01
|
* Minor comment changes.Hugo Hörnquist2020-06-01
|
* Minor output changes.Hugo Hörnquist2020-06-01
|
* Break text procedures into modules.Hugo Hörnquist2020-06-01