===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ruby-maruku-0.7.3/docs/markdown_syntax.md-280-	>
ruby-maruku-0.7.3/docs/markdown_syntax.md:281:	>     return shell_exec("echo $input | $markdown_script");
ruby-maruku-0.7.3/docs/markdown_syntax.md-282-
##############################################
ruby-maruku-0.7.3/docs/math.md-35-
ruby-maruku-0.7.3/docs/math.md:36:Equations are specified using either the `$$ ... $$` or `\[ ... \]`
ruby-maruku-0.7.3/docs/math.md-37-LaTeX notation. Equations can span multiple lines.
##############################################
ruby-maruku-0.7.3/lib/maruku/ext/math.rb-30-#
ruby-maruku-0.7.3/lib/maruku/ext/math.rb:31:# Array containing any of `'\\['`, `'\\begin{equation}'`, `'$$'`.
ruby-maruku-0.7.3/lib/maruku/ext/math.rb-32-#