We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rather than remap /_includes/assets to /assets, we can override the includes directory in the config.
/_includes/assets
/assets
The goal is that processed and unprocessed markdown files can both access images at the same path
So ![img](/assets/images/thumbnail.png) will work while editing and also resolve correctly for exported asset passthrough copies
![img](/assets/images/thumbnail.png)
This is a follow up to a6e19e9
The text was updated successfully, but these errors were encountered:
#57 refactor files to root
2554c22
Sorry, something went wrong.
No branches or pull requests
Rather than remap
/_includes/assets
to/assets
, we can override the includes directory in the config.The goal is that processed and unprocessed markdown files can both access images at the same path
So
![img](/assets/images/thumbnail.png)
will work while editing and also resolve correctly for exported asset passthrough copiesThis is a follow up to a6e19e9
The text was updated successfully, but these errors were encountered: