Open ioggstream opened 7 years ago
closed for recheck
hey @ioggstream, thanks for the PR! Could you modify the tests so that they fail before this change and pass after?
@aaren I submitted two patches in one. I will split this patch so that it does not modify the behavior of the code.
@aaren prerequisite patch https://github.com/aaren/notedown/pull/63
@aaren fixed this PR: now it has the same output testcase than before.
I mean can you add something to tests.py that causes it to fail before this PR and to pass afterwards? I don't fully understand what this PR is fixing, as I think subsequent code blocks are already supported.
What does this PR do?
Allows subsequent code and text blocks.
Reimplements text and code block merging tracking position.