1
Fork 0
Commit graph

5 commits

Author SHA1 Message Date
Jan-Erik Rediger adde0c8cfb Avoid roundtripping through pulldown-cmark
Roundtripping markdown is actually quite hard.
We don't actually require that.
All we need is once parsing the markdown to find the right marker and
the headings.
We then manually generate markdown and all other content can be copied
unparsed again.
2022-01-25 21:04:50 +01:00
Jan-Erik Rediger e759070dc8 Add test case for backslash escapes 2021-08-02 18:18:49 +02:00
Smitty 980047b0cf Bump dependencies to fix HTML in tables
This updates dependencies, causing #19 to be fixed. This also adds a
regression test for #19.
2021-06-23 10:01:39 -04:00
Jan-Erik Rediger 1b3dceae42 Convert all tests into input/output files 2021-06-23 12:30:55 +02:00
Jan-Erik Rediger a8a2e649df Move all tests to be integration tests only 2021-06-23 12:05:39 +02:00