Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tests for character escape | 2022-06-15 | 1 | -0/+91 | |
| | |||||
* | Update to dos | 2022-06-14 | 1 | -2/+2 | |
| | |||||
* | Fix support for deep subtokenization | 2022-06-14 | 5 | -90/+102 | |
| | | | | | | * Fix a couple of forgotten line ending handling in html (text) * Fix missing initial case for html (text) not having a `<` 😬 * Add line ending handling to `text` construct | ||||
* | Add examples to some docs | 2022-06-14 | 3 | -2/+70 | |
| | |||||
* | Reorganize to split util | 2022-06-14 | 14 | -376/+399 | |
| | |||||
* | Add docs on constructs, bnf | 2022-06-14 | 3 | -1/+57 | |
| | |||||
* | Add docs for html (text) | 2022-06-14 | 5 | -70/+303 | |
| | |||||
* | Add basic html (text) | 2022-06-13 | 10 | -21/+995 | |
| | | | | | | | * Add all states for html (text) * Fix to link paragraph tokens together * Add note about uncovered bug where linking paragraph tokens together doesn’t work 😅 | ||||
* | Add some improved docs | 2022-06-13 | 9 | -22/+34 | |
| | |||||
* | Add support for sanitizing urls | 2022-06-13 | 8 | -43/+173 | |
| | | | | | | * Add support for properly encoding characters in urls * Add support for sanitizing potentially dangerous urls * Add safe defaults, optionally live dangerously | ||||
* | Add autolinks | 2022-06-13 | 8 | -8/+633 | |
| | |||||
* | Add text content type | 2022-06-10 | 8 | -24/+107 | |
| | | | | | * Add character reference and character escapes in text * Add recursive subtokenization | ||||
* | Add proper support for subtokenization | 2022-06-10 | 12 | -145/+308 | |
| | | | | | | | - Add “content” content type - Add paragraph - Add skips - Add linked tokens | ||||
* | Add basic subtokenization, string content in fenced code | 2022-06-09 | 8 | -52/+105 | |
| | |||||
* | Refactor to pass more slices around | 2022-06-09 | 4 | -8/+8 | |
| | |||||
* | Add temporary support for stripping whitespace | 2022-06-09 | 6 | -28/+29 | |
| | |||||
* | Add support for indented lines in paragraphs | 2022-06-09 | 5 | -70/+64 | |
| | |||||
* | Add basic support for interrupting content | 2022-06-09 | 3 | -72/+154 | |
| | |||||
* | Add link in readme | 2022-06-08 | 1 | -0/+3 | |
| | |||||
* | Add redirect | 2022-06-08 | 1 | -0/+1 | |
| | |||||
* | Fix root of site | 2022-06-08 | 1 | -2/+2 | |
| | |||||
* | Add site | 2022-06-08 | 1 | -8/+25 | |
| | |||||
* | Remove coverage for now until public | 2022-06-08 | 1 | -2/+2 | |
| | |||||
* | . | 2022-06-08 | 34 | -0/+8997 | |