Allow destination of a pattern to be in a sibling directory #20
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: glen/mkdocs-semiliterate#20
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently, if a pattern matches, and has a destination parameter, it is assumed that the resulting file will be in the same directory (or an ancestor, with ../ notation). But a sibling like '../extra/destination' yields a "No such file or directory" error.