Skip to content
New issue

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

Having two consecutive image inclusion lines causes NotImplementedError #83

Closed
TymekDev opened this issue Sep 5, 2020 · 1 comment · Fixed by #85
Closed

Having two consecutive image inclusion lines causes NotImplementedError #83

TymekDev opened this issue Sep 5, 2020 · 1 comment · Fixed by #85
Labels
bug Something isn't working

Comments

@TymekDev
Copy link
Contributor

TymekDev commented Sep 5, 2020

Describe the bug
Having two consecutive image inclusion lines (without a blank line in between) causes NotImplementedError to be raised.

To Reproduce
Add two image source lines. Example of slides below.

Expected behavior
An error informing that the image source lines should be separated by a blank line.

Slides

# Good

![img](image.png)

![codio](codio.yaml)

---

# Bad

![img](image.png)
![codio](codio.yaml)

Environment

  • OS: Ubuntu 20.04.1 LTS
  • Terminal emulator: kitty
  • Python version: 3.8.2
  • present version: 0.5.1

Additional context
This is similar to #82 but I filed this separately because I would expect different errors from both. I also suspect that the root cause is different for both of these.

@vinayak-mehta vinayak-mehta added the bug Something isn't working label Sep 5, 2020
@vinayak-mehta
Copy link
Owner

Thanks for reporting this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants