index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Options.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-08
Added `native_divs` and `native_spans` extensions.
John MacFarlane
1
-0
/
+4
2014-07-31
Options: Added option to turn on epub html extensions
Matthew Pickering
1
-0
/
+1
2014-07-31
New module, Text.Pandoc.MediaBag.
John MacFarlane
1
-2
/
+3
2014-07-31
Made MediaBag a newtype, and added mime type information to media.
John MacFarlane
1
-3
/
+2
2014-07-30
Removed deprecated and no longer used readerStrict in ReaderOptions.
John MacFarlane
1
-2
/
+0
2014-07-30
Moved MediaBag back from Shared to Options, to avoid module cycle.
John MacFarlane
1
-5
/
+1
2014-07-30
Added writerMediaBag to WriterOptions.
John MacFarlane
1
-1
/
+3
2014-07-30
Moved MediaBag from Shared to Options.
John MacFarlane
1
-0
/
+6
2014-07-20
Markdown reader: revised definition list syntax (closes #1429).
John MacFarlane
1
-0
/
+2
2014-07-11
Markdown writer: don't use braced attributes for fenced code.
John MacFarlane
1
-1
/
+0
2014-06-25
Add TrackChanges to Options export.
Jesse Rosenthal
1
-0
/
+1
2014-06-25
Add reader option for track changes.
Jesse Rosenthal
1
-0
/
+2
2014-06-25
Add TrackChanges type to options.
Jesse Rosenthal
1
-0
/
+6
2014-05-09
Update copyright notices for 2014, add missing notices
Albert Krewinkel
1
-2
/
+2
2014-02-25
Added readerTrace to ReaderOptions, --trace command line opt.
John MacFarlane
1
-0
/
+2
2013-09-07
Added `lists_without_preceding_blankline` extension.
John MacFarlane
1
-0
/
+2
2013-08-24
Removed dependency on citeproc-hs.
John MacFarlane
1
-7
/
+0
2013-08-11
Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe).
John MacFarlane
1
-2
/
+2
2013-07-17
Added `ignore_line_breaks` markdown extension.
John MacFarlane
1
-0
/
+1
2013-07-02
Rename `Ext_yaml_title_block` -> `Ext_yaml_metadata_block`.
John MacFarlane
1
-2
/
+2
2013-06-24
Use new flexible metadata type.
John MacFarlane
1
-0
/
+2
2013-04-23
Options: Added `Ext_ascii_identifiers`.
John MacFarlane
1
-0
/
+3
2013-03-21
Added basic support for reveal.js.
Jamie F. Olson
1
-0
/
+1
2013-02-23
`--number-from` -> `--number-offset`
John MacFarlane
1
-2
/
+2
2013-02-21
Added `--number-from` option and `writerNumberFrom`.
John MacFarlane
1
-0
/
+2
2013-02-05
Added `--default-image-extension` and `readerDefaultImageExtension`.
John MacFarlane
1
-12
/
+14
2013-01-16
Implemented Ext_link_attributes in markdown reader.
John MacFarlane
1
-0
/
+2
2013-01-16
Implemented Ext_mmd_header_identifiers in markdown reader.
John MacFarlane
1
-0
/
+1
2013-01-16
Options: Added multimarkdownExtensions.
John MacFarlane
1
-2
/
+18
2013-01-15
Added `writerHtmlQTags` and `--html-q-tags` option.
John MacFarlane
1
-0
/
+2
2013-01-15
Changed Ext_autolink_urls -> Ext_autolink_bare_uris.
John MacFarlane
1
-2
/
+2
2013-01-14
Added Ext_implicit_figures.
John MacFarlane
1
-2
/
+2
2013-01-13
Markdown reader: Support RST-style line blocks.
John MacFarlane
1
-0
/
+2
2013-01-11
Options: Added githubMarkdownExtensions.
John MacFarlane
1
-0
/
+15
2013-01-10
Options: Added phpMarkdownExtraExtensions.
John MacFarlane
1
-0
/
+14
2013-01-10
Implemented Ext_header_attributes.
John MacFarlane
1
-0
/
+2
2013-01-10
Ext_header_identifiers -> Ext_auto_identifiers.
John MacFarlane
1
-2
/
+2
2013-01-05
EPUB changes.
John MacFarlane
1
-0
/
+5
2013-01-05
Changed --toc-level to --toc-depth.
John MacFarlane
1
-2
/
+2
2013-01-05
Changed `--epub-toc-level` to `--toc-level`.
John MacFarlane
1
-2
/
+2
2013-01-04
Renamed writerEPUBMetadata -> writerEpubMetadata.
John MacFarlane
1
-2
/
+2
2013-01-04
Added `--epub-chapter-level` and `--epub-toc-level` options.
John MacFarlane
1
-0
/
+4
2013-01-03
Implemented `Ext_header_identifiers`, `Ext_implicit_header_references`.
John MacFarlane
1
-0
/
+4
2012-10-14
Re-added Read instance for ReaderOptions.
John MacFarlane
1
-1
/
+1
2012-10-13
Moved bibliography processing into readers.
John MacFarlane
1
-3
/
+6
2012-09-27
Removed Ext_monospace_autolinks.
John MacFarlane
1
-2
/
+0
2012-09-27
Added Ext_autolink_urls.
John MacFarlane
1
-0
/
+1
2012-09-27
Renamed Ext_autolink_code_spans to Ext_monospace_autolinks.
John MacFarlane
1
-2
/
+2
2012-09-25
Make --id-prefix affect footnote IDs in markdown writer.
John MacFarlane
1
-0
/
+1
2012-08-21
Implemented Ext_backtick_code_blocks.
John MacFarlane
1
-0
/
+2
[next]