Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-26 | Markdown writer: Fixed bug in Image. | John MacFarlane | 1 | -1/+1 | |
URI was getting unescaped twice! | |||||
2010-12-24 | Use functions from Text.Pandoc.Generic instead of processWith(M). | John MacFarlane | 4 | -6/+10 | |
2010-12-22 | ODT writer: Don't wrap text in opendocument. | John MacFarlane | 1 | -1/+1 | |
2010-12-22 | Texinfo writer: Updated to use Pretty. | John MacFarlane | 1 | -56/+37 | |
2010-12-22 | Man writer: updated to use Pretty. | John MacFarlane | 1 | -18/+22 | |
2010-12-21 | OpenDocument writer: Updated to use Pretty. | John MacFarlane | 1 | -8/+12 | |
2010-12-21 | Docbook writer: Updated to use Pretty. | John MacFarlane | 1 | -21/+20 | |
2010-12-21 | Shared: Made splitBy take a test instead of an element. | John MacFarlane | 2 | -2/+2 | |
2010-12-20 | Markdown writer: use \ for newline instead of two spaces at eol. | John MacFarlane | 1 | -1/+4 | |
(Unless --strict.) | |||||
2010-12-20 | Markdown writer: Use delimited code block if there are attributes. | John MacFarlane | 1 | -2/+21 | |
(Unless in strict mode.) | |||||
2010-12-20 | Plain writer: set stateStrictMarkdown automatically. | John MacFarlane | 1 | -3/+4 | |
2010-12-20 | ConTeXt writer: Updated to use Text.Pandoc.Pretty. | John MacFarlane | 1 | -73/+71 | |
2010-12-19 | LaTeX writer: A bit of code polish. | John MacFarlane | 1 | -29/+28 | |
2010-12-19 | LaTeX writer: Modified to use Pretty. | John MacFarlane | 1 | -34/+30 | |
Improved footnote formatting, removed spurious blank lines. | |||||
2010-12-18 | LaTeX writer: Use \paragraph, \subparagraph for level 4,5 headers. | John MacFarlane | 1 | -9/+10 | |
2010-12-17 | Added new prettyprinting module. | John MacFarlane | 3 | -303/+307 | |
* Added Text.Pandoc.Pretty. This is better suited for pandoc than the 'pretty' package. One advantage is that we now get proper wrapping; Emph [Inline] is no longer treated as a big unwrappable unit. Previously we only got breaks for spaces at the "outer level." We can also more easily avoid doubled blank lines. Performance is significantly better as well. * Removed Text.Pandoc.Blocks. Text.Pandoc.Pretty allows you to define blocks and concatenate them. * Modified markdown, RST, org readers to use Text.Pandoc.Pretty instead of Text.PrettyPrint.HughesPJ. * Text.Pandoc.Shared: Added writerColumns to WriterOptions. * Markdown, RST, Org writers now break text at writerColumns. * Added --columns command-line option, which sets stColumns and writerColumns. * Table parsing: If the size of the header > stColumns, use the header size as 100% for purposes of calculating relative widths of columns. | |||||
2010-12-15 | Use top-level header at end as bibliography title for natbib and biblatex ↵ | Nathan Gass | 1 | -4/+13 | |
output. | |||||
2010-12-15 | Remove punctuation at start of suffix for natbib and biblatex output. | Nathan Gass | 1 | -2/+6 | |
This is necessary as the latex citation commands include there own punctuation, which resulted in doubled commas for markdown documents where citeproc output works correctly. | |||||
2010-12-15 | Support multiple bibliography files with natbib and biblatex output. | Nathan Gass | 1 | -1/+2 | |
2010-12-13 | Added option to write citation markup in markdown writer. | Nathan Gass | 1 | -1/+29 | |
2010-12-13 | Added support to write natbib or biblatex citations in latex output. | Nathan Gass | 1 | -5/+113 | |
2010-12-05 | Org writer: Minor changes to documentation header. | John MacFarlane | 1 | -3/+3 | |
2010-12-04 | Added tests. | Puneeth Chaganti | 1 | -1/+1 | |
+ Added tables.org and writer.org to tests. + Added org.template to templates. + Changed RunTests.hs as required. + Minor changes to Org writer. | |||||
2010-12-04 | Added Org-mode writer | Puneeth Chaganti | 1 | -0/+291 | |
+ Added Text/Pandoc/Writers/Org.hs + Added to pandoc.cabal + Added to pandoc.hs and Text/Pandoc.hs exports. | |||||
2010-12-03 | removed support for textile Inserted construct | Paul Rivier | 1 | -2/+0 | |
2010-12-03 | Basic Textile Reader | paul.rivier | 1 | -0/+2 | |
2010-11-27 | OpenDocument writer: don't print raw TeX. | John MacFarlane | 1 | -2/+4 | |
2010-11-27 | LaTeX writer: Escape curly quotes. | John MacFarlane | 1 | -0/+4 | |
2010-11-27 | Merge branch 'textile' | John MacFarlane | 1 | -0/+415 | |
Conflicts: README man/man1/pandoc.1.md pandoc.cabal | |||||
2010-11-27 | Use [] for superscripts and subscripts in textile writer. | John MacFarlane | 1 | -2/+2 | |
2010-11-27 | Fixed spacing problems in textile nested lists. | John MacFarlane | 1 | -2/+4 | |
2010-10-31 | --mathjax: Use mathjax with raw latex rather than mathml. | John MacFarlane | 1 | -12/+4 | |
It seems to work better, and the default config can be used. | |||||
2010-10-26 | Added support for MathJax for displaying math in HTML. | John MacFarlane | 1 | -2/+15 | |
Added --mathjax option. Added MathJax to HTMLMathMethod. Supported MathJax in HTML writer. Resolves Issue #259. | |||||
2010-10-24 | LaTeX & ConTeXt writers: escape [ and ] as {[} and {]}. | John MacFarlane | 2 | -0/+4 | |
This avoids unwanted interpretation as optional arguments in some contexts, which caused the brackets to silently disappear! | |||||
2010-08-01 | gladTeX HTML - specify ENV for display or inline. | John MacFarlane | 1 | -1/+3 | |
Thanks to Jonathan Daugherty for the patch. The gladTeX program gives finer control over the LaTeX environment used to render its input. The latest version (1.1) uses the "displaymath" environment by default, which is nice for large, block-level equations, but it isn't so nice for inline math (where "math" is more appropriate). This patch causes the HTML writer to differentiate between the two by explicitly setting the LaTeX environment on the generated EQ tag. | |||||
2010-07-22 | Moved Text.Pandoc.Writers.S5 -> Text.Pandoc.S5. | John MacFarlane | 1 | -66/+0 | |
Now it doesn't export a writer, just some CSS and JS. | |||||
2010-07-22 | Improved cutUp function, removed extra </div> | John MacFarlane | 1 | -10/+12 | |
2010-07-22 | Moved s5 writing from S5 module to HTML. | John MacFarlane | 2 | -70/+5 | |
Now s5 is handled in more or less the same way as slidy, as a variant of HTML. | |||||
2010-07-22 | Extended --offline to s5. | John MacFarlane | 1 | -0/+1 | |
S5 default is now to include links, rather than a full copy of scripts and stylesheets. | |||||
2010-07-22 | Slidy writer: Avoid spurious blank page. | John MacFarlane | 1 | -1/+5 | |
2010-07-20 | Made spacing at end of output more consistent. | John MacFarlane | 4 | -4/+4 | |
Previously some of the writers added spurious whitespace. This has been removed, resolving Issue #232. NOTE: If your application combines pandoc's output with other text, for example in a template, you may need to add spacing. For example, a pandoc-generated markdown file will not have a blank line after the final block element. If you are inserting it into another markdown file, you will need to make sure there is a blank line between it and the next block element. | |||||
2010-07-18 | Slidy writer: create new slide at every level 1 header. | John MacFarlane | 1 | -1/+4 | |
2010-07-16 | Use default highlighting CSS rather than embedding CSS in templates. | John MacFarlane | 1 | -2/+3 | |
2010-07-15 | Added --section-divs option. | John MacFarlane | 1 | -9/+10 | |
+ Header identifiers now get attached to the headers, unless --section-divs is specified, in which case they are added to enclosing divs. By default, the divs are not added. + Resolves Issue #230, #239. | |||||
2010-07-15 | Added --webtex option for HTML math. | John MacFarlane | 1 | -16/+23 | |
+ Added --webtex command-line option, with optional parameter. (Defaults to using google charts API.) + Added WebTeX HTMLMathMethod. + Removed MimeTeX HTMLMathMethod. (WebTeX is generic and subsumes it.) + Modified --mimetex option to use WebTeX. + Thanks to lpeterse for the idea and some of the code. | |||||
2010-07-14 | Improved handling of code in man writer. | John MacFarlane | 1 | -3/+7 | |
+ Inline code is now in monoscpace, not bold. + Code blocks now use .nf (no fill) and .IP (indented paragraph). + Resolves Issue #247. | |||||
2010-07-14 | Code cleanup, S5 writer. | John MacFarlane | 1 | -13/+5 | |
2010-07-13 | Improved Slidy writer. | John MacFarlane | 1 | -3/+12 | |
We now carve up slides at HorizontalRules, rather than by level-1 headers. This gives the user lots of flexibility. | |||||
2010-07-13 | Added a slidy writer. | John MacFarlane | 1 | -5/+11 | |
Resolves Issue #122. | |||||
2010-07-11 | Merge branch 'atlists'. Added auto-numbered example lists. | John MacFarlane | 4 | -3/+6 | |