index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-05
Allow user to specify User-Agent (#3421)
Thenaesh Elango
1
-3
/
+11
2017-02-04
Changed writerEpubMetadata to a Maybe String.
John MacFarlane
2
-3
/
+3
2017-02-04
Improved escaping in RST writer with smart option.
John MacFarlane
1
-6
/
+20
2017-02-04
Org writer: reduce to two spaces after bullets
Albert Krewinkel
1
-2
/
+2
2017-02-04
Markdown writer: Better escaping when +smart.
John MacFarlane
1
-17
/
+21
2017-02-04
Expose setVerbosity in Text.Pandoc
John MacFarlane
1
-0
/
+1
2017-02-04
Implemented +/-smart in rst writer.
John MacFarlane
3
-15
/
+29
2017-02-03
Docx reader: handle local namespace declarations.
John MacFarlane
2
-107
/
+127
2017-02-03
Docx reader: Don't drop smartTag contents.
John MacFarlane
2
-0
/
+8
2017-02-03
HTML and DocBook writers: fix internal links with writerIdentifierPrefix opt ...
Mauro Bieg
2
-4
/
+6
2017-02-02
Org.hs: remove misleading comment
Alexander Krotov
1
-1
/
+0
2017-02-01
Reduce state in Org writer (#3404)
Alexander Krotov
1
-8
/
+3
2017-01-30
`--mathml` and MathML in HTMLMathMethod longer take an argument.
John MacFarlane
5
-14
/
+10
2017-01-30
Make epub an alias for epub3, not epub2.
John MacFarlane
2
-2
/
+2
2017-01-28
Removed some old commented-out code.
John MacFarlane
1
-25
/
+0
2017-01-28
LaTeX writer: export writeBeamer.
John MacFarlane
3
-29
/
+52
2017-01-27
HTML: export separate functions for slide formats.
John MacFarlane
3
-66
/
+121
2017-01-27
Shared: rename compactify', compactify'DL -> compactify, compactifyDL.
John MacFarlane
7
-25
/
+25
2017-01-27
Removed Shared.compactify.
John MacFarlane
3
-37
/
+25
2017-01-27
Expose FileTree in Class
John MacFarlane
1
-0
/
+1
2017-01-27
HTML writer: export writeHtmlStringForEPUB.
John MacFarlane
3
-28
/
+42
2017-01-26
Split writeDocbook into writeDocbook4, writeDocbook5.
John MacFarlane
4
-35
/
+53
2017-01-26
EPUB writer: split writeEPUB into writeEPUB2, writeEPUB3.
John MacFarlane
3
-12
/
+32
2017-01-25
Provide explicit separate functions for HTML 4 and 5.
John MacFarlane
8
-71
/
+103
2017-01-25
Removed unneeded exports.
John MacFarlane
1
-2
/
+0
2017-01-25
Cleanups for rebase.
John MacFarlane
2
-3
/
+3
2017-01-25
Fixed small mistake in instance for logOutput.
John MacFarlane
1
-1
/
+1
2017-01-25
Removed readerVerbosity and writerVerbosity.
John MacFarlane
4
-25
/
+13
2017-01-25
More logging-related changes.
John MacFarlane
6
-123
/
+115
2017-01-25
Class: Changes around logging.
John MacFarlane
1
-27
/
+45
2017-01-25
Changes to verbosity in writer and reader options.
John MacFarlane
9
-35
/
+41
2017-01-25
Removed writerHighlight; made writerHighlightStyle a Maybe.
John MacFarlane
4
-39
/
+35
2017-01-25
Removed vestigial writerMediaBag from WriterOptions.
John MacFarlane
1
-3
/
+0
2017-01-25
Revert "Added page breaks into Pandoc."
John MacFarlane
25
-89
/
+13
2017-01-25
Fixed shadowing warnings.
John MacFarlane
1
-3
/
+3
2017-01-25
Put an Integer rather than Word64 behind Extensions.
John MacFarlane
1
-3
/
+2
2017-01-25
Removed writerIgnoreNotes.
John MacFarlane
5
-17
/
+10
2017-01-25
Factored out deNote in Shared.
John MacFarlane
1
-4
/
+4
2017-01-25
Removed unused readerFileScope.
John MacFarlane
1
-2
/
+0
2017-01-25
Removed writerMediaBag from WriterOpts.
John MacFarlane
2
-17
/
+23
2017-01-25
Removed writerTeXLigatures.
John MacFarlane
3
-6
/
+4
2017-01-25
Made `smart` extension default for pandoc markdown.
John MacFarlane
1
-0
/
+1
2017-01-25
Options: changed default reader/writerExtensions to emptyExtensions.
John MacFarlane
1
-2
/
+2
2017-01-25
Make the `smart` extension affect the Markdown writer.
John MacFarlane
1
-6
/
+29
2017-01-25
Removed readerOldDashes and --old-dashes option, added old_dashes extension.
John MacFarlane
5
-10
/
+7
2017-01-25
Removed readerSmart and the --smart option; added Ext_smart extension.
John MacFarlane
10
-17
/
+19
2017-01-25
Make Extensions a custom type instead of a Set Extension.
John MacFarlane
5
-52
/
+72
2017-01-25
Split extensions code from Options into separate Text.Pandoc.Extensions.
John MacFarlane
2
-205
/
+248
2017-01-25
Fixed something small that broke in rebase.
John MacFarlane
1
-1
/
+1
2017-01-25
Class: Warn instead or erroring if we can't fetch media
Jesse Rosenthal
1
-5
/
+18
[prev]
[next]