=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== markdown-1.0.2~b8/Markdown.pl-906- markdown-1.0.2~b8/Markdown.pl:907: # Trim any trailing whitespace, to put the closing `</$list_type>` markdown-1.0.2~b8/Markdown.pl-908- # up on the preceding line, to get it past the current stupid ############################################## markdown-1.0.2~b8/Markdown.pl-1068- (?<!\\) # Character before opening ` can't be a backslash markdown-1.0.2~b8/Markdown.pl:1069: (`+) # $1 = Opening run of ` markdown-1.0.2~b8/Markdown.pl-1070- (.+?) # $2 = The code block ############################################## markdown-1.0.2~b8/Markdown.pl-1279- s! \\\\ !$g_escape_table{'\\'}!gx; # Must process escaped backslashes first. markdown-1.0.2~b8/Markdown.pl:1280: s! \\` !$g_escape_table{'`'}!gx; markdown-1.0.2~b8/Markdown.pl-1281- s! \\\* !$g_escape_table{'*'}!gx; ############################################## markdown-mode-2.4/README.md-945-Syntax highlighting for mathematical expressions written markdown-mode-2.4/README.md:946:in LaTeX (only expressions denoted by `$..$`, `$$..$$`, or `\[..\]`) markdown-mode-2.4/README.md-947-can be enabled by setting `markdown-enable-math` to a non-nil value, ############################################## markdown-mode-2.4/tests/syntax.text-289- > markdown-mode-2.4/tests/syntax.text:290: > return shell_exec("echo $input | $markdown_script"); markdown-mode-2.4/tests/syntax.text-291-