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
Just tried to embed a webp image, but the parser was not taking it because it is not in the matching expression: https://github.com/novoid/lazyblorg/blob/master/lib/orgparser.py#L131
CUST_LINK_IMAGE_REGEX = re.compile(r'^\[\[tsfile:([^\]]+\.(png|jpg|jpeg|svg|gif))+(\]\[(.+))?\]\]$')
Simply forgotten or intentional?
The text was updated successfully, but these errors were encountered:
I had no idea what webp is and I still don't know how its support by imagemagick is.
When you find out that this ought not to be an issue, I can extend the regex.
Sorry, something went wrong.
novoid
No branches or pull requests
Just tried to embed a webp image, but the parser was not taking it because it is not in the matching expression:
https://github.com/novoid/lazyblorg/blob/master/lib/orgparser.py#L131
Simply forgotten or intentional?
The text was updated successfully, but these errors were encountered: