index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-09
Updated changelog.
John MacFarlane
1
-0
/
+11
2014-01-09
Minor improvement to exif parser.
John MacFarlane
1
-2
/
+2
2014-01-09
Relaxed version bounds on attoparsec, text, aeson.
John MacFarlane
1
-6
/
+6
2014-01-09
Markdown parser: be more permissive about citation keys.
John MacFarlane
1
-3
/
+4
2014-01-09
Better exif parsing, including image resolution.
John MacFarlane
2
-16
/
+212
2014-01-08
Text.Pandoc.ImageSize: Parse EXIF format JPGs.
John MacFarlane
1
-6
/
+28
2014-01-08
fetchItem: Handle image URLs beginning with '//'.
John MacFarlane
1
-4
/
+9
2014-01-08
Added README comment on line breaks in cells
John MacFarlane
1
-0
/
+3
2014-01-07
Updated changelog.
John MacFarlane
1
-2
/
+6
2014-01-07
Markdown reader: Allow hard line breaks in table cells.
John MacFarlane
1
-3
/
+3
2014-01-07
Updated tests for latest texmath.
John MacFarlane
1
-1
/
+1
2014-01-07
Updated changelog.
John MacFarlane
1
-0
/
+97
2014-01-07
Added wmf and emf mime types.
John MacFarlane
1
-0
/
+2
2014-01-07
Fixed small regression in docx writer.
John MacFarlane
1
-3
/
+6
2014-01-06
Increase upper bound for text.
John MacFarlane
1
-3
/
+2
2014-01-06
Increase upper bound on process.
John MacFarlane
1
-1
/
+1
2014-01-06
EPUB writer: Strip out footnotes from toc entries.
John MacFarlane
1
-5
/
+6
2014-01-06
EPUB writer: Avoid duplicate notes when headings contain notes.
John MacFarlane
1
-1
/
+7
2014-01-06
Added note to Interact.hs recommending 'cabal repl'.
John MacFarlane
1
-0
/
+4
2014-01-06
HTML writer: Omit footnotes from TOC entries.
John MacFarlane
1
-1
/
+3
2014-01-05
Removed references to biblio2yaml in installers.
John MacFarlane
3
-4
/
+1
2014-01-04
make_osx_package: Don't hardcode jgm, use whoami.
John MacFarlane
1
-1
/
+1
2014-01-03
The `--bibliography` option now sets the `biblio-files` variable.
John MacFarlane
1
-0
/
+3
2014-01-03
Documented biblio-files variable
John MacFarlane
1
-0
/
+2
2014-01-02
Merge pull request #1005 from nougad/consistent_bibliography
John MacFarlane
1
-1
/
+3
2014-01-02
RST writer: Ensure no blank line after def in definition list.
John MacFarlane
1
-1
/
+1
2014-01-02
Pretty: Added nestle. API change, minor version bump to 1.12.3.
John MacFarlane
2
-2
/
+11
2014-01-02
HTML writer: With --toc, headers no longer link to themselves.
John MacFarlane
1
-15
/
+8
2014-01-02
Use isHeaderBlock from Shared rather than defining it anew...
John MacFarlane
2
-9
/
+3
2014-01-02
ODT writer: Use mathml for proper rendering of formulas.
John MacFarlane
1
-8
/
+42
2014-01-02
OpenDocument writer: Fixed RawInline, RawBlock so they don't escape.
John MacFarlane
1
-6
/
+10
2014-01-02
Moved fixDisplayMath from Docx writer to Writer.Shared.
John MacFarlane
2
-25
/
+29
2014-01-02
reference.odt: Tidied styles.xml.
John MacFarlane
1
-0
/
+0
2014-01-01
HTML reader: Parse name/content pairs from meta tags as metadata.
John MacFarlane
2
-2
/
+11
2014-01-01
Docx writer: Fixed problem with some modified reference docx files.
John MacFarlane
1
-2
/
+7
2013-12-27
reference.docx: Include 'FootnoteText' style.
John MacFarlane
1
-0
/
+0
2013-12-27
Removed old MarkdownTest_1.0.3 directory (not currently used).
John MacFarlane
45
-3905
/
+0
2013-12-26
Allow temporary 1.2.
John MacFarlane
1
-1
/
+1
2013-12-23
Merge pull request #1103 from nikai3d/patch-1
John MacFarlane
1
-3
/
+3
2013-12-23
fix typos in README
Nicolas Kaiser
1
-3
/
+3
2013-12-19
Merge pull request #1099 from hdevalence/master
John MacFarlane
23
-69
/
+69
2013-12-19
HLint: use fromMaybe
Henry de Valence
10
-23
/
+30
2013-12-19
HLint: use /=
Henry de Valence
1
-1
/
+1
2013-12-19
HLint: redundant parens
Henry de Valence
8
-12
/
+10
2013-12-19
HLint: Remove lambdas.
Henry de Valence
2
-4
/
+3
2013-12-19
HLint: use `elem` and `notElem`
Henry de Valence
7
-24
/
+20
2013-12-19
HLint: Use all
Henry de Valence
2
-5
/
+5
2013-12-17
LaTeX writer: Better treatment of footnotes in tables.
John MacFarlane
1
-6
/
+29
2013-12-17
LaTeX writer: Factored out function for table cell creation.
John MacFarlane
1
-13
/
+17
2013-12-17
LaTeX reader: Support babel-style quoting: `` "`..."' ``.
John MacFarlane
1
-0
/
+2
[prev]
[next]