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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-25
LaTeX reader: Better handling of "table" environment.
John MacFarlane
1
-0
/
+1
2014-03-24
RTF writer: Fixed tables cells containing paragraphs.
John MacFarlane
1
-1
/
+1
2014-03-24
Merge pull request #1068 from jaimeMF/mw-images-langs
John MacFarlane
1
-1
/
+5
2014-03-24
Parsing: Make F an instance of Applicative. Closes #1138.
John MacFarlane
1
-2
/
+2
2014-03-24
Markdown reader: Fixed regression on line breaks in strict mode.
John MacFarlane
1
-1
/
+1
2014-03-19
PDF: Changes to error reporting, to handle non-UTF8 error output.
John MacFarlane
1
-3
/
+2
2014-03-14
EPUB writer: Handle files linked in raw img tags.
John MacFarlane
1
-1
/
+1
2014-03-14
EPUB writer: Handle media in audio source tags.
John MacFarlane
1
-27
/
+28
2014-03-14
EPUB writer: Incorporate files linked in <video> tags.
John MacFarlane
2
-10
/
+47
2014-03-14
RST writer: Avoid stack overflow with certain tables.
John MacFarlane
1
-2
/
+6
2014-03-12
Man writer: Ensure that terms in definition lists aren't line wrapped.
John MacFarlane
1
-1
/
+1
2014-03-10
PDF: Use / as path separators in latex input only
Tim Lin
1
-12
/
+15
2014-03-10
PDF: Use / as path separators in tempdir on Windows.
John MacFarlane
1
-3
/
+11
2014-03-09
PDF: Use / as path separators even on Windows.
John MacFarlane
1
-2
/
+3
2014-03-05
HTML writer: Add colgroup around col tags.
John MacFarlane
1
-5
/
+10
2014-03-05
SelfContained: Handle "poster" attribute in "video" tags.
John MacFarlane
1
-8
/
+10
2014-03-05
Templates: YAML objects resolve to "true" in conditionals.
John MacFarlane
1
-0
/
+1
2014-03-04
Merge branch 'master' of https://github.com/mb21/pandoc into mb21-master
John MacFarlane
1
-0
/
+525
2014-03-04
Add a simple Emacs Org-mode reader
Albert Krewinkel
1
-0
/
+552
2014-02-28
InDesign ICML Writer
mb21
1
-0
/
+525
2014-02-26
Markdown reader: Improved parsing of nested divs.
John MacFarlane
1
-0
/
+2
2014-02-26
Markdown parser: avoid backtracking when closing `</div>` not found.
John MacFarlane
1
-6
/
+13
2014-02-26
Markdown reader: small efficiency improvement.
John MacFarlane
1
-1
/
+1
2014-02-25
Added readerTrace to ReaderOptions, --trace command line opt.
John MacFarlane
2
-1
/
+13
2014-02-23
PDF: Use ; for TEXINPUTS separator on Windows.
John MacFarlane
1
-1
/
+6
2014-02-21
Fixed bug in reference link parsing in markdown_mmd.
John MacFarlane
1
-1
/
+1
2014-02-19
Make rst figures true figures. Closes #1168.
John MacFarlane
1
-1
/
+1
2014-02-17
Merge pull request #1145 from wilx/en-dash-ligature-avoidance
John MacFarlane
1
-1
/
+1
2014-02-17
HTML writer: Fixed bug with unnumbered section headings.
John MacFarlane
1
-1
/
+2
2014-02-15
Clarified field values in RstCustomRoles.
Merijn Verstraaten
1
-0
/
+4
2014-02-15
Enhanced Pandoc's support for rST roles.
Merijn Verstraaten
2
-10
/
+83
2014-02-09
Merge remote-tracking branch 'origin/master' into en-dash-ligature-avoidance.
Vaclav Zeman
29
-377
/
+1420
2014-02-08
Use \/ to avoid en-dash ligature instead of -{}-.
Vaclav Zeman
1
-1
/
+1
2014-02-06
Removed RenderState datatype context.
Merijn Verstraaten
1
-2
/
+1
2014-02-04
Slight code reorganization in endline.
John MacFarlane
1
-5
/
+3
2014-01-24
ImageSize: Avoid use of lookAhead, which is not in binary >= 0.6.
John MacFarlane
1
-4
/
+5
2014-01-22
Fixed mediawiki ordered list parsing.
John MacFarlane
1
-10
/
+15
2014-01-20
HTML reader: Fixed bug reading inline math with `$$`.
John MacFarlane
1
-2
/
+2
2014-01-16
Merge pull request #974 from merijn/master
John MacFarlane
1
-6
/
+17
2014-01-14
Allow binary 0.5. Version bump to 1.12.3.1.
John MacFarlane
1
-3
/
+6
2014-01-09
Minor improvement to exif parser.
John MacFarlane
1
-2
/
+2
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
1
-15
/
+210
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-07
Markdown reader: Allow hard line breaks in table cells.
John MacFarlane
1
-3
/
+3
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
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
[prev]
[next]