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
2016-10-19
Merge pull request #3108 from tarleb/part
John MacFarlane
9
-56
/
+208
2016-10-19
Add option for top-level division type
Albert Krewinkel
9
-77
/
+210
2016-10-19
Download markdown version of the license from GNU and rename to `COPYING.md`
Kolen Cheung
7
-351
/
+366
2016-10-19
Merge pull request #3168 from hubertp-lshift/feature/odt-image-with-caption
John MacFarlane
3
-4
/
+8
2016-10-19
Image with a caption needs special formatting
Hubert Plociniczak
3
-4
/
+8
2016-10-18
Merge pull request #3166 from hubertp-lshift/bug/3134
John MacFarlane
3
-4
/
+3
2016-10-18
Merge pull request #3165 from hubertp-lshift/feature/odt-image
John MacFarlane
8
-40
/
+158
2016-10-18
Better fix for the problem with ghc 7.8.
John MacFarlane
1
-1
/
+3
2016-10-18
Try to fix build error on ghc 7.8.
John MacFarlane
1
-1
/
+1
2016-10-18
Setup.hs - removed some unneeded imports.
John MacFarlane
1
-5
/
+1
2016-10-18
Added pandoc-citeproc back to extra-deps in stack.yaml.
John MacFarlane
3
-0
/
+3
2016-10-18
Use lts-7.4 resolver.
John MacFarlane
5
-12
/
+5
2016-10-18
stack.yaml - use latest pandoc-types.
John MacFarlane
4
-4
/
+4
2016-10-18
Issue 3143: Don't duplicate text for anchors
Hubert Plociniczak
3
-4
/
+3
2016-10-18
Allow latest HUnit.
John MacFarlane
1
-1
/
+1
2016-10-18
Travis tweaks.
John MacFarlane
1
-3
/
+3
2016-10-17
Org writer: drop space before footnote markers
Albert Krewinkel
2
-5
/
+5
2016-10-17
Use bind function instead of pattern matching
Hubert Plociniczak
1
-4
/
+1
2016-10-17
Minor refactoring
Hubert Plociniczak
1
-10
/
+6
2016-10-17
Infer caption from the text following the img
Hubert Plociniczak
5
-22
/
+54
2016-10-17
RST reader: Add test for space-before-note.
Jesse Rosenthal
1
-0
/
+9
2016-10-17
RST reader: skip whitespace before note.
Jesse Rosenthal
1
-2
/
+3
2016-10-17
Bump pandoc-types versions to 1.17.0.3 in stack.yaml.
John MacFarlane
4
-4
/
+4
2016-10-17
Use pandoc-types 1.17.0.2 in stack.yaml.
John MacFarlane
4
-7
/
+4
2016-10-17
Try travis build with latest dev pandoc-types.
John MacFarlane
1
-1
/
+4
2016-10-17
BUmp pandoc-types version in stack.yamls.
John MacFarlane
4
-4
/
+4
2016-10-16
Update stack.yamls to use pandoc-types 1.17 release.
John MacFarlane
4
-6
/
+4
2016-10-16
Travis: fixed --flag argument in stack.
John MacFarlane
1
-2
/
+2
2016-10-15
Travis: Use fast flag for aeson.
John MacFarlane
1
-3
/
+3
2016-10-14
Org reader: allow figure with empty caption
Albert Krewinkel
2
-3
/
+7
2016-10-14
Remove Tests.Arbitrary
Jesse Rosenthal
19
-212
/
+17
2016-10-14
Merge pull request #3146 from hubertp-lshift/feature/odt-list-start-value
John MacFarlane
8
-16
/
+24
2016-10-14
Added tests and a corner case for starting number
Hubert Plociniczak
7
-3
/
+4
2016-10-14
Travis: test with lts-7 not lts-6.
John MacFarlane
2
-21
/
+5
2016-10-13
Use latest pandoc-types in windows/stack.yaml.
John MacFarlane
1
-1
/
+1
2016-10-13
Use newest pandoc-types from repo.
John MacFarlane
1
-1
/
+1
2016-10-13
Markdown writer: Abstract out note/ref function.
Jesse Rosenthal
1
-28
/
+22
2016-10-13
Use latest pandoc-citeproc in stack.yamls.
John MacFarlane
3
-3
/
+3
2016-10-13
Update stack.yaml files.
John MacFarlane
5
-12
/
+4
2016-10-13
Allow http-client 0.4.30, which is the version in stackage lts.
John MacFarlane
2
-18
/
+2
2016-10-13
Revert "Remove http-client CPP conditionals."
John MacFarlane
1
-1
/
+10
2016-10-13
Document `biblio-title` variable in MANUAL.txt.
John MacFarlane
1
-2
/
+4
2016-10-13
Updated stack.yaml and windows/stack.yaml to use latest pandoc-types.
John MacFarlane
2
-2
/
+10
2016-10-13
Merge pull request #3072 from tarleb/lineblock
John MacFarlane
35
-61
/
+157
2016-10-13
Bump required pandoc-types version to 1.17
Albert Krewinkel
1
-5
/
+5
2016-10-13
Allow empty lines when parsing line blocks
Albert Krewinkel
1
-2
/
+5
2016-10-13
Parse line-oriented markup as LineBlock
Albert Krewinkel
8
-26
/
+34
2016-10-13
Add support for the LineBlock element to writers
Albert Krewinkel
24
-28
/
+102
2016-10-13
Shared: add function combining lines using LineBreak
Albert Krewinkel
1
-0
/
+11
2016-10-12
[ODT Parser] Include list's starting value
Hubert Plociniczak
2
-13
/
+20
[prev]
[next]