summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
Commit message (Collapse)AuthorAge
...
* changes for blaze-html 0.5Mark Wright2012-04-23
|
* Avoid repeated id in section and header in HTML slides.John MacFarlane2012-03-29
| | | | | | 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.
* Use <q> tags for Quoted items for HTML5 output.John MacFarlane2012-03-03
| | | | | The quote style can be changed by modifying the template or including a css file. A default quote style is included.
* HTML writer: Don't escape contents of EQ tags with --gladtex.John MacFarlane2012-02-21
| | | | This fixes a regression from 1.8.x. Closes #428.
* Removed module Text.Pandoc.CharacterReferences.John MacFarlane2012-02-05
| | | | | | Moved characterReference parser to Text.Pandoc.Parsing. decodeCharacterReferences is now replaced by fromEntities in Text.Pandoc.XML.
* Don't include mathml javascript for html5 output.John MacFarlane2012-01-31
| | | | mathml is supposed to be supported in HTML5.
* Put date in YYYY-MM-DD format if possible for HTML, docx metadata.John MacFarlane2012-01-28
| | | | Added normalizeDate to Text.Pandoc.Shared.
* Added --slide-level option to override default.John MacFarlane2012-01-25
| | | | | | | | | | | | 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).
* Fixed regression in HTML writer: all headers level 1!John MacFarlane2012-01-25
|
* Depend on highlighting-kate 0.5.John MacFarlane2012-01-25
| | | | This uses styleToCss instead of styleToHtml.
* HTML writer: Use h1 for all slide titles.John MacFarlane2012-01-24
|
* HTML writer: Use new common system for slides.John MacFarlane2012-01-24
|
* HTML writer: Don't use self-closing img, br, hr tags.John MacFarlane2012-01-11
|
* HTML writer: Better handling of authors in meta tags.John MacFarlane2011-12-30
| | | | | | | Footnotes and email addresses now come out in a more pleasing way. Modified from a patch by B. Scott Michel.
* Merge pull request #366 from gridaphobe/masterJohn MacFarlane2011-12-29
|\ | | | | Use Link instead of RawInline for reference backlinks
| * change reference backlink from RawInline to Link so it gets rendered ↵Eric Seidel2011-12-24
| | | | | | | | properly when using the xmlhtml package
* | Preserve attributes in highlighted HTML.John MacFarlane2011-12-28
| | | | | | | | | | | | | | | | The container element will have the classes, id, and key-value attributes you specified in the delimited code block. Previously these were stripped off.
* | Added `--highlight-style` and `--no-highlight` options.John MacFarlane2011-12-27
| |
* | Replaced Apostrophe, Ellipses, EmDash, EnDash w/ unicode strings.John MacFarlane2011-12-27
| |
* | Updated highlighting for highlighting-kate 0.4.John MacFarlane2011-12-26
|/ | | | | | | | 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.
* Changed types of highlighting functions.John MacFarlane2011-12-22
| | | | | * highlightLaTeX, highlightHtml now return Maybe, not Either. * This is because h-k's higdlightAs no longer returns an Either.
* Added a newline at end of footnotes ol.John MacFarlane2011-12-20
|
* Restore xhtml style self-closed tags in HTML writer.John MacFarlane2011-12-20
| | | | This requires blaze-html >= 0.4.3.0.
* HTML writer: Put classes "section" and "level[1-6]" on section divs.John MacFarlane2011-12-18
| | | | | (In HTML 5, the "section" class is omitted, since the tag itself is "section.")
* HTML writer: Use `<del>` for strikeout.John MacFarlane2011-12-18
|
* HTML writer: Don't escape '.John MacFarlane2011-12-17
| | | | | | This requires using a custom string escaper. If we use toHtml from Blaze, we get &#39;, which is pointless unless you're writing attributes in single quotes.
* Fixed line breaks in tds in table cells.John MacFarlane2011-12-17
|
* Use blaze-html instead of xhtml for HTML generation.John MacFarlane2011-12-17
| | | | | | | | | | | * 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.
* WebTeX math - use 'vertical-align:middle' for better results.John MacFarlane2011-12-04
|
* S5/slidy writer: Make footnotes appear on separate slide at end.John MacFarlane2011-11-29
|
* Use separate variables for meta-date, meta-author.John MacFarlane2011-11-29
| | | | | This makes footnotes work in author and date fields. Closes #301.
* HTML writer: Put citations in span with class="citation".John MacFarlane2011-11-29
| | | | See #313.
* HTML writer: change s5-url to s5/default.John MacFarlane2011-11-20
|
* HTML writer: Use `<section>` for footnotes if html5.John MacFarlane2011-11-07
|
* HTML slides: only add id to div/section if --section-divs selected.John MacFarlane2011-10-02
|
* Simplified slide creation in HTML writer.John MacFarlane2011-10-02
| | | | | | | | | | | | | | | | | 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: ---- ----
* Added dzslides output option.John MacFarlane2011-10-01
| | | | | | * Added DZSlides to HTMLSlideVariant. * Added support for dzslides in HTML writer. * Added dzslides template.
* Added s5-url and slidy-url variables, instead of hard-coding.John MacFarlane2011-07-28
| | | | | | | 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
* HTML writer: Removed English title on footnote back links.John MacFarlane2011-07-24
| | | | This is incongruous in non-English documents.
* Insert CDATA around inline js/css in HTML, slidy.John MacFarlane2011-07-24
|
* HTML writer/templates: Made TOC more customizable.John MacFarlane2011-07-23
| | | | | | The container for the TOC is now in the template, so users can insert a header or other styling. Thanks to Bruce D'Arcus for the suggestion.
* HTML writer: Use embed tag for images with non-image extensions.John MacFarlane2011-07-16
| | | | | | (e.g. PDFs). Closes #264.
* Fixed bug in slidy writer: unclosed div tag.John MacFarlane2011-07-06
|
* Fixed Slidy/S5 output to allow --section-divs.John MacFarlane2011-04-16
| | | | | This is also a cleaner way of inserting the slide divs. Resolves Issue #296.
* Whitespace cleanup.John MacFarlane2011-04-16
|
* Allow --section-divs with slidy output.John MacFarlane2011-04-16
|
* Fixed bug in footnote order in HTML.John MacFarlane2011-03-28
| | | | | | | | | | | | | | | | CircleCode pointed out that the following markdown produces out-of-order footnote markers in HTML: -8<------------------------ some text^[with a footnote which will be #1] issue some other text^[with a footnote which will be #2] -8<------------------------ This fixes the problem.
* Revert "Use us-ascii charset in HTML template if --ascii option."John MacFarlane2011-02-06
| | | | | | This reverts commit aec54899606bed2580394baa1369e58ede20fde8. No need for this, since a UTF-8 charset will handle ascii just fine.
* HTML writer: Fixed footnote backrefs in --ascii mode.John MacFarlane2011-02-06
|
* Use us-ascii charset in HTML template if --ascii option.John MacFarlane2011-02-06
|