summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Added and documented --template option.fiddlosopher2009-12-31
* Use legacy-header variable for custom header.fiddlosopher2009-12-31
* Made writerVariables active in LaTeX writer.fiddlosopher2009-12-31
* Changed --print-default-header to --print-default-template.fiddlosopher2009-12-31
* Added writerTemplate and writerVariables to writerOptions.fiddlosopher2009-12-31
* Renamed headers -> templates.fiddlosopher2009-12-31
* Revised LaTeX writer to use templates.fiddlosopher2009-12-31
* Fixed S5.fiddlosopher2009-12-31
* Added templates module.fiddlosopher2009-12-31
* RST reader: Allow :: before lhs code block.fiddlosopher2009-12-22
* Use HTML combinators for spans in section numbers.fiddlosopher2009-12-09
* Provide CSS hooks for section numbers in headers and TOC entries.fiddlosopher2009-12-08
* Added optional section numbering in HTML output.fiddlosopher2009-12-08
* Don't print raw HTML in man output.fiddlosopher2009-12-07
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Blank lines after lists in MediaWiki writer.fiddlosopher2009-12-07
* Changed markdown2pdf.hs so it prints error messages on last attempt.fiddlosopher2009-12-07
* Allow markdown tables without headers.fiddlosopher2009-12-05
* Docbook writer: add ids to sections. Use link for internal links.fiddlosopher2009-12-05
* Added --id-prefix option.fiddlosopher2009-12-05
* Markdown reader: Compensate for width of final table column.fiddlosopher2009-12-05
* Fixed handling of footnotes in titles (HTML) and headers (LaTeX).fiddlosopher2009-12-05
* Added stripTags to Text.Pandoc.XML.fiddlosopher2009-12-05
* Markdown reader: Treat a backslash followed by a newline as hard linebreak.fiddlosopher2009-12-05
* Added "head" to list of HTML block-level tags.fiddlosopher2009-12-05
* Changed --default-code-classes -> --indented-code-classes.fiddlosopher2009-12-05
* Allow . and ~ in header identifiers.fiddlosopher2009-12-01
* Added --default-code-classes option.fiddlosopher2009-12-01
* Allow _ character in automatically generated identifiers.fiddlosopher2009-11-29
* Markdown reader: treat 4 or more * or _ in a row as literal text.fiddlosopher2009-11-29
* Markdown reader: Use + rather than %20 for spaces in URLs.fiddlosopher2009-11-29
* Better looking simple tables. Resolves Issue #180.fiddlosopher2009-11-28
* Markdown reader: parse refs and notes in the same pass.fiddlosopher2009-11-28
* Added \int to characters handled as unicode in tex math.fiddlosopher2009-11-28
* Modified markdown2pdf so as not to create a backup file.fiddlosopher2009-11-22
* Use utf8-string IO in markdown2pdf.hs.fiddlosopher2009-11-21
* Fixed htmlComment parser.fiddlosopher2009-11-21
* Modified html+lhs output to use 'haskell' highlighter.fiddlosopher2009-11-21
* Support for "..code-block" directive in RST reader.fiddlosopher2009-11-17
* Specially mark code blocks that were "literate" in the input.fiddlosopher2009-11-03
* Set utf-8 encoding in texinfo headers.fiddlosopher2009-11-01
* Changed heuristic in compactify.fiddlosopher2009-11-01
* Properly handle commented-out list items in markdown.fiddlosopher2009-11-01
* Added % as an rst underline character.fiddlosopher2009-10-29
* Fix inline math parser so that \$ is allowed in math.fiddlosopher2009-10-12
* Added haddock comments warning that readers assume \n line endings.fiddlosopher2009-10-04
* Fixed markdown2pdf.hs to accept --longopt=val options.fiddlosopher2009-08-22
* Fixed bug in HTML comment parser.fiddlosopher2009-07-21
* Changed escapes in markdown writer.fiddlosopher2009-07-18
* Improved clarity of titleTransform in RST reader.fiddlosopher2009-07-11