summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Added release announcement.John MacFarlane2010-07-24
|
* Removed unnecessary item in changelog.John MacFarlane2010-07-23
|
* Updated changelog.John MacFarlane2010-07-23
|
* Revised description of slide formats.John MacFarlane2010-07-23
|
* Moved Text.Pandoc.Writers.S5 -> Text.Pandoc.S5.John MacFarlane2010-07-22
| | | | Now it doesn't export a writer, just some CSS and JS.
* Removed spurious title in s5 template.John MacFarlane2010-07-22
|
* Updated s5 tests.John MacFarlane2010-07-22
|
* Improved cutUp function, removed extra </div>John MacFarlane2010-07-22
|
* Moved s5 writing from S5 module to HTML.John MacFarlane2010-07-22
| | | | | Now s5 is handled in more or less the same way as slidy, as a variant of HTML.
* Extended --offline to s5.John MacFarlane2010-07-22
| | | | | S5 default is now to include links, rather than a full copy of scripts and stylesheets.
* Added new --offline option for slidy.John MacFarlane2010-07-22
| | | | Added slidy/slidy.min.{css,js}.
* Slidy writer: Avoid spurious blank page.John MacFarlane2010-07-22
|
* Export HTMLSlideVariant in Text.Pandoc.John MacFarlane2010-07-22
|
* Require texmath >= 0.3, adjusted for new elements.John MacFarlane2010-07-22
|
* Changed to using strict bytestrings in UTF8 module.John MacFarlane2010-07-21
| | | | | This avoids a problem on Windows reading from stdin. Previously we'd get an error from hGetBufNonBlocking.
* Reintroduced 'library' cabal flag.John MacFarlane2010-07-21
| | | | | | | It is needed for the Windows installer, since if a library is produced, the binary can't be made relocatable. See http://www.haskell.org/ghc/docs/6.12.2/html/Cabal/builders.html section 4.1.2.3.
* Avoid shadowing when compiling with citeproc.John MacFarlane2010-07-21
|
* Updated --data-dir documentation to include epub.css.John MacFarlane2010-07-21
|
* Updated windows setup file.John MacFarlane2010-07-20
|
* Updated changelog.John MacFarlane2010-07-20
|
* Added amssymb to default latex template.John MacFarlane2010-07-20
| | | | Resolves github Issue 1.
* Made spacing at end of output more consistent.John MacFarlane2010-07-20
| | | | | | | | | | | | 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.
* Slidy writer: create new slide at every level 1 header.John MacFarlane2010-07-18
|
* Update .gitignore.Ilya V. Portnov2010-07-19
|
* Slidy template: small improvements.John MacFarlane2010-07-18
| | | | | Use gzipped version of script for faster loading. Rearranged cover page.
* Use default highlighting CSS rather than embedding CSS in templates.John MacFarlane2010-07-16
|
* Updated pandoc to use css for highlighting-kate 0.2.7.John MacFarlane2010-07-15
| | | | Note: Update any custom CSS or templates accordingly.
* Added --section-divs option.John MacFarlane2010-07-15
| | | | | | | + 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.
* Added --webtex option for HTML math.John MacFarlane2010-07-15
| | | | | | | | | + 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.
* Improved handling of code in man writer.John MacFarlane2010-07-14
| | | | | | + Inline code is now in monoscpace, not bold. + Code blocks now use .nf (no fill) and .IP (indented paragraph). + Resolves Issue #247.
* Fixed pandoc man page source.John MacFarlane2010-07-14
|
* HTML reader: code cleanup + parse <tt> as Code.John MacFarlane2010-07-14
| | | | Partially resolves Issue #247.
* Slidy template: changed title page format.John MacFarlane2010-07-14
|
* HTML template: make inclusion of date meta conditional.John MacFarlane2010-07-14
|
* Code cleanup, S5 writer.John MacFarlane2010-07-14
|
* Improved Slidy writer.John MacFarlane2010-07-13
| | | | | We now carve up slides at HorizontalRules, rather than by level-1 headers. This gives the user lots of flexibility.
* Added a slidy writer.John MacFarlane2010-07-13
| | | | Resolves Issue #122.
* Put insert-before text before the title h1 in HTML.John MacFarlane2010-07-13
| | | | | | + This is the documented behavior; the insert-before text comes after the <body> tag. + Resolves Issue #241.
* Made latex \section, \chapter parsers more forgiving of whitespace.John MacFarlane2010-07-13
|
* Parse \chapter{} in latex.John MacFarlane2010-07-13
| | | | | | | + Added stateHasChapters to ParserState. + If a \chapter command is encountered, this is set to True and subsequent \section commands (etc.) will be bumped up one level.
* Added tests for example lists.John MacFarlane2010-07-12
|
* Modified example refs so they can occur before or after target.John MacFarlane2010-07-12
| | | | | The refs are now replaced by numbers at the final stage, using processWith.
* Merge branch 'atlists'. Added auto-numbered example lists.John MacFarlane2010-07-11
|\
| * Implemented @ for sequentially numbered examples.John MacFarlane2010-03-27
| | | | | | | | Also implemented (@label) for example labels and references.
| * Removed unneeded single quotes in README.John MacFarlane2010-03-27
| |
* | Moved headerShift from pandoc.hs to Shared.John MacFarlane2010-07-11
| |
* | Slight code cleanup on substitute function.John MacFarlane2010-07-11
| |
* | Cleaned up EPUB writer.John MacFarlane2010-07-09
| |
* | Adjusted epub css. (No more highlighting styles.)John MacFarlane2010-07-09
| |
* | EPUB writer: don't put multiple copies of same image in epub.John MacFarlane2010-07-08
| |