feat: Implement double-quoted filename features. #13
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: glen/mkdocs-semiliterate#13
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "quoted_filename"
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?
Adds interpretation of ordinary Python character escapes (like "\t") and
a special escape to fetch a particular Git version of a file, in double-quoted
strings used as the FILENAME argument of a
{! ... !}
inclusion directive.Resolves #11.
Resolves #12.