[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/s9e/text-formatter/src/Plugins/Litedown/Parser/Passes/ -> InlineSpoiler.js (source)

   1  function parse()
   2  {
   3      parseInlineMarkup('>!', />![^\x17]+?!</g,     'ISPOILER');
   4      parseInlineMarkup('||', /\|\|[^\x17]+?\|\|/g, 'ISPOILER');
   5  }


Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1