aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2012-01-28Remove dependency on old-time.John MacFarlane3-6/+6
2012-01-28Put date in YYYY-MM-DD format if possible for HTML, docx metadata.John MacFarlane2-5/+6
2012-01-27LaTeX writer: escape # in href URLs. Closes #359.John MacFarlane1-6/+2
2012-01-27Docbook writer: Use sect1, sect2, etc. instead of section.John MacFarlane1-9/+11
2012-01-27Finished implementing --atx-headers in markdown writer.John MacFarlane1-2/+5
2012-01-27Removed some unused code.John MacFarlane1-3/+0
2012-01-25Added --slide-level option to override default.John MacFarlane2-4/+14
2012-01-25Fixed regression in HTML writer: all headers level 1!John MacFarlane1-1/+3
2012-01-25Depend on highlighting-kate 0.5.John MacFarlane1-3/+3
2012-01-25LaTeX/beamer: --chapters causes level 1 to be \part{..}.John MacFarlane1-3/+6
2012-01-24HTML writer: Use h1 for all slide titles.John MacFarlane1-2/+2
2012-01-24HTML writer: Use new common system for slides.John MacFarlane1-20/+16
2012-01-23Slides: New approach, using hierarchicalize.John MacFarlane1-23/+31
2012-01-23LaTeX beamer: Only add [fragile] to slide if it contains verbatim.John MacFarlane1-1/+8
2012-01-23Use Slides in LaTeX writer for beamer.John MacFarlane1-29/+17
2012-01-20Docx: Put display math on separate line.John MacFarlane1-5/+9
2012-01-20Docx writer: Fixed styles in footnotes.John MacFarlane1-0/+6
2012-01-20Docx: Adjusted list spacing for less cramped number markers.John MacFarlane1-1/+1
2012-01-20Docx writer: Start bullet lists with solid bullet.John MacFarlane1-6/+7
2012-01-20Docx writer: Don't indent first level of lists.John MacFarlane1-2/+2
2012-01-20Docx writer: Fixed bug with numbered lists.John MacFarlane1-24/+37
2012-01-19Minor comment fixes.John MacFarlane1-2/+0
2012-01-19Check for existence before opening image file.John MacFarlane1-49/+57
2012-01-19Added Docx writer.John MacFarlane1-0/+626
2012-01-15ImageSize: extract dpi information from PNG and JPEG.John MacFarlane1-5/+4
2012-01-14ODT writer now sizes images appropriately.John MacFarlane2-3/+10
2012-01-14OpenDocument writer: treat image title of form "dddxddd" as size in px.John MacFarlane1-3/+14
2012-01-13EPUB writer: Allow raw HTML.John MacFarlane1-6/+1
2012-01-11HTML writer: Don't use self-closing img, br, hr tags.John MacFarlane1-7/+12
2012-01-01EPUB writer: Allow `lang` variable to set language in metadata.John MacFarlane1-2/+5
2011-12-31Support for math in RST reader and writer.John MacFarlane1-3/+5
2011-12-30Support Sphinx-style math in RST writer.John MacFarlane1-2/+3
2011-12-30Fixed layout bug in ConTeXt and LaTeX writers.John MacFarlane2-4/+4
2011-12-30LaTeX writer: only use hyperdef on section if there's a link to it.John MacFarlane1-27/+34
2011-12-30Added support for internal links in ConTeXt writer.John MacFarlane1-30/+15
2011-12-30Add support for internal links to LaTeX writer.John MacFarlane1-27/+50
2011-12-30ConTeXt writer: Add section labels and internal links as in HTML.B. Scott Michel1-21/+71
2011-12-30HTML writer: Better handling of authors in meta tags.John MacFarlane1-12/+26
2011-12-30ConTeXt writer: Made `--toc` work even without `--number-sections`.John MacFarlane1-2/+2
2011-12-30Small tweaks to hyphenatedurl patch.John MacFarlane1-9/+6
2011-12-30ConTeXt_url_hyphenationB. Scott Michel1-6/+13
2011-12-30LaTeX writer: Improved detection of book classes.John MacFarlane1-6/+9
2011-12-30EPUB: Get correct environment variable for LANG.John MacFarlane1-1/+1
2011-12-29Merge pull request #366 from gridaphobe/masterJohn MacFarlane1-2/+1
2011-12-29Added 'beamer' as an output format.John MacFarlane1-13/+75
2011-12-28Preserve attributes in highlighted HTML.John MacFarlane1-2/+4
2011-12-28EPUB: Correctly handle internal links.John MacFarlane1-6/+55
2011-12-27Added `--highlight-style` and `--no-highlight` options.John MacFarlane2-4/+6
2011-12-27Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane14-84/+52
2011-12-26EPUB writer: Make external (absolute) links active.John MacFarlane1-2/+2