summaryrefslogtreecommitdiffstats
path: root/content.go
Commit message (Collapse)AuthorAgeFilesLines
* Add EscapeAll and escape all spaces in linksHEADv0.4.2masterclsr2021-12-231-1/+1
|
* Make TableBlock extend ContentBlock; add AppendChild to ContainerBlockclsr2017-08-251-36/+6
|
* Export WriteIndentclsr2017-08-241-11/+11
|
* Add ContainerBlock and RawTextContentsv0.2.0clsr2017-08-241-34/+70
| | | | | | Table.Rows() has been renamed to Table.Children(). RawBlock.Contents is now RawTextContents. TextRawContents is now used for unknown text formats.
* Initial commitv0.1.0clsr2017-08-181-0/+610