mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
Possible to handle protocol-less media? #132
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sethreidnz on GitHub (Aug 15, 2017).
For example when using Contentful the media is returned as such:
Would you accept a PR to handle this case if I can get it together? Or any thoughts on why this would be a bad idea?
@xoofx commented on GitHub (Aug 15, 2017):
Not sure what do you mean by handle? Typically if you use this with a image url, it works correctly as seen on babelmark
@sethreidnz commented on GitHub (Aug 15, 2017):
Sorry I wasn't clear enough. When i use that example there it gets
processed as an image tag. Not handled as a video tag as it does if I
simply add http: to the begining. Does that make sense?
On 15/08/2017 5:55 PM, "Alexandre Mutel" notifications@github.com wrote:
@xoofx commented on GitHub (Aug 15, 2017):
Yep, sounds reasonable, PR welcome.
@sethreidnz commented on GitHub (Aug 15, 2017):
I'll try my best this weekend when I have time 👍