mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-23 07:21:22 +02:00
Merge pull request #499 from matrix-org/dbkr/fix_markdown_links
Fix markdown link syntax
This commit is contained in:
commit
ea25e48ccb
@ -102,7 +102,7 @@ export default class Markdown {
|
|||||||
if (text == href) {
|
if (text == href) {
|
||||||
return href;
|
return href;
|
||||||
}
|
}
|
||||||
return marked.Renderer.prototype.apply(this, arguments);
|
return marked.Renderer.prototype.link.apply(this, arguments);
|
||||||
}
|
}
|
||||||
|
|
||||||
real_renderer.paragraph = (text) => {
|
real_renderer.paragraph = (text) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user