index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pandoc.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-19
Added Text.Pandoc.Writers.OPML.
John MacFarlane
1
-0
/
+1
2013-03-19
Added Text.Pandoc.Readers.OPML, exporting readOPML.
John MacFarlane
1
-0
/
+1
2013-03-16
Fixed numbering mismatch between TOC and sections in HTML.
John MacFarlane
1
-3
/
+3
2013-03-05
Hide Text.Pandoc.Highlighting.
John MacFarlane
1
-1
/
+1
2013-02-23
`--number-from` -> `--number-offset`
John MacFarlane
1
-11
/
+11
2013-02-22
`--number-from` implies `--number-sections`.
John MacFarlane
1
-1
/
+2
2013-02-21
Added `--number-from` option and `writerNumberFrom`.
John MacFarlane
1
-0
/
+13
2013-02-07
Changes to --version.
John MacFarlane
1
-1
/
+1
2013-02-07
Changes to --version.
John MacFarlane
1
-3
/
+6
2013-02-05
Added `--default-image-extension` and `readerDefaultImageExtension`.
John MacFarlane
1
-99
/
+109
2013-01-19
Updated copyright dates.
John MacFarlane
1
-3
/
+3
2013-01-18
RTF writer: Added writeRTFWithEmbeddedImages.
John MacFarlane
1
-8
/
+4
2013-01-15
Added `writerHtmlQTags` and `--html-q-tags` option.
John MacFarlane
1
-0
/
+10
2013-01-11
pandoc.hs: Fix writerSourceDirectory when a URL is provided.
John MacFarlane
1
-3
/
+7
2013-01-10
Options: Added phpMarkdownExtraExtensions.
John MacFarlane
1
-5
/
+0
2013-01-05
Changed --toc-level to --toc-depth.
John MacFarlane
1
-6
/
+6
2013-01-05
Changed `--epub-toc-level` to `--toc-level`.
John MacFarlane
1
-15
/
+16
2013-01-04
Renamed local variable for consistency (EPUB->Epub).
John MacFarlane
1
-20
/
+20
2013-01-04
Renamed writerEPUBMetadata -> writerEpubMetadata.
John MacFarlane
1
-1
/
+1
2013-01-04
Added `--epub-chapter-level` and `--epub-toc-level` options.
John MacFarlane
1
-0
/
+30
2013-01-03
Changed type of 'readers' in Text.Pandoc, so all readers are in IO.
John MacFarlane
1
-2
/
+3
2013-01-03
Fixed paths for LaTeXMathML and MathMLinHTML scripts.
John MacFarlane
1
-2
/
+2
2012-12-29
Data files changes.
John MacFarlane
1
-9
/
+13
2012-12-29
Cabal file changes.
John MacFarlane
1
-0
/
+1052
[prev]