aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-26Updated highlighting for highlighting-kate 0.4.John MacFarlane3-16/+24
2011-12-24change reference backlink from RawInline to Link so it gets rendered properly...Eric Seidel1-2/+1
2011-12-23LaTeX writer: Support highlighting for inline code.John MacFarlane1-8/+18
2011-12-23LaTeX writer: Have LHS files set the "listings" variable.John MacFarlane1-1/+1
2011-12-23LaTeX writer: Implemented syntax highlighting for CodeBlocks.John MacFarlane1-69/+82
2011-12-22Changed types of highlighting functions.John MacFarlane1-4/+4
2011-12-20Added a newline at end of footnotes ol.John MacFarlane1-1/+1
2011-12-20Restore xhtml style self-closed tags in HTML writer.John MacFarlane1-9/+9
2011-12-18HTML writer: Put classes "section" and "level[1-6]" on section divs.John MacFarlane1-6/+6
2011-12-18EPUB: Added customizable templates for epub pages.John MacFarlane1-46/+13
2011-12-18HTML writer: Use `<del>` for strikeout.John MacFarlane1-1/+1
2011-12-17HTML writer: Don't escape '.John MacFarlane1-2/+3
2011-12-17Fixed line breaks in tds in table cells.John MacFarlane1-1/+1
2011-12-17Use blaze-html instead of xhtml for HTML generation.John MacFarlane1-204/+213
2011-12-13EPUB: Don't use any decimal entities.John MacFarlane1-2/+2
2011-12-12EPUB writer: made unEntity handle errors better.John MacFarlane1-6/+3
2011-12-12Fixed previous patch so it doesn't swallow a character!John MacFarlane1-7/+10
2011-12-12EPUB: Use UTF-8 rather than decimal entities.John MacFarlane1-2/+12
2011-12-04WebTeX math - use 'vertical-align:middle' for better results.John MacFarlane1-1/+2
2011-12-02Shared: Removed unescapeURI, modified escapeURI.John MacFarlane4-13/+7
2011-11-29S5/slidy writer: Make footnotes appear on separate slide at end.John MacFarlane1-1/+3
2011-11-29Use separate variables for meta-date, meta-author.John MacFarlane1-7/+8
2011-11-29HTML writer: Put citations in span with class="citation".John MacFarlane1-1/+2
2011-11-24Markdown writer: Use setext headers for levels 1-2.John MacFarlane1-11/+9
2011-11-20HTML writer: change s5-url to s5/default.John MacFarlane1-1/+1
2011-11-18AsciiDoc: Don't use Roman numerals in ordered lists.John MacFarlane1-2/+6
2011-11-18Renamed to AsciiDoc. Fixed display math and escapes.John MacFarlane1-108/+108
2011-11-18Skip raw HTML blocks in asciidoc.John MacFarlane1-2/+0
2011-11-18Fixed continuations in asciidoc definition lists.John MacFarlane1-5/+13
2011-11-18Removed link title in asciidoc.John MacFarlane1-9/+6
2011-11-18Ensure blank line before html passthrough.John MacFarlane1-1/+1
2011-11-18Implemented ordered lists in asciidoc.John MacFarlane1-7/+14
2011-11-18Implemented bullet lists in asciidoc writer.John MacFarlane1-21/+18