Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-23 | Revert "Added built man pages to repository." | John MacFarlane | 1 | -1/+1 | |
This reverts commit eac1fc3750923698db82011b9fda5a0788dfcfea. | |||||
2011-10-23 | Added built man pages to repository. | John MacFarlane | 1 | -1/+1 | |
In general I don't like adding generated content to the repository, but I also want to make it possible to clone the repository and 'cabal install'. THe current system with Setup.hs calling MakeManPage.hs is too fragile. | |||||
2011-10-01 | Added dzslides output option. | John MacFarlane | 1 | -0/+1 | |
* Added DZSlides to HTMLSlideVariant. * Added support for dzslides in HTML writer. * Added dzslides template. | |||||
2011-09-02 | relax some version constraints in the package description | Antoine Latter | 1 | -5/+5 | |
2011-08-18 | Revert "Workaround for linker errors in macosx + ghc 7.0.3." | John MacFarlane | 1 | -12/+6 | |
This reverts commit 54520c4e6f6f26d5dee21f97fc561ff69e03f883. | |||||
2011-08-18 | Workaround for linker errors in macosx + ghc 7.0.3. | John MacFarlane | 1 | -6/+12 | |
2011-08-01 | Relax version bounds for pandoc-types to 1.8.*. | John MacFarlane | 1 | -2/+2 | |
2011-08-01 | Bump version to 1.8.2.1 | John MacFarlane | 1 | -1/+1 | |
2011-07-31 | .cabal: extend test-framework dep range up to <0.5 | Sergei Trofimovich | 1 | -1/+1 | |
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> | |||||
2011-07-30 | Added Tests.Writers.Markdown in cabal file. | John MacFarlane | 1 | -0/+1 | |
2011-07-30 | Updated tested-with field. | John MacFarlane | 1 | -1/+1 | |
2011-07-28 | Depend on same version of pandoc-types as citeproc-hs, for now. | John MacFarlane | 1 | -2/+2 | |
2011-07-24 | Use data: protocol to embed s5 css in <link> tags. | John MacFarlane | 1 | -2/+4 | |
Using inline css didn't work properly with Chrome and Safari. | |||||
2011-07-24 | Use yuicompressor-packed js for s5. | John MacFarlane | 1 | -2/+1 | |
Removed s5/default/slides.js.comment, s5/default/slides.js.packed. Added s5/default/slides.min.js. | |||||
2011-07-24 | Fixed slidy css. | John MacFarlane | 1 | -1/+1 | |
* Use non-minimized version of `slidy.css` with `--offline` option, so users can more easily edit it. * Fixed bug in slidy css that prevented proper centering of title. | |||||
2011-07-22 | Version bump to 1.8.2. | John MacFarlane | 1 | -1/+1 | |
Reason: new naming scheme for templates may require users to rename default templates they have put in ~./pandoc/templates. A template named FORMAT.template should be renamed default.FORMAT. | |||||
2011-07-22 | Changed default template naming scheme. | John MacFarlane | 1 | -8/+8 | |
Instead of latex.template, we now have default.latex. An appropriate extension is added automatically if the value of `--template` has no extension. So, `pandoc --template=special -t latex` looks for `special.latex`, while `pandoc --template=special -t man` looks for `special.man`. | |||||
2011-07-22 | Version bump to 1.8.1.3. | John MacFarlane | 1 | -1/+1 | |
2011-07-19 | Added unexported Text.Pandoc.MIME. | John MacFarlane | 1 | -0/+1 | |
Moved getMimeType from Text.Pandoc.Shared to Text.Pandoc.MIME, so we won't have an API change. | |||||
2011-07-16 | Version bump to 1.8.1.2. | John MacFarlane | 1 | -1/+1 | |
2011-06-09 | Changed to github issue tracker. | John MacFarlane | 1 | -1/+1 | |
2011-02-13 | Bump version to 1.8.1.1 & update changelog. | John MacFarlane | 1 | -1/+1 | |
2011-02-13 | Version bump to 1.8.1. | John MacFarlane | 1 | -1/+1 | |
2011-02-05 | Updated copyright. | John MacFarlane | 1 | -1/+1 | |
2011-02-05 | Bumped version to 1.8.0.3; updated changelog; fixed source-repository. | John MacFarlane | 1 | -2/+2 | |
2011-02-05 | Added Source-repository to cabal file. | John MacFarlane | 1 | -0/+4 | |
2011-02-05 | Version bump to 1.8.0.2. | John MacFarlane | 1 | -1/+1 | |
2011-02-01 | Added 6.10.4 to list of GHC versions test (MacPorts). | John MacFarlane | 1 | -1/+1 | |
2011-01-31 | Version bump to 1.8.0.1. | John MacFarlane | 1 | -1/+1 | |
2011-01-30 | Require non-buggy zip-archive 0.1.1.7. | John MacFarlane | 1 | -2/+2 | |
2011-01-30 | Depend on citeproc >= 0.3.1. | John MacFarlane | 1 | -2/+2 | |
2011-01-29 | Added HTML writer tests for inline code. | John MacFarlane | 1 | -0/+1 | |
2011-01-29 | Depend on highlighting-kate >= 0.2.9. | John MacFarlane | 1 | -2/+2 | |
This is needed for highlighting of inline code. | |||||
2011-01-29 | Moved tests to src. | John MacFarlane | 1 | -1/+1 | |
2011-01-29 | Updated tested-with field of cabal file. | John MacFarlane | 1 | -1/+1 | |
2011-01-29 | Added Tests.Shared with normalize round-trip tests. | John MacFarlane | 1 | -0/+1 | |
2011-01-29 | Added biblatex citation tests to Tests.Readers.LaTeX. | John MacFarlane | 1 | -1/+0 | |
Removed old biblatex-citations.latex. | |||||
2011-01-29 | Added natbib citation tests to Tests.Readers.LaTeX. | John MacFarlane | 1 | -1/+0 | |
Removed old tests/natbib-citations.latex. | |||||
2011-01-28 | Refactored man pages. | John MacFarlane | 1 | -1/+5 | |
* Markdown syntax description from README now goes in pandoc_markdown.5. * Refactored man page construction functions, putting more of the work in MakeManPages.hs. | |||||
2011-01-28 | Moved manpage.template -> man/man1/pandoc.1.template. | John MacFarlane | 1 | -1/+1 | |
2011-01-26 | Added Tests.Readers.Markdown. | John MacFarlane | 1 | -0/+1 | |
2011-01-26 | Add support for attributes in inline Code. | John MacFarlane | 1 | -2/+2 | |
Additional related changes: * URLs in Code in autolinks now use class "url". * Require highlighting-kate 0.2.8.2, which omits the final <br/> tag, essential for inline code. | |||||
2011-01-26 | Added RST reader tests. | John MacFarlane | 1 | -0/+1 | |
2011-01-26 | Updates for compiling with ghc 7. | John MacFarlane | 1 | -3/+7 | |
We now use a CPP trick to have compatible quasiquotes that work in both GHC 6.12 and 7. | |||||
2011-01-26 | Bumped version to 1.8; depend on pandoc-types 1.8. | John MacFarlane | 1 | -3/+3 | |
The old TeX, HtmlInline and RawHtml elements have been removed and replaced by generic RawInline and RawBlock elements. All modules updated to use the new raw elements. | |||||
2011-01-22 | Use ANSI color to point to diffs in test output. | John MacFarlane | 1 | -1/+2 | |
ConTeXt writer bullet list test set to break as an example. | |||||
2011-01-22 | Depend on latest QuickCheck2. | John MacFarlane | 1 | -2/+2 | |
2011-01-22 | Added native writer tests. | John MacFarlane | 1 | -0/+1 | |
2011-01-22 | Added 'property' in Tests.Helpers & some quickcheck tests. | John MacFarlane | 1 | -0/+2 | |
2011-01-22 | Improved test framework. | John MacFarlane | 1 | -1/+2 | |
Now there is a uniform interface for reader and writer tests. Also added a quasiquoter, for multiline strings. |