aboutsummaryrefslogtreecommitdiffstats
path: root/src/construct/heading_setext.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add some more enabled testsLibravatar Titus Wormer2022-06-201-1/+0
|
* Add support for line endings in stringLibravatar Titus Wormer2022-06-201-19/+8
|
* Add improved whitespace handlingLibravatar Titus Wormer2022-06-201-25/+20
| | | | | | * add several helpers for parsing betwen x and y `space_or_tab`s * use those helpers in a bunch of places * move initial indent parsing to flow constructs themselves
* Remove unneeded `pub` keywordsLibravatar Titus Wormer2022-06-201-1/+1
|
* Add heading (setext)Libravatar Titus Wormer2022-06-161-0/+301