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-04-01
Merge pull request #1207 from mpickering/htmlinlines
John MacFarlane
10
-391
/
+446
2014-04-01
Tests updated to reflect changes to readers.
Matthew Pickering
5
-124
/
+132
2014-04-01
Changed the smart punctuation parser to return Inlines rather than an Inline ...
Matthew Pickering
4
-27
/
+24
2014-04-01
Converted HTML reader to use builder. Fixes #1162.
Matthew Pickering
1
-109
/
+126
2014-04-01
Bugfix for #1175 and convert textile reader to use builder.
Matthew Pickering
1
-134
/
+167
2014-03-31
Make --toc-depth work well with books in latex/pdf output.
John MacFarlane
1
-2
/
+2
2014-03-30
Markdown writer: Use longer backtick fences if needed.
John MacFarlane
1
-1
/
+5
2014-03-25
LaTeX reader: Better handling of figure and table with caption.
John MacFarlane
1
-11
/
+34
2014-03-25
Parsing: Added stateCaption.
John MacFarlane
1
-1
/
+2
2014-03-25
Revert "LaTeX reader: Added LPState."
John MacFarlane
1
-18
/
+0
2014-03-25
LaTeX reader: Added LPState.
John MacFarlane
1
-0
/
+18
2014-03-25
Parsing: Added HasMacros, simplified other typeclasses.
John MacFarlane
2
-30
/
+24
2014-03-25
Whitespace change, and note:
John MacFarlane
1
-0
/
+1
2014-03-25
API changes to HasReaderOptions, HasHeaderMap, HasIdentifierList.
John MacFarlane
2
-39
/
+47
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
2
-93
/
+93
2014-03-24
Merge pull request #1068 from jaimeMF/mw-images-langs
John MacFarlane
3
-1
/
+8
2014-03-24
Parsing: Make F an instance of Applicative. Closes #1138.
John MacFarlane
1
-2
/
+2
2014-03-24
Fixed typo in README
John MacFarlane
1
-1
/
+1
2014-03-24
Markdown reader: Fixed regression on line breaks in strict mode.
John MacFarlane
1
-1
/
+1
2014-03-19
beamer template: changes for better unicode handling.
John MacFarlane
1
-7
/
+7
2014-03-19
PDF: Changes to error reporting, to handle non-UTF8 error output.
John MacFarlane
2
-4
/
+6
2014-03-18
Remove Makefile.
John MacFarlane
1
-51
/
+0
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
Merge pull request #1190 from eVITAERC/patch/1151-windows-texlive
John MacFarlane
1
-12
/
+15
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
2
-5
/
+16
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
Added default.icml to templates.
John MacFarlane
1
-6
/
+7
2014-03-04
Updated README and pandoc.cabal with icml writer.
John MacFarlane
2
-19
/
+20
2014-03-04
Merge branch 'master' of https://github.com/mb21/pandoc into mb21-master
John MacFarlane
6
-1
/
+4301
2014-03-04
Added org-mode to list of readers in cabal description.
John MacFarlane
1
-2
/
+2
2014-03-04
Merge pull request #1179 from tarleb/org
John MacFarlane
7
-16
/
+1110
2014-03-04
Update README to include info on Org-mode reader
Albert Krewinkel
1
-16
/
+17
2014-03-04
Add a simple Emacs Org-mode reader
Albert Krewinkel
6
-0
/
+1093
2014-02-28
InDesign ICML Writer
mb21
6
-1
/
+4301
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
3
-1
/
+22
2014-02-23
PDF: Use ; for TEXINPUTS separator on Windows.
John MacFarlane
2
-1
/
+8
2014-02-21
Fixed bug in reference link parsing in markdown_mmd.
John MacFarlane
1
-1
/
+1
2014-02-20
Revised tests for new latex template.
John MacFarlane
3
-3
/
+3
[prev]
[next]