You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Markdown: Add comment about out function override
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
This commit is contained in:
@@ -78,6 +78,9 @@ export default class Markdown {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
// The default `out` function only sends the input through an XML
|
||||||
|
// escaping function, which causes messages to be entity encoded,
|
||||||
|
// which we don't want in this case.
|
||||||
renderer.out = function(s) {
|
renderer.out = function(s) {
|
||||||
this.lit(s);
|
this.lit(s);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user