summaryrefslogtreecommitdiff
path: root/HCAR-Pandoc.tex
blob: 64ad0d4b5b40e6c0fd6215acb18c92f212bcab38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
\begin{hcarentry}[updated]{Pandoc}
\label{pandoc}
\report{John MacFarlane}%11/09
\status{active development}
\participants{Andrea Rossato, Peter Wang, Paulo Tanimoto}
\makeheader

Pandoc aspires to be the swiss army knife of text markup formats: it
can read markdown and (with some limitations) HTML, LaTeX, and
reStructuredText, and it can write markdown, reStructuredText, HTML,
DocBook XML, OpenDocument XML, ODT, RTF, groff man, MediaWiki markup,
GNU Texinfo, LaTeX, ConTeXt, and S5.  Pandoc's markdown syntax includes
extensions for LaTeX math, tables, definition lists, footnotes, and more.

Since the last report, there has been one release (1.2.1).
\begin{itemize}
  \item Users may notice a significant speedup in reading markdown in
    \verb!--smart! mode; the abbreviations parser has been made much more
    efficient.
  \item Default HTML output now wraps sections in divs with unique
    identifiers.  This should aid manipulation using javascript and
    other tools.
  \item We have made some progress in replacing the old POSIX shell
    script wrappers with more portable Haskell wrappers.
\end{itemize}

\FurtherReading
    \url{http://johnmacfarlane.net/pandoc/}
\end{hcarentry}