Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-08 | Changes to literate haskell options. | John MacFarlane | 1 | -1/+1 | |
- Removed writerLiterateHaskell from WriterOptions. - Removed readerLiterateHaskell from ReaderOptions. - Added Ext_literate_haskell to Extensions. Test for this instead of the above. - Removed failUnlessLHS from Shared. Note: At this point, +lhs and .lhs extension no longer has any effect. Need to fix. | |||||
2012-08-04 | Don't include empty captions in figures. | John MacFarlane | 1 | -4/+8 | |
Closes #581. | |||||
2012-07-27 | Replaced writerStrict with writerExtensions in WriterOptions. | John MacFarlane | 1 | -1/+1 | |
Still have not implemented individual tests for all the extensions in the markdown writer. | |||||
2012-07-26 | Moved WriterOptions and associated types Shared -> Options. | John MacFarlane | 1 | -0/+1 | |
2012-07-26 | Fixed whitespace errors. | John MacFarlane | 1 | -1/+1 | |
2012-07-11 | HTML writer: Put mathjax in span with class "math". | John MacFarlane | 1 | -1/+1 | |
Closes #562. | |||||
2012-06-25 | Don't generate empty H1 after hrule slide breaks. | John MacFarlane | 1 | -1/+3 | |
We now use a slide-level header with contents [Str "\0"] to mark an hrule break. This avoids creation of an empty H1 in these contexts. Closes #484. | |||||
2012-05-24 | Add support for Slideous output. | Jonas Smedegaard | 1 | -0/+1 | |
2012-05-10 | Revert "Removed blaze_html_05 flag -- require blaze >= 0.5 by default." | John MacFarlane | 1 | -1/+5 | |
This reverts commit f67a80cea27286ba17b3696198602a6bbdae014d. | |||||
2012-04-24 | Removed blaze_html_05 flag -- require blaze >= 0.5 by default. | John MacFarlane | 1 | -5/+1 | |
2012-04-23 | changes for blaze-html 0.5 | Mark Wright | 1 | -1/+6 | |
2012-03-29 | Avoid repeated id in section and header in HTML slides. | John MacFarlane | 1 | -3/+2 | |
Previously pandoc would use the same id attribute for the div or section and the header inside it; now the id is omitted from the header if the div or section has it. | |||||
2012-03-03 | Use <q> tags for Quoted items for HTML5 output. | John MacFarlane | 1 | -4/+11 | |
The quote style can be changed by modifying the template or including a css file. A default quote style is included. | |||||
2012-02-21 | HTML writer: Don't escape contents of EQ tags with --gladtex. | John MacFarlane | 1 | -2/+2 | |
This fixes a regression from 1.8.x. Closes #428. | |||||
2012-02-05 | Removed module Text.Pandoc.CharacterReferences. | John MacFarlane | 1 | -3/+2 | |
Moved characterReference parser to Text.Pandoc.Parsing. decodeCharacterReferences is now replaced by fromEntities in Text.Pandoc.XML. | |||||
2012-01-31 | Don't include mathml javascript for html5 output. | John MacFarlane | 1 | -1/+2 | |
mathml is supposed to be supported in HTML5. | |||||
2012-01-28 | Put date in YYYY-MM-DD format if possible for HTML, docx metadata. | John MacFarlane | 1 | -2/+2 | |
Added normalizeDate to Text.Pandoc.Shared. | |||||
2012-01-25 | Added --slide-level option to override default. | John MacFarlane | 1 | -3/+9 | |
This allows users to select a slide level below the first header level with content. Note that content under sections above the slide level will not appear in slides (either in beamer or in HTML slide shows). This is primarily useful for creating documents that can be made into both slides and handouts (which contain additional content outside the slides). | |||||
2012-01-25 | Fixed regression in HTML writer: all headers level 1! | John MacFarlane | 1 | -1/+3 | |
2012-01-25 | Depend on highlighting-kate 0.5. | John MacFarlane | 1 | -3/+3 | |
This uses styleToCss instead of styleToHtml. | |||||
2012-01-24 | HTML writer: Use h1 for all slide titles. | John MacFarlane | 1 | -2/+2 | |
2012-01-24 | HTML writer: Use new common system for slides. | John MacFarlane | 1 | -20/+16 | |
2012-01-11 | HTML writer: Don't use self-closing img, br, hr tags. | John MacFarlane | 1 | -7/+12 | |
2011-12-30 | HTML writer: Better handling of authors in meta tags. | John MacFarlane | 1 | -12/+26 | |
Footnotes and email addresses now come out in a more pleasing way. Modified from a patch by B. Scott Michel. | |||||
2011-12-29 | Merge pull request #366 from gridaphobe/master | John MacFarlane | 1 | -2/+1 | |
Use Link instead of RawInline for reference backlinks | |||||
2011-12-28 | Preserve attributes in highlighted HTML. | John MacFarlane | 1 | -2/+4 | |
The container element will have the classes, id, and key-value attributes you specified in the delimited code block. Previously these were stripped off. | |||||
2011-12-27 | Added `--highlight-style` and `--no-highlight` options. | John MacFarlane | 1 | -2/+3 | |
2011-12-27 | Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings. | John MacFarlane | 1 | -4/+0 | |
2011-12-26 | Updated highlighting for highlighting-kate 0.4. | John MacFarlane | 1 | -10/+16 | |
Text.Pandoc.Highlighting now exports just one new function, 'highlight', and reexports all the other functions from highlighting-kate that are used in the writers. This should make it easy to switch highlighting engines if that is ever desired. | |||||
2011-12-24 | change reference backlink from RawInline to Link so it gets rendered ↵ | Eric Seidel | 1 | -2/+1 | |
properly when using the xmlhtml package | |||||
2011-12-22 | Changed types of highlighting functions. | John MacFarlane | 1 | -4/+4 | |
* highlightLaTeX, highlightHtml now return Maybe, not Either. * This is because h-k's higdlightAs no longer returns an Either. | |||||
2011-12-20 | Added a newline at end of footnotes ol. | John MacFarlane | 1 | -1/+1 | |
2011-12-20 | Restore xhtml style self-closed tags in HTML writer. | John MacFarlane | 1 | -9/+9 | |
This requires blaze-html >= 0.4.3.0. | |||||
2011-12-18 | HTML writer: Put classes "section" and "level[1-6]" on section divs. | John MacFarlane | 1 | -6/+6 | |
(In HTML 5, the "section" class is omitted, since the tag itself is "section.") | |||||
2011-12-18 | HTML writer: Use `<del>` for strikeout. | John MacFarlane | 1 | -1/+1 | |
2011-12-17 | HTML writer: Don't escape '. | John MacFarlane | 1 | -2/+3 | |
This requires using a custom string escaper. If we use toHtml from Blaze, we get ', which is pointless unless you're writing attributes in single quotes. | |||||
2011-12-17 | Fixed line breaks in tds in table cells. | John MacFarlane | 1 | -1/+1 | |
2011-12-17 | Use blaze-html instead of xhtml for HTML generation. | John MacFarlane | 1 | -204/+213 | |
* This is a breaking API change for `writeHtml`. * It introduces a new dependency on blaze-html. * Pandoc now depends on highlighting-kate >= 0.4, which also uses blaze-html. * The --ascii option has been removed, because of differences in blaze-html's and xhtml's escaping. * Pandoc will no longer transform leading newlines in code blocks to `<br/>` tags. | |||||
2011-12-04 | WebTeX math - use 'vertical-align:middle' for better results. | John MacFarlane | 1 | -1/+2 | |
2011-11-29 | S5/slidy writer: Make footnotes appear on separate slide at end. | John MacFarlane | 1 | -1/+3 | |
2011-11-29 | Use separate variables for meta-date, meta-author. | John MacFarlane | 1 | -7/+8 | |
This makes footnotes work in author and date fields. Closes #301. | |||||
2011-11-29 | HTML writer: Put citations in span with class="citation". | John MacFarlane | 1 | -1/+2 | |
See #313. | |||||
2011-11-20 | HTML writer: change s5-url to s5/default. | John MacFarlane | 1 | -1/+1 | |
2011-11-07 | HTML writer: Use `<section>` for footnotes if html5. | John MacFarlane | 1 | -2/+4 | |
2011-10-02 | HTML slides: only add id to div/section if --section-divs selected. | John MacFarlane | 1 | -6/+5 | |
2011-10-02 | Simplified slide creation in HTML writer. | John MacFarlane | 1 | -26/+18 | |
A horizontal rule now gets transformed into an empty H1 header before 'hierarchicalize' is called. If the document that does not begin with an H1 header, an empty one is provided. This avoids the need for kludgy raw HTML. Also, the 'titleslide' class is added to any section containing just a title: ---- ---- | |||||
2011-10-01 | Added dzslides output option. | John MacFarlane | 1 | -3/+9 | |
* Added DZSlides to HTMLSlideVariant. * Added support for dzslides in HTML writer. * Added dzslides template. | |||||
2011-07-28 | Added s5-url and slidy-url variables, instead of hard-coding. | John MacFarlane | 1 | -1/+2 | |
If you want to put your slidy files in the slidy subdirectory, for example, you can do pandoc -t slidy -V slidy-url=slidy -s | |||||
2011-07-24 | HTML writer: Removed English title on footnote back links. | John MacFarlane | 1 | -2/+1 | |
This is incongruous in non-English documents. | |||||
2011-07-24 | Insert CDATA around inline js/css in HTML, slidy. | John MacFarlane | 1 | -1/+2 | |