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
2017-02-06
Removed --parse-raw and readerParseRaw.
John MacFarlane
1
-2
/
+0
2017-02-04
Changed writerEpubMetadata to a Maybe String.
John MacFarlane
1
-2
/
+2
2017-01-30
`--mathml` and MathML in HTMLMathMethod longer take an argument.
John MacFarlane
1
-1
/
+1
2017-01-28
LaTeX writer: export writeBeamer.
John MacFarlane
1
-2
/
+0
2017-01-27
HTML: export separate functions for slide formats.
John MacFarlane
1
-2
/
+0
2017-01-27
HTML writer: export writeHtmlStringForEPUB.
John MacFarlane
1
-2
/
+0
2017-01-26
Split writeDocbook into writeDocbook4, writeDocbook5.
John MacFarlane
1
-2
/
+0
2017-01-25
Provide explicit separate functions for HTML 4 and 5.
John MacFarlane
1
-2
/
+0
2017-01-25
Removed readerVerbosity and writerVerbosity.
John MacFarlane
1
-4
/
+0
2017-01-25
Changes to verbosity in writer and reader options.
John MacFarlane
1
-4
/
+9
2017-01-25
Removed writerHighlight; made writerHighlightStyle a Maybe.
John MacFarlane
1
-4
/
+3
2017-01-25
Removed vestigial writerMediaBag from WriterOptions.
John MacFarlane
1
-3
/
+0
2017-01-25
Removed writerIgnoreNotes.
John MacFarlane
1
-2
/
+0
2017-01-25
Removed unused readerFileScope.
John MacFarlane
1
-2
/
+0
2017-01-25
Removed writerTeXLigatures.
John MacFarlane
1
-2
/
+0
2017-01-25
Options: changed default reader/writerExtensions to emptyExtensions.
John MacFarlane
1
-2
/
+2
2017-01-25
Removed readerOldDashes and --old-dashes option, added old_dashes extension.
John MacFarlane
1
-4
/
+0
2017-01-25
Removed readerSmart and the --smart option; added Ext_smart extension.
John MacFarlane
1
-2
/
+0
2017-01-25
Make Extensions a custom type instead of a Set Extension.
John MacFarlane
1
-5
/
+3
2017-01-25
Split extensions code from Options into separate Text.Pandoc.Extensions.
John MacFarlane
1
-205
/
+3
2017-01-25
Simplified reference-docx/reference-odt to reference-doc.
John MacFarlane
1
-4
/
+2
2016-11-30
Options: Removed writerStandalone, made writerTemplate a Maybe.
John MacFarlane
1
-4
/
+2
2016-11-27
Refactor top-level division selection (#3261)
Albert Krewinkel
1
-7
/
+9
2016-11-26
Allow to overwrite top-level division type heuristics (#3258)
Albert Krewinkel
1
-2
/
+2
2016-10-22
Added `angle_brackets_escapable` extension.
John MacFarlane
1
-1
/
+3
2016-10-19
Add option for top-level division type
Albert Krewinkel
1
-4
/
+9
2016-09-06
Add --parts command line option to LaTeX writer.
Oliver Matthews
1
-0
/
+2
2016-10-11
Options: Add references location.
Jesse Rosenthal
1
-0
/
+9
2016-10-09
removed mmd raw_tex in src/Text/Pandoc/Options.hs
KolenCheung
1
-1
/
+3
2016-09-28
Markdown reader: added bracket syntax for native spans.
John MacFarlane
1
-0
/
+2
2016-06-20
Changed email-obfuscation default to no obfuscation.
John MacFarlane
1
-1
/
+1
2016-04-29
Write out Docbook 5 namespace
Ivo Clarysse
1
-2
/
+2
2016-04-29
Add docbook5 writer support
Ivo Clarysse
1
-0
/
+2
2016-03-22
Updated copyright dates to include 2016.
John MacFarlane
1
-2
/
+2
2016-03-15
Introduce file-scope parsing (parse-before-combine)
Jesse Rosenthal
1
-0
/
+2
2016-02-09
Removed `tex_math_single_backslash` from `markdown_github` options.
John MacFarlane
1
-1
/
+0
2015-12-12
Implemented `east_asian_line_breaks` extension.
John MacFarlane
1
-0
/
+2
2015-12-11
Implemented SoftBreak and new `--wrap` option.
John MacFarlane
1
-2
/
+9
2015-11-19
Renamed link attribute extensions.
John MacFarlane
1
-5
/
+5
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
1
-0
/
+5
2015-11-14
Derive Generic instances for types in Text.Pandoc.Options.
John MacFarlane
1
-10
/
+11
2015-11-13
Added `emoji` extension to Markdown.
John MacFarlane
1
-0
/
+2
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
1
-1
/
+0
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
1
-0
/
+1
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
1
-1
/
+0
2015-10-03
FIxed typo: Ext_superscript, Ext_subscript.
John MacFarlane
1
-2
/
+2
2015-10-03
For markdown_mmd, add: implicit_figures, superscripts, subscripts.
John MacFarlane
1
-0
/
+9
2015-07-27
Text.Pandoc.Options: modifications for image attributes.
John MacFarlane
1
-0
/
+5
2015-06-27
Options: Export `plainExtensions`.
John MacFarlane
1
-0
/
+19
2015-04-26
Updated copyright notices to -2015. Closes #2111.
John MacFarlane
1
-2
/
+2
[prev]
[next]