aboutsummaryrefslogtreecommitdiffstats
path: root/src/content (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix final bug with lazinessLibravatar Titus Wormer2022-07-181-8/+1
* Add docs and refactor listLibravatar Titus Wormer2022-07-151-45/+29
* Add docs and refactor document content typeLibravatar Titus Wormer2022-07-151-259/+268
* Add missing docs to tokenizerLibravatar Titus Wormer2022-07-151-6/+3
* Fix annoying bug around virtual spaces in containersLibravatar Titus Wormer2022-07-151-3/+2
* Fix interrupting sibling list itemsLibravatar Titus Wormer2022-07-141-5/+24
* Add support for container stateLibravatar Titus Wormer2022-07-141-9/+30
* Fix a bunch of container thingsLibravatar Titus Wormer2022-07-141-154/+178
* Fix lists in lists and some other bugsLibravatar Titus Wormer2022-07-131-4/+4
* Fix to close containers before several (blank) line endingsLibravatar Titus Wormer2022-07-131-7/+17
* Fix some issues around empty listsLibravatar Titus Wormer2022-07-121-0/+3
* Fix a lot of list thingsLibravatar Titus Wormer2022-07-121-5/+18
* Add initial support for listsLibravatar Titus Wormer2022-07-121-10/+21
* Add support for lazy linesLibravatar Titus Wormer2022-07-111-154/+53
* Fix block quote bugsLibravatar Titus Wormer2022-07-111-2/+6
* Fix bug around forcibly closed flow exitsLibravatar Titus Wormer2022-07-081-0/+15
* Fix interrupting when exiting containersLibravatar Titus Wormer2022-07-081-0/+3
* Fix container bug due to attemptsLibravatar Titus Wormer2022-07-081-14/+36
* Add improved container enter/exit mechanismLibravatar Titus Wormer2022-07-081-66/+122
* Fix closing of flow when exiting containersLibravatar Titus Wormer2022-07-081-13/+32
* Add support for concrete constructsLibravatar Titus Wormer2022-07-081-7/+8
* Refactor to move token types to `token`Libravatar Titus Wormer2022-07-072-12/+10
* Add basic support for block quotesLibravatar Titus Wormer2022-07-073-47/+447
* Refactor code styleLibravatar Titus Wormer2022-07-053-7/+6
* Add support for unicode punctuationLibravatar Titus Wormer2022-07-041-1/+1
* Update list of todosLibravatar Titus Wormer2022-07-041-1/+1
* Add support for attention (emphasis, strong)Libravatar Titus Wormer2022-07-041-7/+11
* Make paragraphs really fastLibravatar Titus Wormer2022-07-011-22/+24
* Add support for trimming whitespace around string, textLibravatar Titus Wormer2022-06-302-14/+25
* Refactor some docs, fix some grammarLibravatar Titus Wormer2022-06-301-2/+3
* Add support for sharing identifiers, references before definitionsLibravatar Titus Wormer2022-06-291-5/+7
* Add link, images (resource)Libravatar Titus Wormer2022-06-242-11/+26
* Add support for normalizing identifiersLibravatar Titus Wormer2022-06-221-1/+24
* Refactor to improve tokenizer, add docsLibravatar Titus Wormer2022-06-223-19/+24
* Make data a constructLibravatar Titus Wormer2022-06-212-82/+21
* Refactor to improve a bunch of statesLibravatar Titus Wormer2022-06-211-8/+0
* Add some more enabled testsLibravatar Titus Wormer2022-06-202-3/+0
* Add support for line endings in stringLibravatar Titus Wormer2022-06-201-9/+23
* Add improved whitespace handlingLibravatar Titus Wormer2022-06-201-34/+11
* Add paragraphLibravatar Titus Wormer2022-06-201-130/+9
* Remove unneeded `content` content typeLibravatar Titus Wormer2022-06-204-99/+30
* Add support for definitionsLibravatar Titus Wormer2022-06-173-53/+22
* Add heading (setext)Libravatar Titus Wormer2022-06-162-14/+27
* Refactor to reorder thing alphabeticallyLibravatar Titus Wormer2022-06-162-1/+1
* Add support for hard break (trailing)Libravatar Titus Wormer2022-06-161-6/+9
* Add support for hard break escapeLibravatar Titus Wormer2022-06-161-3/+4
* Add code (text)Libravatar Titus Wormer2022-06-151-4/+6
* Fix support for deep subtokenizationLibravatar Titus Wormer2022-06-141-7/+14
* Reorganize to split utilLibravatar Titus Wormer2022-06-141-2/+2
* Add docs for html (text)Libravatar Titus Wormer2022-06-141-1/+1