aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-13Add a bunch more tests for frontmatterLibravatar Titus Wormer1-9/+6
2022-10-13Remove unneeded states in `partial_label`Libravatar Titus Wormer2-50/+15
2022-10-13Remove unneeded code from `gfm_autolink_literal`Libravatar Titus Wormer1-91/+9
2022-10-13Add logo to crate docsLibravatar Titus Wormer1-3/+4
2022-10-13Rename crate to `markdown`Libravatar Titus Wormer9-95/+97
2022-10-12Add note about crate logoLibravatar Titus Wormer1-0/+3
2022-10-12Refactor to improve some module docsLibravatar Titus Wormer12-22/+24
2022-10-11Refactor to use a bunch of `into`Libravatar Titus Wormer8-30/+23
2022-10-11Refactor some hidden internalsLibravatar Titus Wormer3-27/+13
2022-10-11Add some missing internal docsLibravatar Titus Wormer5-22/+66
2022-10-11Add improved docs to public apiLibravatar Titus Wormer2-112/+342
2022-10-11Add support for proper positional info in swc treeLibravatar Titus Wormer9-135/+298
2022-10-06Refactor to split parse from compile optionsLibravatar Titus Wormer3-179/+273
2022-10-06Refactor to share identifier methodsLibravatar Titus Wormer4-25/+58
2022-10-06Add support for HTML 4 character references in JSX attributesLibravatar Titus Wormer7-135/+493
2022-09-30Add support for turning hast into swcLibravatar Titus Wormer1-7/+0
2022-09-29Add inline clippy configLibravatar Titus Wormer1-0/+3
2022-09-28Add support for turning mdast to hastLibravatar Titus Wormer16-117/+130
2022-09-26Add support for compiling to mdastLibravatar Titus Wormer7-546/+2486
2022-09-19Add structs, enums for `mdast`Libravatar Titus Wormer4-14/+1128
2022-09-19Add support for parsing MDX ESM, expressionsLibravatar Titus Wormer12-27/+628
2022-09-14Fix to prefer flow over definitions, setext headingsLibravatar Titus Wormer22-353/+680
2022-09-12Fix containers piercing into indented codeLibravatar Titus Wormer2-2/+2
2022-09-12Fix gfm email autolink literals overlappingLibravatar Titus Wormer2-14/+14
2022-09-12Fix blank lines in labelsLibravatar Titus Wormer1-1/+2
2022-09-12Fix whitespace in GFM footnote definition identifiersLibravatar Titus Wormer5-33/+126
2022-09-09Add docs for mdx expressionsLibravatar Titus Wormer4-30/+293
2022-09-09Add support for mdx attribute (value) expressionsLibravatar Titus Wormer4-10/+81
2022-09-09Add mdx expression (flow, text)Libravatar Titus Wormer11-12/+306
2022-09-09Add some missing docsLibravatar Titus Wormer1-14/+9
2022-09-09Fix to allow blank lines in mdx jsx (flow)Libravatar Titus Wormer2-50/+22
2022-09-09Refactor to move byte, char info to own fileLibravatar Titus Wormer9-215/+225
2022-09-09Add docs to mdx jsxLibravatar Titus Wormer3-4/+355
2022-09-08Refactor to order statesLibravatar Titus Wormer1-197/+194
2022-09-08Add docs to mdx jsx eventsLibravatar Titus Wormer1-24/+437
2022-09-08Add support for mdx jsx (flow)Libravatar Titus Wormer8-95/+219
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