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'; |
|||
|
|||
module.exports = function del(state) { |
|||
module.exports = function strikethrough(state) { |
|||
var oldLength, |
|||
oldPending, |
|||
oldFlag, |
Loading…
Reference in new issue