===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
pandoc-2.9.2.1/INSTALL.md-99-
pandoc-2.9.2.1/INSTALL.md:100:where `$DEB` is the path to the downloaded deb.  This will
pandoc-2.9.2.1/INSTALL.md-101-install the `pandoc` and `pandoc-citeproc` executables and
##############################################
pandoc-2.9.2.1/INSTALL.md-106-
pandoc-2.9.2.1/INSTALL.md:107:On any distro, you may install from the tarball into `$DEST`
pandoc-2.9.2.1/INSTALL.md:108:(say, `/usr/local/` or `$HOME/.local`) by doing
pandoc-2.9.2.1/INSTALL.md-109-
##############################################
pandoc-2.9.2.1/INSTALL.md-111-
pandoc-2.9.2.1/INSTALL.md:112:where `$TGZ` is the path to the downloaded zipped tarball.
pandoc-2.9.2.1/INSTALL.md-113-For Pandoc versions before 2.0, which don't provide
##############################################
pandoc-2.9.2.1/INSTALL.md-241-
pandoc-2.9.2.1/INSTALL.md:242:5.  Make sure the `$CABALDIR/bin` directory is in your path.  You should
pandoc-2.9.2.1/INSTALL.md-243-    now be able to run `pandoc`:
##############################################
pandoc-2.9.2.1/INSTALL.md-246-
pandoc-2.9.2.1/INSTALL.md:247:    [Not sure where `$CABALDIR` is?](http://www.haskell.org/haskellwiki/Cabal-Install#The_cabal-install_configuration_file)
pandoc-2.9.2.1/INSTALL.md-248-
##############################################
pandoc-2.9.2.1/MANUAL.txt-354-    subdirectory of the XDG data directory (by default,
pandoc-2.9.2.1/MANUAL.txt:355:    `$HOME/.local/share`, overridable by setting the `XDG_DATA_HOME`
pandoc-2.9.2.1/MANUAL.txt-356-    environment variable).  If that directory does not exist,
pandoc-2.9.2.1/MANUAL.txt:357:    `$HOME/.pandoc` will be used (for backwards compatibility).
pandoc-2.9.2.1/MANUAL.txt-358-    In Windows the default user data directory is
##############################################
pandoc-2.9.2.1/MANUAL.txt-575-
pandoc-2.9.2.1/MANUAL.txt:576:     2. `$DATADIR/filters` (executable or non-executable)
pandoc-2.9.2.1/MANUAL.txt:577:     where `$DATADIR` is the user data directory (see
pandoc-2.9.2.1/MANUAL.txt-578-     `--data-dir`, above).
pandoc-2.9.2.1/MANUAL.txt-579-
pandoc-2.9.2.1/MANUAL.txt:580:     3. `$PATH` (executable only)
pandoc-2.9.2.1/MANUAL.txt-581-
##############################################
pandoc-2.9.2.1/MANUAL.txt-613-
pandoc-2.9.2.1/MANUAL.txt:614:     2. `$DATADIR/filters` (executable or non-executable)
pandoc-2.9.2.1/MANUAL.txt:615:     where `$DATADIR` is the user data directory (see
pandoc-2.9.2.1/MANUAL.txt-616-     `--data-dir`, above).
##############################################
pandoc-2.9.2.1/MANUAL.txt-1662-
pandoc-2.9.2.1/MANUAL.txt:1663:Anything between the sequence `$--` and the end of the
pandoc-2.9.2.1/MANUAL.txt-1664-line will be treated as a comment and omitted from the output.
##############################################
pandoc-2.9.2.1/MANUAL.txt-1668-To mark variables and control structures in the template,
pandoc-2.9.2.1/MANUAL.txt:1669:either `$`...`$` or `${`...`}` may be used as delimiters.
pandoc-2.9.2.1/MANUAL.txt-1670-The styles may also be mixed in the same template, but the
##############################################
pandoc-2.9.2.1/MANUAL.txt-1676-
pandoc-2.9.2.1/MANUAL.txt:1677:To include a literal `$` in the document, use `$$`.
pandoc-2.9.2.1/MANUAL.txt-1678-
##############################################
pandoc-2.9.2.1/MANUAL.txt-2575-
pandoc-2.9.2.1/MANUAL.txt:2576:    If you need absolute paths, use e.g. `$curdir$/$sourcefile$`.
pandoc-2.9.2.1/MANUAL.txt-2577-
##############################################
pandoc-2.9.2.1/MANUAL.txt-4120-
pandoc-2.9.2.1/MANUAL.txt:4121:    `<$>`{.haskell}
pandoc-2.9.2.1/MANUAL.txt-4122-
##############################################
pandoc-2.9.2.1/MANUAL.txt-4147-left, and must not be followed immediately by a digit.  Thus,
pandoc-2.9.2.1/MANUAL.txt:4148:`$20,000 and $30,000` won't parse as math.  If for some reason
pandoc-2.9.2.1/MANUAL.txt-4149-you need to enclose text in literal `$` characters, backslash-escape
##############################################
pandoc-2.9.2.1/MANUAL.txt-4151-
pandoc-2.9.2.1/MANUAL.txt:4152:For display math, use `$$` delimiters.  (In this case, the delimiters
pandoc-2.9.2.1/MANUAL.txt-4153-may be separated from the formula by whitespace.)
##############################################
pandoc-2.9.2.1/MANUAL.txt-4162-Markdown, Emacs Org mode, ConTeXt, ZimWiki
pandoc-2.9.2.1/MANUAL.txt:4163:  ~ It will appear verbatim surrounded by `$...$` (for inline
pandoc-2.9.2.1/MANUAL.txt:4164:    math) or `$$...$$` (for display math).
pandoc-2.9.2.1/MANUAL.txt-4165-
##############################################
pandoc-2.9.2.1/MANUAL.txt-4173-  ~ For AsciiDoc output format (`-t asciidoc`) it will appear verbatim
pandoc-2.9.2.1/MANUAL.txt:4174:    surrounded by `latexmath:[$...$]` (for inline math) or
pandoc-2.9.2.1/MANUAL.txt-4175-    `[latexmath]++++\[...\]+++` (for display math).
pandoc-2.9.2.1/MANUAL.txt-4176-    For AsciiDoctor output format (`-t asciidoctor`) the LaTex delimiters
pandoc-2.9.2.1/MANUAL.txt:4177:    (`$..$` and `\[..\]`) are omitted.
pandoc-2.9.2.1/MANUAL.txt-4178-
##############################################
pandoc-2.9.2.1/MANUAL.txt-4791-or `_`, and may contain alphanumerics, `_`, and internal punctuation
pandoc-2.9.2.1/MANUAL.txt:4792:characters (`:.#$%&-+?<>~/`).  Here are some examples:
pandoc-2.9.2.1/MANUAL.txt-4793-
##############################################
pandoc-2.9.2.1/MANUAL.txt-5277-You can change the style of HTML slides by putting customized CSS files
pandoc-2.9.2.1/MANUAL.txt:5278:in `$DATADIR/s5/default` (for S5), `$DATADIR/slidy` (for Slidy),
pandoc-2.9.2.1/MANUAL.txt:5279:or `$DATADIR/slideous` (for Slideous),
pandoc-2.9.2.1/MANUAL.txt:5280:where `$DATADIR` is the user data directory (see `--data-dir`, above).
pandoc-2.9.2.1/MANUAL.txt-5281-The originals may be found in pandoc's system data directory (generally
pandoc-2.9.2.1/MANUAL.txt:5282:`$CABALDIR/pandoc-VERSION/s5/default`). Pandoc will look there for any
pandoc-2.9.2.1/MANUAL.txt-5283-files it does not find in the user data directory.
##############################################
pandoc-2.9.2.1/Makefile-54-	# Fix trailing newlines and spaces at ends of lines
pandoc-2.9.2.1/Makefile:55:	for f in $(SOURCEFILES); do printf '%s\n' "`cat $$f`" | sed -e 's/  *$$//' > $$f.tmp; mv $$f.tmp $$f; done
pandoc-2.9.2.1/Makefile-56-
##############################################
pandoc-2.9.2.1/changelog.md-1934-    of the engines.  Allows overriding the output directory
pandoc-2.9.2.1/changelog.md:1935:    args with `--pdf-engine-opt=--outdir --pdf-engine-opt="$DIR"`.
pandoc-2.9.2.1/changelog.md-1936-
##############################################
pandoc-2.9.2.1/changelog.md-2007-  * Use XDG data directory for user data directory (#3582). Instead of
pandoc-2.9.2.1/changelog.md:2008:    `$HOME/.pandoc`, the default user data directory is now
pandoc-2.9.2.1/changelog.md:2009:    `$XDG_DATA_HOME/pandoc`, where `XDG_DATA_HOME` defaults to
pandoc-2.9.2.1/changelog.md:2010:    `$HOME/.local/share` but can be overridden by setting the
pandoc-2.9.2.1/changelog.md-2011-    environment variable. If this directory is missing, then
pandoc-2.9.2.1/changelog.md:2012:    `$HOME/.pandoc` is searched instead, for backwards compatibility.
pandoc-2.9.2.1/changelog.md-2013-    However, we recommend moving local pandoc data files from
pandoc-2.9.2.1/changelog.md:2014:    `$HOME/.pandoc` to `$HOME/.local/share/pandoc`. On Windows the
pandoc-2.9.2.1/changelog.md-2015-    default user data directory remains the same.
##############################################
pandoc-2.9.2.1/changelog.md-2496-      with lua or assembler code.  To change the default dialect
pandoc-2.9.2.1/changelog.md:2497:      (currenty 5.3 for lua and x86masm for assembler), you can use
pandoc-2.9.2.1/changelog.md-2498-      `--include-in-header` to inject something like
##############################################
pandoc-2.9.2.1/changelog.md-2590-      `raw_tex` (#5240, thanks to @eiro).
pandoc-2.9.2.1/changelog.md:2591:    + Clarify that `$sep$` must come right before `$endfor$` in templates
pandoc-2.9.2.1/changelog.md-2592-      (#5243, Lev Givon).
##############################################
pandoc-2.9.2.1/changelog.md-3981-  * Make HTML template polyglot (#4606, OvidiusCicero), by making
pandoc-2.9.2.1/changelog.md:3982:    `<link rel="stylesheet" href="$css$">` self-closing.
pandoc-2.9.2.1/changelog.md-3983-
##############################################
pandoc-2.9.2.1/changelog.md-5925-
pandoc-2.9.2.1/changelog.md:5926:  * Allows line comments in templates, beginning with `$--` (#3806).
pandoc-2.9.2.1/changelog.md-5927-    (Requires doctemplates 0.2.1.)
##############################################
pandoc-2.9.2.1/changelog.md-6392-    + Properly handle column prefixes/suffixes.  For example, in
pandoc-2.9.2.1/changelog.md:6393:      `\begin{tabular}{>{$}l<{$}>{$}l<{$} >{$}l<{$}}`
pandoc-2.9.2.1/changelog.md-6394-      each cell will be interpreted as if it has a `$`
##############################################
pandoc-2.9.2.1/changelog.md-6527-      would use
pandoc-2.9.2.1/changelog.md:6528:      `runPure $ readMarkdown def (pack "[foo](url)") >>= writeRST def`.
pandoc-2.9.2.1/changelog.md-6529-
##############################################
pandoc-2.9.2.1/changelog.md-7882-    + If not, and if it is a simple program name or a relative path, we
pandoc-2.9.2.1/changelog.md:7883:      try resolving it relative to `$DATADIR/filters`.
pandoc-2.9.2.1/changelog.md-7884-    + If this fails, then we treat it as a program name and look in the
##############################################
pandoc-2.9.2.1/changelog.md-7893-    In addition, when you do `--filter foo/bar.hs`, pandoc will now find a
pandoc-2.9.2.1/changelog.md:7894:    filter `$DATADIR/filters/foo/bar.hs` -- assuming there isn't a
pandoc-2.9.2.1/changelog.md-7895-    `foo/bar.hs` relative to the working directory.
##############################################
pandoc-2.9.2.1/changelog.md-8123-      caused spurious blank lines in grid tables when we had things like
pandoc-2.9.2.1/changelog.md:8124:      `blankline $$ blankline`.
pandoc-2.9.2.1/changelog.md-8125-    + Add exported function `minOffet` \[API change\] (Björn Peemöller).
##############################################
pandoc-2.9.2.1/changelog.md-8232-
pandoc-2.9.2.1/changelog.md:8233:  * `--filter`:  we now check `$DATADIR/filters` for filters before
pandoc-2.9.2.1/changelog.md-8234-    looking in the path (#3127, Jesse Rosenthal, thanks to Jakob
##############################################
pandoc-2.9.2.1/changelog.md-9174-    + Handle interior `$` characters in math (#2743).  For example,
pandoc-2.9.2.1/changelog.md:9175:      `$$\hbox{$i$}$$`.
pandoc-2.9.2.1/changelog.md-9176-    + `inlineCommand` now gobbles an empty `{}` after any command (#2687).
##############################################
pandoc-2.9.2.1/changelog.md-9220-
pandoc-2.9.2.1/changelog.md:9221:  * DokuWiki writer: use `$$` for display math.
pandoc-2.9.2.1/changelog.md-9222-
##############################################
pandoc-2.9.2.1/changelog.md-9510-
pandoc-2.9.2.1/changelog.md:9511:    + Added `paper` after `$papersize$` variable in latex template.
pandoc-2.9.2.1/changelog.md-9512-      Thus you can say `papersize: a4` and the latex will contain
##############################################
pandoc-2.9.2.1/changelog.md-9570-    writer.  So, for example, to get just the YAML metadata, you can run
pandoc-2.9.2.1/changelog.md:9571:    pandoc with the following custom template: `$meta-json$`.  The intent
pandoc-2.9.2.1/changelog.md-9572-    is to make it easier for static site generators and other tools to get
##############################################
pandoc-2.9.2.1/changelog.md-9758-      language directives (mb21, #137).
pandoc-2.9.2.1/changelog.md:9759:    + Improved formatting of conditionals; `$for$` is always provided to allow
pandoc-2.9.2.1/changelog.md-9760-      multiple options (Andrew Dunning, #141).
##############################################
pandoc-2.9.2.1/changelog.md-10039-  * Added `--bash-completion` option.  This generates a bash completion
pandoc-2.9.2.1/changelog.md:10040:    script.  To use: `eval "$(pandoc --bash-completion)"`.
pandoc-2.9.2.1/changelog.md-10041-
##############################################
pandoc-2.9.2.1/changelog.md-10144-
pandoc-2.9.2.1/changelog.md:10145:  * DokuWiki writer: use `$..$` for Math instead of `<math>..</math>`
pandoc-2.9.2.1/changelog.md-10146-    (Tiziano Müller).  MathJax seems currently to be the only maintained
##############################################
pandoc-2.9.2.1/changelog.md-11225-    + Fixed `inlineMath` so it handles `\text{..}` containing `$`.
pandoc-2.9.2.1/changelog.md:11226:      For example: `$x = \text{the $n$th root of $y$}` (#1677).
pandoc-2.9.2.1/changelog.md-11227-    + Change `parseFromString` to fail if not all input is consumed.
##############################################
pandoc-2.9.2.1/changelog.md-11543-      standard.  (Previously they appeared below tables.)
pandoc-2.9.2.1/changelog.md:11544:    + Use `\(..\)` instead of `$..$` for inline math (#1464).
pandoc-2.9.2.1/changelog.md-11545-    + Use `\nolinkurl` in email autolinks.  This allows them to be styled
##############################################
pandoc-2.9.2.1/changelog.md-12040-      field.  Citations there will appear in the bibliography but not
pandoc-2.9.2.1/changelog.md:12041:      in the text (unless you explicitly put a `$nocite$` variable
pandoc-2.9.2.1/changelog.md-12042-      in your template).
##############################################
pandoc-2.9.2.1/changelog.md-12214-    + YAML objects resolve to "true" in conditionals (#1133).
pandoc-2.9.2.1/changelog.md:12215:      Note:  If `address` is a YAML object and you just have `$address$`
pandoc-2.9.2.1/changelog.md-12216-      in your template, the word `true` will appear, which may be
##############################################
pandoc-2.9.2.1/changelog.md-12318-
pandoc-2.9.2.1/changelog.md:12319:  * HTML reader:  Fixed bug reading inline math with `$$` (#225).
pandoc-2.9.2.1/changelog.md-12320-
##############################################
pandoc-2.9.2.1/changelog.md-12606-    `foo` is an array (which might be because multiple values were set on
pandoc-2.9.2.1/changelog.md:12607:    the command line), `$foo$` would resolve to the concatenation of the
pandoc-2.9.2.1/changelog.md-12608-    elements of foo.  This is rarely useful behavior.  It has been changed
pandoc-2.9.2.1/changelog.md-12609-    so that the first value is rendered.  Of course, you can still iterate
pandoc-2.9.2.1/changelog.md:12610:    over the values using `$for(foo)$`.  This has the result that you can
pandoc-2.9.2.1/changelog.md-12611-    override earlier settings using `-V` by putting new values later on the
##############################################
pandoc-2.9.2.1/changelog.md-13198-      field of the `author` variable.
pandoc-2.9.2.1/changelog.md:13199:    + More consistent behavior of `$for$`.  When `foo` is not a list,
pandoc-2.9.2.1/changelog.md:13200:      `$for(foo)$...$endfor$` should behave like $if(foo)$...$endif$.
pandoc-2.9.2.1/changelog.md-13201-      So if `foo` resolves to "", no output should be produced.
##############################################
pandoc-2.9.2.1/changelog.md-14129-      addresses.  This has been fixed.  Now an autolink is done this way:
pandoc-2.9.2.1/changelog.md:14130:      `"$":http://myurl.com`.
pandoc-2.9.2.1/changelog.md-14131-    + Fixed footnotes bug in textile.  This affected notes occurring
##############################################
pandoc-2.9.2.1/doc/customizing-pandoc.md-22-that are replaced by text generated by pandoc.  For example,
pandoc-2.9.2.1/doc/customizing-pandoc.md:23:the variable `$body$` will be replaced by the document body,
pandoc-2.9.2.1/doc/customizing-pandoc.md:24:and `$title$` by the title from metadata.
pandoc-2.9.2.1/doc/customizing-pandoc.md-25-
##############################################
pandoc-2.9.2.1/doc/filters.md-190-Another easy example. WordPress blogs require a special format for
pandoc-2.9.2.1/doc/filters.md:191:LaTeX math.  Instead of `$e=mc^2$`, you need: `$LaTeX e=mc^2$`.
pandoc-2.9.2.1/doc/filters.md-192-How can we convert a markdown document accordingly?
##############################################
pandoc-2.9.2.1/doc/lua-filters.md-175-
pandoc-2.9.2.1/doc/lua-filters.md:176:## Execution Order
pandoc-2.9.2.1/doc/lua-filters.md-177-
##############################################
pandoc-2.9.2.1/doc/org.md-129-alphanumerics, `_`, and internal punctuation characters
pandoc-2.9.2.1/doc/org.md:130:(`:.#$%&-+?<>~/`). Here are some examples:
pandoc-2.9.2.1/doc/org.md-131-
##############################################
pandoc-2.9.2.1/linux/make_deb.sh-11-
pandoc-2.9.2.1/linux/make_deb.sh:12:VERSION=`$ARTIFACTS/pandoc --version | awk '{print $2; exit;}'`
pandoc-2.9.2.1/linux/make_deb.sh-13-REVISION=${REVISION:-1}
##############################################
pandoc-2.9.2.1/linux/make_deb.sh-19-
pandoc-2.9.2.1/linux/make_deb.sh:20:PANDOC_CITEPROC_VERSION=`$ARTIFACTS/pandoc-citeproc --version | awk '{print $2;}'`
pandoc-2.9.2.1/linux/make_deb.sh-21-
##############################################
pandoc-2.9.2.1/linux/make_tarball.sh-3-ARTIFACTS="${ARTIFACTS:-/artifacts}"
pandoc-2.9.2.1/linux/make_tarball.sh:4:VERSION=`$ARTIFACTS/pandoc --version | awk '{print $2; exit;}'`
pandoc-2.9.2.1/linux/make_tarball.sh-5-TARGET=pandoc-$VERSION
##############################################
pandoc-2.9.2.1/macos/uninstall-pandoc.pl-18-# First check /, then other volumes on the box.
pandoc-2.9.2.1/macos/uninstall-pandoc.pl:19:my $cur_test = `pkgutil --pkgs=$pkg_id`;
pandoc-2.9.2.1/macos/uninstall-pandoc.pl-20-if ( $cur_test =~ m/$pkg_id/ ) {
##############################################
pandoc-2.9.2.1/macos/uninstall-pandoc.pl-29-
pandoc-2.9.2.1/macos/uninstall-pandoc.pl:30:      my $cur_test = `pkgutil --pkgs=$pkg_id --volume '$path'`;
pandoc-2.9.2.1/macos/uninstall-pandoc.pl-31-      if ( $cur_test =~ m/$pkg_id/ ) {
##############################################
pandoc-2.9.2.1/macos/uninstall-pandoc.pl-40-# Get the list of files to remove.
pandoc-2.9.2.1/macos/uninstall-pandoc.pl:41:my @pkg_files = `pkgutil --volume '$volume' --only-files --files '$pkg_id'`;
pandoc-2.9.2.1/macos/uninstall-pandoc.pl-42-@pkg_files = map { chomp; File::Spec->rel2abs($_, $volume) } @pkg_files;
##############################################
pandoc-2.9.2.1/macos/uninstall-pandoc.pl-55-        if ( -e $file ) {
pandoc-2.9.2.1/macos/uninstall-pandoc.pl:56:            if ( system( 'sudo', 'rm', $file ) == 0 ) {
pandoc-2.9.2.1/macos/uninstall-pandoc.pl-57-                warn "Deleted $file\n";
##############################################
pandoc-2.9.2.1/macos/uninstall-pandoc.pl-67-    # Clean up the install.
pandoc-2.9.2.1/macos/uninstall-pandoc.pl:68:    if (system('sudo', 'pkgutil', '--forget', $pkg_id, '--volume', $volume) != 0) {
pandoc-2.9.2.1/macos/uninstall-pandoc.pl-69-        die "Unable to clean up install: $?\n";
##############################################
pandoc-2.9.2.1/src/Text/Pandoc/Readers/FB2.hs-441-                  Nothing -> pure ()
pandoc-2.9.2.1/src/Text/Pandoc/Readers/FB2.hs:442:                where href = T.pack <$> findAttr (QName "href" (Just "http://www.w3.org/1999/xlink") Nothing) img
pandoc-2.9.2.1/src/Text/Pandoc/Readers/FB2.hs-443-    Nothing -> pure ()
##############################################
pandoc-2.9.2.1/src/Text/Pandoc/Readers/JATS.hs-507-        _          -> innerInlines
pandoc-2.9.2.1/src/Text/Pandoc/Readers/JATS.hs:508:   where innerInlines = (trimInlines . mconcat) <$>
pandoc-2.9.2.1/src/Text/Pandoc/Readers/JATS.hs-509-                          mapM parseInline (elContent e)
##############################################
pandoc-2.9.2.1/src/Text/Pandoc/Readers/Muse.hs-297-  return res
pandoc-2.9.2.1/src/Text/Pandoc/Readers/Muse.hs:298:  where para = fst <$> paraUntil (try (eof <|> void (lookAhead blockElements)))
pandoc-2.9.2.1/src/Text/Pandoc/Readers/Muse.hs-299-
##############################################
pandoc-2.9.2.1/src/Text/Pandoc/Readers/Muse.hs-712-tableParseRow n = try $ sequence <$> tableCells
pandoc-2.9.2.1/src/Text/Pandoc/Readers/Muse.hs:713:  where tableCells = (:) <$> tableCell sep <*> (tableCells <|> fmap pure (tableCell eol))
pandoc-2.9.2.1/src/Text/Pandoc/Readers/Muse.hs-714-        tableCell p = try $ fmap B.plain . trimInlinesF . mconcat <$> manyTill inline' p
##############################################
pandoc-2.9.2.1/src/Text/Pandoc/Readers/Org/BlockStarts.hs-85-  -- Ordered list markers allowed in org-mode
pandoc-2.9.2.1/src/Text/Pandoc/Readers/Org/BlockStarts.hs:86:  where orderedListMarker = T.snoc <$> many1Char digit <*> oneOf ".)"
pandoc-2.9.2.1/src/Text/Pandoc/Readers/Org/BlockStarts.hs-87-
##############################################
pandoc-2.9.2.1/src/Text/Pandoc/Writers/OpenDocument.hs-254-    | otherwise   = go =<< blockToOpenDocument o b
pandoc-2.9.2.1/src/Text/Pandoc/Writers/OpenDocument.hs:255:    where go i = (<>) i <$>  withParagraphStyle o s bs
pandoc-2.9.2.1/src/Text/Pandoc/Writers/OpenDocument.hs-256-withParagraphStyle _ _ [] = return empty
##############################################
pandoc-2.9.2.1/src/Text/Pandoc/Writers/OpenDocument.hs-331-    | otherwise         = go =<< blockToOpenDocument o b
pandoc-2.9.2.1/src/Text/Pandoc/Writers/OpenDocument.hs:332:    where go  block  = ($$) block <$> inBlockQuote o i bs
pandoc-2.9.2.1/src/Text/Pandoc/Writers/OpenDocument.hs-333-inBlockQuote     _ _ [] =  resetIndent >> return empty
##############################################
pandoc-2.9.2.1/test/Tests/Old.hs-298-    (compareValues norm options) updateGolden
pandoc-2.9.2.1/test/Tests/Old.hs:299:  where getExpected = normalizer <$> readFile' norm
pandoc-2.9.2.1/test/Tests/Old.hs-300-        getActual   = do
##############################################
pandoc-2.9.2.1/test/grofftest.sh-22-
pandoc-2.9.2.1/test/grofftest.sh:23:for f in `find "$DIR" -name '*.[0-9]'`; do
pandoc-2.9.2.1/test/grofftest.sh-24-    ( iconv -f utf8 -t utf8 $f 2>/dev/null || iconv -f latin1 -t utf8 $f ) | \
##############################################
pandoc-2.9.2.1/test/testsuite.txt-529-
pandoc-2.9.2.1/test/testsuite.txt:530:- To get the famous equation, write `$e = mc^2$`.
pandoc-2.9.2.1/test/testsuite.txt-531-- $22,000 is a *lot* of money.  So is $34,000.
##############################################
pandoc-2.9.2.1/test/writer.asciidoc-478-
pandoc-2.9.2.1/test/writer.asciidoc:479:* To get the famous equation, write `$e = mc^2$`.
pandoc-2.9.2.1/test/writer.asciidoc-480-* $22,000 is a _lot_ of money. So is $34,000. (It worked if ``lot'' is
##############################################
pandoc-2.9.2.1/test/writer.asciidoctor-426-
pandoc-2.9.2.1/test/writer.asciidoctor:427:This is code: `+>+`, `+$+`, `+\+`, `+\$+`, `+<html>+`.
pandoc-2.9.2.1/test/writer.asciidoctor-428-
##############################################
pandoc-2.9.2.1/test/writer.asciidoctor-479-
pandoc-2.9.2.1/test/writer.asciidoctor:480:* To get the famous equation, write `+$e = mc^2$+`.
pandoc-2.9.2.1/test/writer.asciidoctor-481-* $22,000 is a _lot_ of money. So is $34,000. (It worked if "`lot`" is
##############################################
pandoc-2.9.2.1/test/writer.asciidoctor-483-* Shoes ($20) and socks ($5).
pandoc-2.9.2.1/test/writer.asciidoctor:484:* Escaped `+$+`: $73 _this should be emphasized_ 23$.
pandoc-2.9.2.1/test/writer.asciidoctor-485-
##############################################
pandoc-2.9.2.1/test/writer.markdown-594-
pandoc-2.9.2.1/test/writer.markdown:595:-   To get the famous equation, write `$e = mc^2$`.
pandoc-2.9.2.1/test/writer.markdown-596--   \$22,000 is a *lot* of money. So is \$34,000. (It worked if "lot" is
##############################################
pandoc-2.9.2.1/test/writer.opml-52-</outline>
pandoc-2.9.2.1/test/writer.opml:53:<outline text="LaTeX" _note="-   &#10;-   2 + 2 = 4&#10;-   *x* ∈ *y*&#10;-   *α* ∧ *ω*&#10;-   223&#10;-   *p*-Tree&#10;-   Here’s some display math:&#10;    $$\\frac{d}{dx}f(x)=\\lim\_{h\\to 0}\\frac{f(x+h)-f(x)}{h}$$&#10;-   Here’s one that has a line break in it: *α* + *ω* × *x*².&#10;&#10;These shouldn’t be math:&#10;&#10;-   To get the famous equation, write `$e = mc^2$`.&#10;-   $22,000 is a *lot* of money. So is $34,000. (It worked if “lot” is&#10;    emphasized.)&#10;-   Shoes ($20) and socks ($5).&#10;-   Escaped `$`: $73 *this should be emphasized* 23$.&#10;&#10;Here’s a LaTeX table:&#10;&#10;------------------------------------------------------------------------">
pandoc-2.9.2.1/test/writer.opml-54-</outline>
##############################################
pandoc-2.9.2.1/test/writer.rst-625-
pandoc-2.9.2.1/test/writer.rst:626:-  To get the famous equation, write ``$e = mc^2$``.
pandoc-2.9.2.1/test/writer.rst-627--  $22,000 is a *lot* of money. So is $34,000. (It worked if “lot” is
##############################################
pandoc-2.9.2.1/tools/changelog-helper.sh-4-
pandoc-2.9.2.1/tools/changelog-helper.sh:5:lastmod=`git log -n2 --format=oneline changelog | awk '{print $1;}'`
pandoc-2.9.2.1/tools/changelog-helper.sh-6-#git log --format=oneline $starthash..HEAD
##############################################
pandoc-2.9.2.1/tools/changelog-helper.sh-9-do
pandoc-2.9.2.1/tools/changelog-helper.sh:10:    commits=`git log -n1 $lastmod..HEAD $x`
pandoc-2.9.2.1/tools/changelog-helper.sh-11-    if [ ! -z "$commits" ]
##############################################
pandoc-2.9.2.1/tools/changelog-helper.sh-14-        then
pandoc-2.9.2.1/tools/changelog-helper.sh:15:            file=`echo $x | sed -e 's/src\///' | sed -e 's/\//\./g' | sed -e 's/\.hs$//'`
pandoc-2.9.2.1/tools/changelog-helper.sh-16-        else
##############################################
pandoc-2.9.2.1/debian/copyright_hints-1322-  INSTALLED_SIZE=$(du -k -s $DEST | awk '{print $1}')
pandoc-2.9.2.1/debian/copyright_hints:1323:  PANDOC_CITEPROC_VERSION=`$ARTIFACTS/pandoc-citeproc --version | awk '{print $2;}'`
pandoc-2.9.2.1/debian/copyright_hints-1324-  echo "pandoc-citeproc" >> $COPYRIGHT