-
Notifications
You must be signed in to change notification settings - Fork 2
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
Missing output after link #7
Comments
Same problem here with Twitter... |
I was unable to track down the exact bug, but I noticed these things: I have tracked it down to the fact that using
Observations:
=== WorkaroundIn $embed = '<div style="display: contents;">' . $response['html'] . '</div>'; === EDIT: Seems like some bug in the Markdown library. If there is more than one HTML tag in the same line and it starts with a non-inline tag like Probably this: erusev/parsedown-extra#130 |
Consider this document:
This leads to all content after the youtube div to be missing:
I am using Grav v1.0.5, Embed v1.0.0. Did I do something wrong, or is this a possible bug?
The text was updated successfully, but these errors were encountered: