Vitaly Puzrin
10 years ago
2 changed files with 3 additions and 3 deletions
@ -1,8 +1,8 @@ |
|||||
// Process ~~strikeout~~
|
// Process ~~strike through~~
|
||||
|
|
||||
'use strict'; |
'use strict'; |
||||
|
|
||||
module.exports = function del(state) { |
module.exports = function strikethrough(state) { |
||||
var oldLength, |
var oldLength, |
||||
oldPending, |
oldPending, |
||||
oldFlag, |
oldFlag, |
Loading…
Reference in new issue