Closed JonFStr closed 4 years ago
Additionally, if you have some text in a line before that link and have a space after the link,
hello world
<lbry://@lbry#3f/googlebanslbry#7> a
it throws another error: URL can not include a space
Again, this works flawless with http links
Thanks for filing the issue!
@infinite-persistence I know you made a fix to this a while ago - is it supposed to show the content or just not fail to show the rest of the markdown?
Ah, I only handled the following format (which places a stub over it) ....
<iframe src="lbry://@lbry#3f/befreeonlbry#5"></iframe>
... since that is the format mentioned in https://lbry.com/faq/embed.
Is <lbry://xxx>
a supported format?
Ah, this one's not about embeds, but treating lbry://
as a direct link. I'll take a look.
It's not, so maybe that's the issue. We should handle the links - please confirm and then close.
@JonFStr
@tzarebczan I don't want to embed it but use it as a link and the angle brackets are a valid Markdown format for creating a link with the link text being the same as the URL
Don't think that's supported in markdown for non-http URLs unfortunately. Maybe something we can support in the future. For now, use without the angle brackets.
Bug The Markdown preview in the post editor fails to load, if you use a lbry://-link in angle brackets
To Reproduce
<lbry://@lbry#3f/googlebanslbry#7>
Expected behavior The preview renders correctly with the link, like it does with http urls
System Configuration