aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-08Refactor to move jsx parsing to partialLibravatar Titus Wormer4-1001/+1014
2022-09-08Add tests for mdx jsx (text)Libravatar Titus Wormer2-12/+41
2022-09-07Fix debug messageLibravatar Titus Wormer1-1/+1
2022-09-07Add support for recoverable syntax errorsLibravatar Titus Wormer8-97/+175
2022-09-07Add support for unicode identifiers in JSXLibravatar Titus Wormer1-24/+95
2022-09-06Add initial states for MDX JSX (text)Libravatar Titus Wormer8-48/+1050
2022-09-05Add support for `mailto:`, `xmpp:` protocolsLibravatar Titus Wormer4-16/+124
2022-09-05Fix some todosLibravatar Titus Wormer5-7/+12
2022-09-05Fix to implement GFM autolink literals exactlyLibravatar Titus Wormer5-162/+805
2022-09-05Add support for getting `char`s from bytesLibravatar Titus Wormer2-21/+32
2022-09-05Fix shifting points past tabsLibravatar Titus Wormer1-9/+10
2022-09-05Fix to improve debug loggingLibravatar Titus Wormer1-2/+16
2022-09-01Add support for GFM tagfilterLibravatar Titus Wormer8-77/+246
2022-08-31Add support for GFM tablesLibravatar Titus Wormer14-36/+1648
2022-08-26Add support for math (flow)Libravatar Titus Wormer12-190/+424
2022-08-26Add support for math (text)Libravatar Titus Wormer12-312/+491
2022-08-25Add support for GFM footnotesLibravatar Titus Wormer17-147/+1527
2022-08-22Fix lazy paragraph after definitionLibravatar Titus Wormer3-13/+63
2022-08-22Add support for GFM task list itemLibravatar Titus Wormer10-12/+338
2022-08-22Add support for GFM strikethroughLibravatar Titus Wormer25-119/+307
2022-08-19Refactor to move more things to `util/`Libravatar Titus Wormer24-40/+44
2022-08-18Add support for GFM autolink literalsLibravatar Titus Wormer11-199/+753
2022-08-16Add `no_std + alloc`Libravatar Titus Wormer21-2/+38
2022-08-16Add support for frontmatterLibravatar Titus Wormer12-17/+479
2022-08-16Update some last docs, bnf grammarsLibravatar Titus Wormer17-111/+226
2022-08-15Refactor to proof docs, grammarsLibravatar Titus Wormer38-424/+687
2022-08-15Add missing mark of `SpaceOrTab` as void eventLibravatar Titus Wormer1-1/+2
2022-08-15Add derive of `Eq` where possibleLibravatar Titus Wormer5-11/+11
2022-08-15Refactor to move `content` to `construct`Libravatar Titus Wormer38-138/+130
2022-08-15Refactor to move some things to `parser`Libravatar Titus Wormer2-26/+20
2022-08-15Refactor to rename list construct to list itemLibravatar Titus Wormer10-72/+73
2022-08-15Refactor paragraph, data resolversLibravatar Titus Wormer2-44/+50
2022-08-15Refactor to solve some clippy issuesLibravatar Titus Wormer2-52/+50
2022-08-12Refactor to attempt less if never neededLibravatar Titus Wormer14-293/+367
2022-08-12Refactor to improve enteringLibravatar Titus Wormer13-96/+144
2022-08-12Refactor to improve some namesLibravatar Titus Wormer4-27/+27
2022-08-12Remove unneeded stateLibravatar Titus Wormer2-23/+4
2022-08-12Remove `match` statements if clumsyLibravatar Titus Wormer19-412/+368
2022-08-12Refactor to improve docs of each functionLibravatar Titus Wormer43-553/+611
2022-08-11Refactor attempts to remove unneeded state nameLibravatar Titus Wormer20-413/+400
2022-08-11Refactor to handle definitions when parsingLibravatar Titus Wormer3-38/+50
2022-08-11Remove unneeded `balance` info on label startsLibravatar Titus Wormer4-64/+30
2022-08-11Refactor to move `space_or_tab_eol` to own fileLibravatar Titus Wormer32-526/+542
2022-08-11Remove boxes around resolversLibravatar Titus Wormer15-77/+103
2022-08-11Refactor to move some code to `event.rs`Libravatar Titus Wormer42-1300/+1313
2022-08-11Refactor to move some code to `state.rs`Libravatar Titus Wormer36-1237/+1229
2022-08-11Refactor internal docs, code style of tokenizerLibravatar Titus Wormer17-381/+420
2022-08-11Add improved container exit injectionLibravatar Titus Wormer4-149/+129
2022-08-10Refactor some code for document parsingLibravatar Titus Wormer3-230/+188
2022-08-10Remove boxes when calling statesLibravatar Titus Wormer1-354/+328