|
481fbfbd
|
2024-02-25T20:51:06
|
|
Check for hard breaks more carefully to avoid false positives...
... caused by trailing tab characters.
Fixes #250.
|
|
64f36805
|
2024-02-25T16:24:50
|
|
Fix handling tab when removing trailing whitespace.
Espacially in connection with ATX headers.
|
|
3848bfb6
|
2024-02-21T08:51:05
|
|
Make striketrough spans follow same flanking rules...
... as other emphasis spans.
Fixes #242.
|
|
d082cdd8
|
2024-01-25T21:25:26
|
|
test/run-testsuite.py: Allow disabling normalisation on per-unittest basis.
And use it for few tests in regressions.txt where the whitespace
matters.
|
|
70b247cf
|
2024-01-19T13:59:45
|
|
md_analyze_permissive_autolink: Accept path ending with '/'.
Fixes #226.
|
|
601ff053
|
2024-01-18T16:28:16
|
|
Fix handling new line at beginning/end of a code span.
Fixes #223.
|
|
4728cd98
|
2024-01-17T16:04:14
|
|
md_analyze_tilde: Pop from chain tail like other emphasis.
The function incorrectly used header from the head, leading to wrong
result (incompatible with e.. GFM) but even worse to bad internal state
md_rollback() is then potentially unable to solve.
Fixes #222.
|
|
f45dd442
|
2024-01-17T02:58:12
|
|
Add regression test for #213.
As it's now possible to add tests with multiple cmdline options easily.
|
|
4b9e4d7c
|
2024-01-16T15:32:21
|
|
Move one more forgotten regression test to regressions.txt.
|
|
6685df9c
|
2024-01-16T15:09:33
|
|
Move all regression tests into new tests/regressions.txt.
(And update scripts/run-tests.sh accordingly.)
|