summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Added Attr field to Header.John MacFarlane2013-01-09
* Biblio: Make sure mvPunc and deNote run on metadata too.John MacFarlane2013-01-08
* Added / to the list of letters that can occur in a citation key.John MacFarlane2013-01-08
* Implemented tight lists in context, latex writers.John MacFarlane2013-01-07
* Shared: export isTightList.John MacFarlane2013-01-07
* Don't put the text of an autolink in Code font.John MacFarlane2013-01-06
* Mediawiki reader: interpret HTML in verbatim contexts as text.John MacFarlane2013-01-06
* Docx writer: Use rIdNN identifiers for r:embed in images.John MacFarlane2013-01-06
* UTF8 module: Remove `\r` when reading.John MacFarlane2013-01-06
* Docx writer: Use separate footnotes.xml for notes.John MacFarlane2013-01-06
* LaTeX tables: Use minipage rather than parbox for block containers.John MacFarlane2013-01-05
* Implemented --toc-depth (and --toc!) for RTF writer.John MacFarlane2013-01-05
* Support --toc-depth in context writer.John MacFarlane2013-01-05
* For epub3, use epub:type to mark footnotes and footnote refs.John MacFarlane2013-01-05
* EPUB changes.John MacFarlane2013-01-05
* Implemented --toc-depth for markdown writer.John MacFarlane2013-01-05
* Implemented toc-depth for html writer.John MacFarlane2013-01-05
* Changed --toc-level to --toc-depth.John MacFarlane2013-01-05
* Implemented --toc-level for rst.John MacFarlane2013-01-05
* Implemented --toc-level in LaTeX writer.John MacFarlane2013-01-05
* Changed `--epub-toc-level` to `--toc-level`.John MacFarlane2013-01-05
* MediaWiki writer: use `<code>` not `<tt>` for Code.John MacFarlane2013-01-04
* Renamed writerEPUBMetadata -> writerEpubMetadata.John MacFarlane2013-01-04
* Added `--epub-chapter-level` and `--epub-toc-level` options.John MacFarlane2013-01-04
* EPUB writer: Parameterize header level for splitting chapters.John MacFarlane2013-01-04
* Markdown reader: Warn about duplicate note references.John MacFarlane2013-01-04
* Markdown reader: Warn about duplicate link references.John MacFarlane2013-01-04
* Use readMarkdownWithWarnings in Text.Pandoc.John MacFarlane2013-01-04
* Markdown reader: Export readMarkdownWithWarnings.John MacFarlane2013-01-04
* Changed type of 'readers' in Text.Pandoc, so all readers are in IO.John MacFarlane2013-01-03
* Added stateWarnings.John MacFarlane2013-01-03
* Implemented `Ext_header_identifiers`, `Ext_implicit_header_references`.John MacFarlane2013-01-03
* Revert "Workaround for problem with file-embed."John MacFarlane2012-12-30
* Workaround for problem with file-embed.John MacFarlane2012-12-29
* Made `embed_data_files` flag work.John MacFarlane2012-12-29
* Data files changes.John MacFarlane2012-12-29
* Cabal file changes.John MacFarlane2012-12-29
* EPUB3: Don't use the switch statement for mathml.John MacFarlane2012-12-19
* Fixed bug in withRaw.John MacFarlane2012-12-13
* LaTeX reader: Make command macros work everywhere, including non-math.John MacFarlane2012-12-12
* Textile reader/writer: Fixed autolinks.John MacFarlane2012-11-06
* Textile parser: Expanded list of stringBreakers.John MacFarlane2012-11-06
* HTML writer: Include highlighting-css for code spans, too.John MacFarlane2012-11-05
* LaTeX reader: skip comments in handleIncludes.John MacFarlane2012-11-05
* Textile reader: Allow newlines before pipes in table.John MacFarlane2012-11-05
* EPUB writer: Rationalized templates.John MacFarlane2012-11-04
* EPUB: removed need for separate epub-titlepage template.John MacFarlane2012-11-04
* EPUB writer: Removed need for separate epub-coverpage template.John MacFarlane2012-11-04
* EPUB writer: Improved handling of CSS.John MacFarlane2012-11-04
* RST writer: Don't add ":align: center" to figures.John MacFarlane2012-11-04