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
2011-02-04
Improved HTML table output (line breaks).
John MacFarlane
7
-70
/
+187
2011-02-04
Updated tests.
John MacFarlane
8
-382
/
+56
2011-02-04
More changes to HTML output.
John MacFarlane
1
-25
/
+23
2011-02-04
HTML writer: Spacing adjustments for Plain and RawHtml blocks.
John MacFarlane
7
-402
/
+196
2011-02-04
Updated tests for new HTML format.
John MacFarlane
11
-1673
/
+1265
2011-02-04
Improved new HTML format; restored original --no-wrap behavior.
John MacFarlane
1
-52
/
+76
2011-02-04
HTML writer: More normal line breaks.
John MacFarlane
1
-25
/
+29
2011-02-04
Native writer test: in block list test, limit to list < 20 blocks.
John MacFarlane
1
-2
/
+3
2011-02-04
Added cCommented-out round-trip property in markdown reader test.
John MacFarlane
1
-0
/
+18
2011-02-04
Shared: Minor refactoring.
John MacFarlane
1
-1
/
+4
2011-02-04
Improved Arbitrary instance.
John MacFarlane
1
-32
/
+45
2011-02-04
Setup.hs: Added a 5 second timeout for test cases.
John MacFarlane
1
-1
/
+1
2011-02-04
normalize: Normalize spaces too.
John MacFarlane
2
-5
/
+15
2011-02-04
markdown2pdf: Fixed bug with output file extensions.
John MacFarlane
1
-1
/
+1
2011-02-01
Markdown reader: Simplified and corrected footnote block parser.
John MacFarlane
2
-8
/
+11
2011-02-01
Added 6.10.4 to list of GHC versions test (MacPorts).
John MacFarlane
1
-1
/
+1
2011-02-01
Added a (failing) test for footnotes.
John MacFarlane
1
-1
/
+4
2011-01-31
Improved fix to markdown noteBlock parser.
John MacFarlane
2
-9
/
+4
2011-01-31
Markdown reader: Fixed whitespace footnote bug (Jesse Rosenthal).
John MacFarlane
2
-1
/
+12
2011-01-31
Updated changelog.
John MacFarlane
1
-0
/
+8
2011-01-31
Version bump to 1.8.0.1.
John MacFarlane
1
-1
/
+1
2011-01-31
Setup.hs: Don't call MakeManPage.hs unless the man pages need making.
John MacFarlane
1
-1
/
+10
2011-01-30
Fixed Interact.hs to handle the cpp macros in UTF8.
John MacFarlane
1
-1
/
+1
2011-01-30
Markdown fixes in changelog.
John MacFarlane
1
-16
/
+16
2011-01-30
Fixed misspelling in README.
John MacFarlane
1
-1
/
+1
2011-01-30
UTF8: Use #if instead of #ifdef.
John MacFarlane
1
-1
/
+1
2011-01-30
Updated changelog.
John MacFarlane
1
-0
/
+4
2011-01-30
Merge branch 'lineend'
John MacFarlane
2
-19
/
+58
2011-01-30
UTF8 module: Use base 4.2 IO if available.
John MacFarlane
1
-1
/
+44
2011-01-30
pandoc.hs: Simplified code for writing result.
John MacFarlane
1
-18
/
+14
2011-01-30
Require non-buggy zip-archive 0.1.1.7.
John MacFarlane
1
-2
/
+2
2011-01-30
Final update of changelog.
John MacFarlane
1
-21
/
+25
2011-01-30
Depend on citeproc >= 0.3.1.
John MacFarlane
1
-2
/
+2
2011-01-30
LaTeX reader: Fixed bug with whitespace at beginning of file.
John MacFarlane
2
-2
/
+11
2011-01-29
Updated changelog.
John MacFarlane
1
-0
/
+1
2011-01-29
Markdown reader tables: Fixed bug in alignments.
John MacFarlane
1
-4
/
+5
2011-01-29
Highlighting: Fixed non-highlighting-kate version of highlightHtml.
John MacFarlane
1
-2
/
+2
2011-01-29
Added HTML writer tests for inline code.
John MacFarlane
3
-0
/
+44
2011-01-29
HTML writer: avoid doubled <code> tag for highlighted inline code.
John MacFarlane
1
-4
/
+5
2011-01-29
Fixed highlighting for inline code.
John MacFarlane
5
-34
/
+42
2011-01-29
Depend on highlighting-kate >= 0.2.9.
John MacFarlane
1
-2
/
+2
2011-01-29
Updated some dates in documentation.
John MacFarlane
2
-3
/
+3
2011-01-29
Updated pandoc-setup to 1.8.
John MacFarlane
1
-1
/
+1
2011-01-29
Updated changelog.
John MacFarlane
1
-8
/
+124
2011-01-29
Moved tests to src.
John MacFarlane
11
-1
/
+1
2011-01-29
Updated tested-with field of cabal file.
John MacFarlane
1
-1
/
+1
2011-01-29
Shared: Fixed bug in normalize revealed by tests!
John MacFarlane
1
-4
/
+5
2011-01-29
Added Tests.Shared with normalize round-trip tests.
John MacFarlane
3
-0
/
+24
2011-01-29
Tests.Arbitrary: don't allow empty list items.
John MacFarlane
1
-3
/
+5
2011-01-29
Removed intentionally failing test in ConTeXt writer tests.
John MacFarlane
1
-2
/
+2
[next]