Seditio Source
Root |
./othercms/phpBB3/vendor/s9e/text-formatter/src/Plugins/Litedown/Parser/Passes/Strikethrough.js
function parse()
{
parseInlineMarkup('~~', /~~[^\x17]+?~~(?!~)/g, 'DEL');
}