Closed mlange-42 closed 3 years ago
Follow only links a with a certain prefix (@ by default) to include them in the compilation process.
@
Example: @[file.md](file.md) would be included, while [file.md](file.md) would not.
@[file.md](file.md)
[file.md](file.md)
Fixes #14.
Follow only links a with a certain prefix (
@
by default) to include them in the compilation process.Example:
@[file.md](file.md)
would be included, while[file.md](file.md)
would not.Fixes #14.