diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-10-14 20:00:58 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2009-10-14 20:00:58 +0000 |
commit | 9ae05c1a067a5fba93a8a44bc0d52052e4f17f92 (patch) | |
tree | 826f6ab58e71eebb1765546a28161e214e51221e | |
parent | 7163a044a4f9673e38f99c29f2886d42336c283e (diff) | |
download | pandoc-9ae05c1a067a5fba93a8a44bc0d52052e4f17f92.tar.gz |
Updated HCAR report.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1610 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | HCAR-Pandoc.tex | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/HCAR-Pandoc.tex b/HCAR-Pandoc.tex index 0946f8e24..64ad0d4b5 100644 --- a/HCAR-Pandoc.tex +++ b/HCAR-Pandoc.tex @@ -1,8 +1,8 @@ \begin{hcarentry}[updated]{Pandoc} \label{pandoc} -\report{John MacFarlane}%05/09 +\report{John MacFarlane}%11/09 \status{active development} -\participants{Recai Okta\c{s}, Andrea Rossato, Peter Wang} +\participants{Andrea Rossato, Peter Wang, Paulo Tanimoto} \makeheader Pandoc aspires to be the swiss army knife of text markup formats: it @@ -12,14 +12,16 @@ 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 have been two releases of pandoc (1.1 and 1.2), -including many bug fixes and the following new features: +Since the last report, there has been one release (1.2.1). \begin{itemize} - \item Support for literate Haskell. - \item New \texttt{--jsmath} and \texttt{--email-obfuscation} options. - \item Better CSS styling in HTML tables. - \item Windows installer no longer requires admin privileges. - \item Support for citeproc-hs-0.2. + \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 |