aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Fix closing of flow when exiting containersLibravatar Titus Wormer2022-07-083-27/+63
* Add support for concrete constructsLibravatar Titus Wormer2022-07-084-12/+51
* Refactor to move token types to `token`Libravatar Titus Wormer2022-07-0733-2339/+2354
* Refactor to use `char::REPLACEMENT_CHARACTER`Libravatar Titus Wormer2022-07-072-2/+2
* Fix to order enter/exit mapsLibravatar Titus Wormer2022-07-071-46/+48
* Fix some small to dosLibravatar Titus Wormer2022-07-074-8/+10
* Add docs for block quote tokensLibravatar Titus Wormer2022-07-072-5/+80
* Fix order of tokensLibravatar Titus Wormer2022-07-071-77/+77
* Add docs to block quoteLibravatar Titus Wormer2022-07-072-2/+64
* Add basic support for block quotesLibravatar Titus Wormer2022-07-0713-80/+645
* Remove debugging from attentionLibravatar Titus Wormer2022-07-071-41/+1
* Add support for `Flow` content typeLibravatar Titus Wormer2022-07-072-2/+6
* Add `go_until` to tokenizerLibravatar Titus Wormer2022-07-071-7/+37
* Fix shifting jumps in tail of edit mapLibravatar Titus Wormer2022-07-071-1/+3
* Fix misnested attentionLibravatar Titus Wormer2022-07-051-0/+19
* Fix interleaving of attention/labelLibravatar Titus Wormer2022-07-051-44/+54
* Fix bug when removing loose label endsLibravatar Titus Wormer2022-07-051-1/+1
* Fix resizing attention bugLibravatar Titus Wormer2022-07-051-1/+2
* Refactor to do some to dosLibravatar Titus Wormer2022-07-058-48/+156
* Refactor code styleLibravatar Titus Wormer2022-07-0530-371/+395
* Fix typoLibravatar Titus Wormer2022-07-051-1/+1
* Add docs to attentionLibravatar Titus Wormer2022-07-052-68/+182
* Add support for unicode punctuationLibravatar Titus Wormer2022-07-048-9/+846
* Update list of todosLibravatar Titus Wormer2022-07-046-12/+4
* Fix opening/closing tag order of nested attentionLibravatar Titus Wormer2022-07-042-13/+30
* Fix some attention bugsLibravatar Titus Wormer2022-07-041-4/+33
* Add support for attention (emphasis, strong)Libravatar Titus Wormer2022-07-046-11/+449
* Make paragraphs really fastLibravatar Titus Wormer2022-07-0110-297/+205
* Update todosLibravatar Titus Wormer2022-07-011-0/+1
* Refactor to reorder token typesLibravatar Titus Wormer2022-07-014-14/+14
* Refactor to clean and document `edit_map`Libravatar Titus Wormer2022-07-011-2/+19
* Refactor to clean and document `space_or_tab`Libravatar Titus Wormer2022-07-016-106/+144
* Add support for trimming whitespace around string, textLibravatar Titus Wormer2022-06-309-20/+143
* Add support for stripping tags in image `alt`Libravatar Titus Wormer2022-06-301-47/+57
* Fix to prefer resource when givenLibravatar Titus Wormer2022-06-301-6/+6
* Refactor some docs, fix some grammarLibravatar Titus Wormer2022-06-306-22/+28
* Add docs on resolver, clean feedLibravatar Titus Wormer2022-06-301-77/+97
* Refactor to reorder token typesLibravatar Titus Wormer2022-06-301-303/+303
* Add docs to image, link, and other media tokensLibravatar Titus Wormer2022-06-301-16/+434
* Refactor to reorder compilerLibravatar Titus Wormer2022-06-291-224/+224
* Add docs to compilerLibravatar Titus Wormer2022-06-291-77/+136
* Fix a bunch of bugs with definitions, referencesLibravatar Titus Wormer2022-06-293-23/+18
* Add support for compiling definitionsLibravatar Titus Wormer2022-06-291-52/+196
* Refactor to externalize handlers of compilerLibravatar Titus Wormer2022-06-292-534/+639
* Add support for sharing identifiers, references before definitionsLibravatar Titus Wormer2022-06-295-46/+60
* Add some more crosslinks to docsLibravatar Titus Wormer2022-06-287-31/+31
* Add docs to label endLibravatar Titus Wormer2022-06-286-38/+164
* Add docs for label start (image, link)Libravatar Titus Wormer2022-06-282-2/+59
* Add docs for `RESOURCE_DESTINATION_BALANCE_MAX`Libravatar Titus Wormer2022-06-282-5/+10
* Add improved docs in compilerLibravatar Titus Wormer2022-06-281-27/+61