Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix to prefer flow over definitions, setext headings | 2022-09-14 | 22 | -353/+680 | |
| | | | | | | | | | | | | | | An undocumented part of CommonMark is how to deal with things in definition labels or definition titles (which both can span multiple lines). Can flow (or containers?) interrupt them? They can according to the `cmark` reference parser, so this was implemented here. This adds a new `Content` content type, which houses zero or more definitions, and then zero-or-one paragraphs. Content can be followed by a setext heading underline, which either turns into a setext heading when the content ends in a paragraph, or turns into the start of the following paragraph when it is followed by content that starts with a paragraph, or turns into a stray paragraph. | ||||
* | Fix containers piercing into indented code | 2022-09-12 | 2 | -2/+2 | |
| | |||||
* | Fix gfm email autolink literals overlapping | 2022-09-12 | 2 | -14/+14 | |
| | |||||
* | Fix blank lines in labels | 2022-09-12 | 1 | -1/+2 | |
| | |||||
* | Fix whitespace in GFM footnote definition identifiers | 2022-09-12 | 5 | -33/+126 | |
| | | | | | | * Fix a crash on line endings in footnote definitions * Fix to match spaces and tabs in identifiers to `cmark-gfm` * Fix order of one attribute | ||||
* | Add docs for mdx expressions | 2022-09-09 | 4 | -30/+293 | |
| | |||||
* | Add support for mdx attribute (value) expressions | 2022-09-09 | 4 | -10/+81 | |
| | |||||
* | Add mdx expression (flow, text) | 2022-09-09 | 11 | -12/+306 | |
| | |||||
* | Add some missing docs | 2022-09-09 | 1 | -14/+9 | |
| | |||||
* | Fix to allow blank lines in mdx jsx (flow) | 2022-09-09 | 2 | -50/+22 | |
| | |||||
* | Refactor to move byte, char info to own file | 2022-09-09 | 9 | -215/+225 | |
| | |||||
* | Add docs to mdx jsx | 2022-09-09 | 3 | -4/+355 | |
| | |||||
* | Refactor to order states | 2022-09-08 | 1 | -197/+194 | |
| | |||||
* | Add docs to mdx jsx events | 2022-09-08 | 1 | -24/+437 | |
| | |||||
* | Add support for mdx jsx (flow) | 2022-09-08 | 8 | -95/+219 | |
| | |||||
* | Refactor to move jsx parsing to partial | 2022-09-08 | 4 | -1001/+1014 | |
| | |||||
* | Add tests for mdx jsx (text) | 2022-09-08 | 2 | -12/+41 | |
| | |||||
* | Fix debug message | 2022-09-07 | 1 | -1/+1 | |
| | |||||
* | Add support for recoverable syntax errors | 2022-09-07 | 8 | -97/+175 | |
| | |||||
* | Add support for unicode identifiers in JSX | 2022-09-07 | 1 | -24/+95 | |
| | |||||
* | Add initial states for MDX JSX (text) | 2022-09-06 | 8 | -48/+1050 | |
| | |||||
* | Add support for `mailto:`, `xmpp:` protocols | 2022-09-05 | 4 | -16/+124 | |
| | |||||
* | Fix some todos | 2022-09-05 | 5 | -7/+12 | |
| | |||||
* | Fix to implement GFM autolink literals exactly | 2022-09-05 | 5 | -162/+805 | |
| | |||||
* | Add support for getting `char`s from bytes | 2022-09-05 | 2 | -21/+32 | |
| | |||||
* | Fix shifting points past tabs | 2022-09-05 | 1 | -9/+10 | |
| | |||||
* | Fix to improve debug logging | 2022-09-05 | 1 | -2/+16 | |
| | |||||
* | Add support for GFM tagfilter | 2022-09-01 | 8 | -77/+246 | |
| | |||||
* | Add support for GFM tables | 2022-08-31 | 14 | -36/+1648 | |
| | |||||
* | Add support for math (flow) | 2022-08-26 | 12 | -190/+424 | |
| | |||||
* | Add support for math (text) | 2022-08-26 | 12 | -312/+491 | |
| | |||||
* | Add support for GFM footnotes | 2022-08-25 | 17 | -147/+1527 | |
| | |||||
* | Fix lazy paragraph after definition | 2022-08-22 | 3 | -13/+63 | |
| | |||||
* | Add support for GFM task list item | 2022-08-22 | 10 | -12/+338 | |
| | |||||
* | Add support for GFM strikethrough | 2022-08-22 | 25 | -119/+307 | |
| | |||||
* | Refactor to move more things to `util/` | 2022-08-19 | 24 | -40/+44 | |
| | |||||
* | Add support for GFM autolink literals | 2022-08-18 | 11 | -199/+753 | |
| | |||||
* | Add `no_std + alloc` | 2022-08-16 | 21 | -2/+38 | |
| | |||||
* | Add support for frontmatter | 2022-08-16 | 12 | -17/+479 | |
| | |||||
* | Update some last docs, bnf grammars | 2022-08-16 | 17 | -111/+226 | |
| | |||||
* | Refactor to proof docs, grammars | 2022-08-15 | 38 | -424/+687 | |
| | |||||
* | Add missing mark of `SpaceOrTab` as void event | 2022-08-15 | 1 | -1/+2 | |
| | |||||
* | Add derive of `Eq` where possible | 2022-08-15 | 5 | -11/+11 | |
| | |||||
* | Refactor to move `content` to `construct` | 2022-08-15 | 38 | -138/+130 | |
| | |||||
* | Refactor to move some things to `parser` | 2022-08-15 | 2 | -26/+20 | |
| | |||||
* | Refactor to rename list construct to list item | 2022-08-15 | 10 | -72/+73 | |
| | |||||
* | Refactor paragraph, data resolvers | 2022-08-15 | 2 | -44/+50 | |
| | |||||
* | Refactor to solve some clippy issues | 2022-08-15 | 2 | -52/+50 | |
| | |||||
* | Refactor to attempt less if never needed | 2022-08-12 | 14 | -293/+367 | |
| | |||||
* | Refactor to improve entering | 2022-08-12 | 13 | -96/+144 | |
| |