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

Markdown parsing of URI schemes #202

Closed
JKirchartz opened this issue May 14, 2013 · 2 comments
Closed

Markdown parsing of URI schemes #202

JKirchartz opened this issue May 14, 2013 · 2 comments

Comments

@JKirchartz
Copy link

I've been unable to create a link using the xmpp URI scheme.

I tried 3 different ways to encode this with different results:

<xmpp:[email protected]>
[xmpp](xmpp:[email protected])
# both render as <a>xmpp:[email protected]</a>

<a href="xmpp:[email protected]">xmpp:[email protected]</a>
# renders as <a>xmpp:</a><a href="mailto:[email protected]">[email protected]</a>
@bkeepers
Copy link
Contributor

Feel free to submit a pull request adding xmpp to jch/html-pipeline

@Neustradamus
Copy link

Neustradamus commented Feb 8, 2019

@bkeepers : Can you update HTML Pipeline to 2.10 which resolves this XMPP URI problem?

I have already contacted the support team page.

There is only: github/opensource.guide#807

Thanks in advance.

Regards.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants