mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Linting
This commit is contained in:
parent
9ed99afc85
commit
fcbf122f3c
@ -114,8 +114,8 @@ define([
|
||||
var separator = '|-';
|
||||
newRow += `${separator.repeat(rowLength)}\n`;
|
||||
}
|
||||
var parser = new DOMParser()
|
||||
newRow = parser.parseFromString(newRow, 'text/html').children[0].innerText
|
||||
var parser = new DOMParser();
|
||||
newRow = parser.parseFromString(newRow, 'text/html').children[0].innerText;
|
||||
return newRow;
|
||||
}}).addRule('strikethrough', {
|
||||
filter: ['s', 'del', 'strike'],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user