Revert support for ~~gh strikeout~~
This commit is contained in:
parent
c1bceb81d2
commit
d4034105a4
1 changed files with 0 additions and 3 deletions
|
@ -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…
Reference in a new issue