-
-
Notifications
You must be signed in to change notification settings - Fork 214
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
add support for xmpp: uri in markdown syntax #500
Comments
Okay, so here's the Markdown situation: We're currently using Misaka 1.0.2, an obsolete version based on the abandoned Sundown lib. We have two possibilities: According to this benchmark Mistune is around 20 times slower than Misaka, but it's pure python so there are no dependency issues, and it allows customizing the lexer in addition to the renderer (we don't need that feature right now though). In both cases we need a Renderer subclass to sanitize links. We've been using the |
I tried upgrading Misaka first and it worked so I went with that. See #502. |
That was quick, thanks :) |
When adding and XMPP uri in the following form:
[[email protected]](xmpp:[email protected]?join)
the uri syntax is shown raw instead of linking to the room as expected.
The text was updated successfully, but these errors were encountered: