mlange-42 / yarner

Literate Programming command line tool for Markdown
https://mlange-42.github.io/yarner
MIT License
32 stars 1 forks source link

User control over inclusion of linked files #36

Closed mlange-42 closed 3 years ago

mlange-42 commented 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.

Fixes #14.