aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add support for turning mdast to hastLibravatar Titus Wormer2022-09-2816-117/+130
* Add support for compiling to mdastLibravatar Titus Wormer2022-09-267-546/+2486
* Add structs, enums for `mdast`Libravatar Titus Wormer2022-09-194-14/+1128
* Add support for parsing MDX ESM, expressionsLibravatar Titus Wormer2022-09-1912-27/+628
* Fix to prefer flow over definitions, setext headingsLibravatar Titus Wormer2022-09-1422-353/+680
* Fix containers piercing into indented codeLibravatar Titus Wormer2022-09-122-2/+2
* Fix gfm email autolink literals overlappingLibravatar Titus Wormer2022-09-122-14/+14
* Fix blank lines in labelsLibravatar Titus Wormer2022-09-121-1/+2
* Fix whitespace in GFM footnote definition identifiersLibravatar Titus Wormer2022-09-125-33/+126
* Add docs for mdx expressionsLibravatar Titus Wormer2022-09-094-30/+293
* Add support for mdx attribute (value) expressionsLibravatar Titus Wormer2022-09-094-10/+81
* Add mdx expression (flow, text)Libravatar Titus Wormer2022-09-0911-12/+306
* Add some missing docsLibravatar Titus Wormer2022-09-091-14/+9
* Fix to allow blank lines in mdx jsx (flow)Libravatar Titus Wormer2022-09-092-50/+22
* Refactor to move byte, char info to own fileLibravatar Titus Wormer2022-09-099-215/+225
* Add docs to mdx jsxLibravatar Titus Wormer2022-09-093-4/+355
* Refactor to order statesLibravatar Titus Wormer2022-09-081-197/+194
* Add docs to mdx jsx eventsLibravatar Titus Wormer2022-09-081-24/+437
* Add support for mdx jsx (flow)Libravatar Titus Wormer2022-09-088-95/+219
* Refactor to move jsx parsing to partialLibravatar Titus Wormer2022-09-084-1001/+1014
* Add tests for mdx jsx (text)Libravatar Titus Wormer2022-09-082-12/+41
* Fix debug messageLibravatar Titus Wormer2022-09-071-1/+1
* Add support for recoverable syntax errorsLibravatar Titus Wormer2022-09-078-97/+175
* Add support for unicode identifiers in JSXLibravatar Titus Wormer2022-09-071-24/+95
* Add initial states for MDX JSX (text)Libravatar Titus Wormer2022-09-068-48/+1050
* Add support for `mailto:`, `xmpp:` protocolsLibravatar Titus Wormer2022-09-054-16/+124
* Fix some todosLibravatar Titus Wormer2022-09-055-7/+12
* Fix to implement GFM autolink literals exactlyLibravatar Titus Wormer2022-09-055-162/+805
* Add support for getting `char`s from bytesLibravatar Titus Wormer2022-09-052-21/+32
* Fix shifting points past tabsLibravatar Titus Wormer2022-09-051-9/+10
* Fix to improve debug loggingLibravatar Titus Wormer2022-09-051-2/+16
* Add support for GFM tagfilterLibravatar Titus Wormer2022-09-018-77/+246
* Add support for GFM tablesLibravatar Titus Wormer2022-08-3114-36/+1648
* Add support for math (flow)Libravatar Titus Wormer2022-08-2612-190/+424
* Add support for math (text)Libravatar Titus Wormer2022-08-2612-312/+491
* Add support for GFM footnotesLibravatar Titus Wormer2022-08-2517-147/+1527
* Fix lazy paragraph after definitionLibravatar Titus Wormer2022-08-223-13/+63
* Add support for GFM task list itemLibravatar Titus Wormer2022-08-2210-12/+338
* Add support for GFM strikethroughLibravatar Titus Wormer2022-08-2225-119/+307
* Refactor to move more things to `util/`Libravatar Titus Wormer2022-08-1924-40/+44
* Add support for GFM autolink literalsLibravatar Titus Wormer2022-08-1811-199/+753
* Add `no_std + alloc`Libravatar Titus Wormer2022-08-1621-2/+38
* Add support for frontmatterLibravatar Titus Wormer2022-08-1612-17/+479
* Update some last docs, bnf grammarsLibravatar Titus Wormer2022-08-1617-111/+226
* Refactor to proof docs, grammarsLibravatar Titus Wormer2022-08-1538-424/+687
* Add missing mark of `SpaceOrTab` as void eventLibravatar Titus Wormer2022-08-151-1/+2
* Add derive of `Eq` where possibleLibravatar Titus Wormer2022-08-155-11/+11
* Refactor to move `content` to `construct`Libravatar Titus Wormer2022-08-1538-138/+130
* Refactor to move some things to `parser`Libravatar Titus Wormer2022-08-152-26/+20
* Refactor to rename list construct to list itemLibravatar Titus Wormer2022-08-1510-72/+73