aboutsummaryrefslogtreecommitdiffstats
path: root/readme.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactor to improve tokenizer, add docsLibravatar Titus Wormer2022-06-221-4/+3
|
* Add docs for token typesLibravatar Titus Wormer2022-06-221-1/+1
|
* Add docs for `subtokenize`Libravatar Titus Wormer2022-06-211-2/+2
|
* Add docs on virtual spaceLibravatar Titus Wormer2022-06-211-1/+1
|
* Add docs for `default_line_ending`Libravatar Titus Wormer2022-06-211-1/+1
|
* Add support for capping destination (raw) balanceLibravatar Titus Wormer2022-06-211-4/+1
|
* Add support for passing token types to destination, label, titleLibravatar Titus Wormer2022-06-211-1/+1
|
* Make data a constructLibravatar Titus Wormer2022-06-211-2/+2
|
* Refactor to move protocols to constantsLibravatar Titus Wormer2022-06-211-1/+1
|
* Refactor to improve a bunch of statesLibravatar Titus Wormer2022-06-211-2/+2
| | | | | | * Improve passing stuff around * Add traits to enums for markers and such * Fix “life time” stuff I didn’t understand
* Update todo listLibravatar Titus Wormer2022-06-211-11/+75
|
* Add support for inferring line ending, configurableLibravatar Titus Wormer2022-06-211-5/+7
| | | | | | * Rename `CompileOptions` to `Options` * Add support for an optional default line ending style * Add support for inferring the used line ending style
* Add support for BOMLibravatar Titus Wormer2022-06-201-1/+1
|
* Fix bug with tabsLibravatar Titus Wormer2022-06-201-2/+2
|
* Add support for line endings in stringLibravatar Titus Wormer2022-06-201-2/+2
|
* Add improved whitespace handlingLibravatar Titus Wormer2022-06-201-1/+1
| | | | | | * add several helpers for parsing betwen x and y `space_or_tab`s * use those helpers in a bunch of places * move initial indent parsing to flow constructs themselves
* Add paragraphLibravatar Titus Wormer2022-06-201-1/+3
|
* Remove unneeded `content` content typeLibravatar Titus Wormer2022-06-201-15/+10
|
* Remove unneeded `pub` keywordsLibravatar Titus Wormer2022-06-201-1/+1
|
* Add docs to destination, label, titleLibravatar Titus Wormer2022-06-201-1/+1
|
* Add support for definitionsLibravatar Titus Wormer2022-06-171-6/+11
| | | | | | * Add definitions * Add partials for label, destination, title * Add `go`, to attempt something, and do something else on `ok`
* Add heading (setext)Libravatar Titus Wormer2022-06-161-4/+4
|
* Add support for hard break (trailing)Libravatar Titus Wormer2022-06-161-4/+4
|
* Add support for hard break escapeLibravatar Titus Wormer2022-06-161-2/+4
|
* Add support for text in heading (atx)Libravatar Titus Wormer2022-06-151-1/+1
|
* Add code (text)Libravatar Titus Wormer2022-06-151-2/+2
|
* Update to enable some tests for added constructsLibravatar Titus Wormer2022-06-151-0/+2
|
* Update to dosLibravatar Titus Wormer2022-06-141-2/+2
|
* Reorganize to split utilLibravatar Titus Wormer2022-06-141-1/+1
|
* Add docs on constructs, bnfLibravatar Titus Wormer2022-06-141-1/+1
|
* Add docs for html (text)Libravatar Titus Wormer2022-06-141-2/+12
|
* Add support for sanitizing urlsLibravatar Titus Wormer2022-06-131-2/+2
| | | | | | * Add support for properly encoding characters in urls * Add support for sanitizing potentially dangerous urls * Add safe defaults, optionally live dangerously
* Add autolinksLibravatar Titus Wormer2022-06-131-2/+3
|
* Add text content typeLibravatar Titus Wormer2022-06-101-3/+3
| | | | | * Add character reference and character escapes in text * Add recursive subtokenization
* Add proper support for subtokenizationLibravatar Titus Wormer2022-06-101-2/+5
| | | | | | | - Add “content” content type - Add paragraph - Add skips - Add linked tokens
* Add temporary support for stripping whitespaceLibravatar Titus Wormer2022-06-091-0/+1
|
* Add link in readmeLibravatar Titus Wormer2022-06-081-0/+3
|
* .Libravatar Titus Wormer2022-06-081-0/+183