Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-06-21 | Add support for inferring line ending, configurable | Titus Wormer | 1 | -2/+3 | |
* Rename `CompileOptions` to `Options` * Add support for an optional default line ending style * Add support for inferring the used line ending style | |||||
2022-06-20 | Add support for line endings in string | Titus Wormer | 1 | -1/+1 | |
2022-06-17 | Add support for definitions | Titus Wormer | 1 | -1/+1 | |
* Add definitions * Add partials for label, destination, title * Add `go`, to attempt something, and do something else on `ok` | |||||
2022-06-15 | Add code (text) | Titus Wormer | 1 | -6/+5 | |
2022-06-15 | Add tests for character reference | Titus Wormer | 1 | -0/+204 | |
* Fix encoding of character references * Fix unneeded remainder in `nok` state |