Sha256: 06c13be0c7eec4d1d0a69f07f5a5b73a5ee472766c10e1b6dc24afa2cbe78c5b

Contents?: true

Size: 835 Bytes

Versions: 127

Compression:

Stored size: 835 Bytes

Contents

## Math

### Inline math

	pandoc -s spec/fixtures/inline_math.tex --mathjax -o tmp/inline_math.html

### Math environments

    pandoc -s spec/fixtures/math_environments --mathjax -o tmp/math_environments.html

Pandoc handles equation environments wrong; it converts

    \begin{equation}
      \varphi^2 = \varphi + 1.
    \end{equation}

into the non-equivalent

    \[
      \varphi^2 = \varphi + 1.
    \]


## Verbatim environments

Pandoc does well with inline verbatim text like `\verb+$x$+`, but it doesn't handle nested verbatim environments properly. In particular, it chokes on

    \begin{verbatim}
      \begin{verbatim}
        This is verbatim text.
      \end{verbatim}
    \end{verbatim}
    
## Tables

Pandoc doesn't handle tables at all.

## Sections with cross-references

Pandoc doesn't handle cross-references.

Version data entries

127 entries across 127 versions & 1 rubygems

Version Path
polytexnic-1.10.8 notes/pandoc.md
polytexnic-1.10.7 notes/pandoc.md
polytexnic-1.10.6 notes/pandoc.md
polytexnic-1.10.5 notes/pandoc.md
polytexnic-1.10.4 notes/pandoc.md
polytexnic-1.10.3 notes/pandoc.md
polytexnic-1.10.2 notes/pandoc.md
polytexnic-1.10.1 notes/pandoc.md
polytexnic-1.10.0 notes/pandoc.md
polytexnic-1.9.2 notes/pandoc.md
polytexnic-1.9.1 notes/pandoc.md
polytexnic-1.9.0 notes/pandoc.md
polytexnic-1.8.2 notes/pandoc.md
polytexnic-1.8.1 notes/pandoc.md
polytexnic-1.8.0 notes/pandoc.md
polytexnic-1.7.5 notes/pandoc.md
polytexnic-1.7.4 notes/pandoc.md
polytexnic-1.7.3 notes/pandoc.md
polytexnic-1.7.2 notes/pandoc.md
polytexnic-1.7.1 notes/pandoc.md