mkdocs-semiliterate is _too_ eager to extract #17
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: glen/mkdocs-semiliterate#17
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?
The simple/semiliterate option
include_extensions
specifies files that should be copied into the documentation site unchanged. And by default, mkdocs-semiliterate scans all files for/** md ... */
markdown. But the effect of the latter is to first try to scan the files that will be copied, typically failing or warning, before going ahead and copying them unchanged. The precedence should be changed so that files to be copied are handled first and exclusively by copying, only giving semiliterate markdown extraction a crack if they are not to be copied unchanged.