notedown icon indicating copy to clipboard operation
notedown copied to clipboard

Fixes: #61. Allows subsequent text blocks.

Open ioggstream opened this issue 8 years ago • 6 comments

What does this PR do?

Allows subsequent code and text blocks.

Reimplements text and code block merging tracking position.

ioggstream avatar Nov 13 '17 16:11 ioggstream

closed for recheck

ioggstream avatar Nov 13 '17 17:11 ioggstream

hey @ioggstream, thanks for the PR! Could you modify the tests so that they fail before this change and pass after?

aaren avatar Nov 16 '17 17:11 aaren

@aaren I submitted two patches in one. I will split this patch so that it does not modify the behavior of the code.

ioggstream avatar Nov 16 '17 17:11 ioggstream

@aaren prerequisite patch https://github.com/aaren/notedown/pull/63

ioggstream avatar Nov 16 '17 18:11 ioggstream

@aaren fixed this PR: now it has the same output testcase than before.

ioggstream avatar Nov 16 '17 18:11 ioggstream

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.

aaren avatar Nov 16 '17 18:11 aaren