-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
A-link-preprocessorArea: Link preprocessor, #{{include}}, etc.Area: Link preprocessor, #{{include}}, etc.C-bugCategory: A bug, incorrect or unintended behaviorCategory: A bug, incorrect or unintended behavior
Description
Problem
When using {{#include file}}, if the file name has a space if fails to find the file and include it
Confirmed that path was correct with multiple files.
Tried
{{#include ../source/fila a.md}}
{{#include ../source/fila%20a.md}}
{{#include <../source/fila a.md>}}
Steps
- add include for file with space
- get error: Error Updating ... Could not read file for link
- [WARN] No such file or directory
Possible Solution(s)
No response
Notes
using macOS 15.2
Version
mdbook v0.4.52
Metadata
Metadata
Assignees
Labels
A-link-preprocessorArea: Link preprocessor, #{{include}}, etc.Area: Link preprocessor, #{{include}}, etc.C-bugCategory: A bug, incorrect or unintended behaviorCategory: A bug, incorrect or unintended behavior