You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
Can the include directive search set of paths provided via an environment variable. This will make things lot easier. Current design constrains the location of the include files.
I suggest :
export MARKDOWN_INCLUDE_PATH =x/y/z
markdown-pp <input.mdpp> -o <output.md>
I am not familiar with python, I don't know where to modify the code. I find the markdown-pp very handy. However it is limiting me in the auto generation of master markdown file from multiple small files due to the need for relative directory location.
The text was updated successfully, but these errors were encountered:
Can the include directive search set of paths provided via an environment variable. This will make things lot easier. Current design constrains the location of the include files.
I suggest :
export MARKDOWN_INCLUDE_PATH =x/y/z
markdown-pp <input.mdpp> -o <output.md>
I am not familiar with python, I don't know where to modify the code. I find the markdown-pp very handy. However it is limiting me in the auto generation of master markdown file from multiple small files due to the need for relative directory location.
The text was updated successfully, but these errors were encountered: