===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
php-markdown-1.8.0/Michelf/Markdown.php-1803-				// Search for end marker in remaining text.
php-markdown-1.8.0/Michelf/Markdown.php:1804:				if (preg_match('/^(.*?[^`])'.preg_quote($token).'(?!`)(.*)$/sm',
php-markdown-1.8.0/Michelf/Markdown.php-1805-					$str, $matches))
##############################################
php-markdown-1.8.0/Michelf/MarkdownExtra.php-520-				$tag_re = preg_quote($tag);
php-markdown-1.8.0/Michelf/MarkdownExtra.php:521:				if (preg_match('{^(?>.+?|\n(?!\n))*?(?<!`)' . $tag_re . '(?!`)}',
php-markdown-1.8.0/Michelf/MarkdownExtra.php-522-					$text, $matches))