fix(destination): Allow the destination to reside in an arbitrary directory
That is to say, the destination will now be interpreted as an entire path relative to the source, not simply a filename in the same directory as the source. Resolves #20.
This commit is contained in:
parent
04a410a85b
commit
f85c5fc6eb
25 changed files with 3724 additions and 5 deletions
7
tests/fixtures/sibling-destination/unfinished/raw.txt
vendored
Normal file
7
tests/fixtures/sibling-destination/unfinished/raw.txt
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
This is a free-form file, used as an example
|
||||
---
|
||||
# Internals
|
||||
|
||||
But this is __markdown__ hidden within.
|
||||
---
|
||||
There can of course be stuff after it.
|
Loading…
Add table
Add a link
Reference in a new issue