aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/text.rs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor to always resolve edit mapsLibravatar Titus Wormer2022-10-291-0/+1
* Add support for turning mdast to hastLibravatar Titus Wormer2022-09-281-3/+2
* Fix to prefer flow over definitions, setext headingsLibravatar Titus Wormer2022-09-141-1/+5
* Add mdx expression (flow, text)Libravatar Titus Wormer2022-09-091-1/+10
* Add initial states for MDX JSX (text)Libravatar Titus Wormer2022-09-061-3/+20
* Fix to implement GFM autolink literals exactlyLibravatar Titus Wormer2022-09-051-1/+19
* Add support for math (text)Libravatar Titus Wormer2022-08-261-16/+19
* Add support for GFM footnotesLibravatar Titus Wormer2022-08-251-3/+21
* Add support for GFM task list itemLibravatar Titus Wormer2022-08-221-1/+9
* Add support for GFM strikethroughLibravatar Titus Wormer2022-08-221-4/+10
* Add support for GFM autolink literalsLibravatar Titus Wormer2022-08-181-2/+10
* Refactor to move `content` to `construct`Libravatar Titus Wormer2022-08-151-0/+173