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
Describe the bug
The paths provided in the images (and codio) inclusion statements ![](path/to/image) are treated as relative to current working directory and not to the markdown file location.
To Reproduce
This won't work (see the screenshot below):
pip install present
git clone https://github.com/vinayak-mehta/present
cd present
present examples/sample.md
This will work just fine:
cd examples
present sample.md
Expected behavior
I would expect present to work without having to change directory first.
Describe the bug
The paths provided in the images (and codio) inclusion statements
![](path/to/image)
are treated as relative to current working directory and not to the markdown file location.To Reproduce
This won't work (see the screenshot below):
pip install present git clone https://github.com/vinayak-mehta/present cd present present examples/sample.md
This will work just fine:
cd examples present sample.md
Expected behavior
I would expect
present
to work without having to change directory first.Screenshots
Environment
present
version: 0.5.1The text was updated successfully, but these errors were encountered: