mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-20 05:51:08 +02:00
Revert support for ~~gh strikeout~~
This commit is contained in:
parent
c1bceb81d2
commit
d4034105a4
@ -62,9 +62,6 @@ function is_multi_line(node) {
|
||||
*/
|
||||
export default class Markdown {
|
||||
constructor(input) {
|
||||
// Support GH-style strikeout
|
||||
input = input.replace(/~~(.*?)~~/g, '<del>$1</del>');
|
||||
|
||||
this.input = input;
|
||||
|
||||
const parser = new commonmark.Parser();
|
||||
|
Loading…
x
Reference in New Issue
Block a user