index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-23
Tighten up parsing of raw email addresses.
John MacFarlane
1
-4
/
+13
2016-10-23
fix example in documentation (#3176)
Thomas Weißschuh
1
-2
/
+2
2016-10-23
ICML writer: replace partial function (!!) in table handling (#3175)
Mauro Bieg
1
-5
/
+5
2016-10-22
Added `angle_brackets_escapable` extension.
John MacFarlane
2
-1
/
+5
2016-10-22
EPUB reader: don't add root path to data: URIs.
John MacFarlane
1
-1
/
+3
2016-10-19
Merge pull request #3108 from tarleb/part
John MacFarlane
5
-40
/
+68
2016-10-19
Add option for top-level division type
Albert Krewinkel
5
-48
/
+71
2016-10-19
Image with a caption needs special formatting
Hubert Plociniczak
1
-2
/
+6
2016-10-18
Merge pull request #3166 from hubertp-lshift/bug/3134
John MacFarlane
1
-3
/
+2
2016-10-18
Merge pull request #3165 from hubertp-lshift/feature/odt-image
John MacFarlane
4
-38
/
+151
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
Issue 3143: Don't duplicate text for anchors
Hubert Plociniczak
1
-3
/
+2
2016-10-17
Org writer: drop space before footnote markers
Albert Krewinkel
1
-1
/
+1
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
1
-20
/
+47
2016-10-17
RST reader: skip whitespace before note.
Jesse Rosenthal
1
-2
/
+3
2016-10-14
Org reader: allow figure with empty caption
Albert Krewinkel
1
-3
/
+1
2016-10-14
Merge pull request #3146 from hubertp-lshift/feature/odt-list-start-value
John MacFarlane
2
-13
/
+21
2016-10-14
Added tests and a corner case for starting number
Hubert Plociniczak
1
-0
/
+1
2016-10-13
Markdown writer: Abstract out note/ref function.
Jesse Rosenthal
1
-28
/
+22
2016-10-13
Allow http-client 0.4.30, which is the version in stackage lts.
John MacFarlane
1
-16
/
+0
2016-10-13
Revert "Remove http-client CPP conditionals."
John MacFarlane
1
-1
/
+10
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
4
-9
/
+9
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
2016-10-12
Basic support for images in ODT documents
Hubert Plociniczak
4
-38
/
+131
2016-10-12
Merge pull request #3159 from jkr/refs
John MacFarlane
2
-85
/
+151
2016-10-11
Markdown writer: Allow footnotes/refs at the end of blocks, sections
Jesse Rosenthal
1
-21
/
+64
2016-10-11
Add ReaderT monad for environment variables.
Jesse Rosenthal
1
-64
/
+78
2016-10-11
Options: Add references location.
Jesse Rosenthal
1
-0
/
+9
2016-10-10
Org reader: trim verse lines properly
Albert Krewinkel
1
-2
/
+4
2016-10-10
More checks for Ext_raw_html when rendering HTML in Markdown.
John MacFarlane
1
-5
/
+9
2016-10-09
removed mmd raw_tex in src/Text/Pandoc/Options.hs
KolenCheung
1
-1
/
+3
2016-10-05
Docx writer: Move one more env var to Reader monad
Jesse Rosenthal
1
-6
/
+5
2016-10-05
Docx writer: code legibility fixups.
Jesse Rosenthal
1
-5
/
+6
2016-10-04
Docx writer: Clean up and streamline RTL behavior
Jesse Rosenthal
1
-71
/
+77
2016-10-04
Docx writer: move a couple more vars to ReaderT
Jesse Rosenthal
1
-21
/
+29
2016-10-03
Clean up commented-out code
Jesse Rosenthal
1
-12
/
+0
2016-10-03
Remove bool on setRTL.
Jesse Rosenthal
1
-17
/
+13
2016-10-03
Filter text/para props correctly.
Jesse Rosenthal
1
-2
/
+2
2016-10-03
Add a boolean flag to the setRTL function.
Jesse Rosenthal
1
-5
/
+5
2016-10-03
Test for "dir" metadata.
Jesse Rosenthal
1
-2
/
+7
2016-10-03
Add setRTL and setLTR functions.
Jesse Rosenthal
1
-8
/
+41
2016-10-03
Move more enviroment vars to Reader Monad.
Jesse Rosenthal
1
-62
/
+52
2016-10-03
Add ReaderT env to the docx writer:
Jesse Rosenthal
1
-8
/
+17
2016-10-02
MediaWiki writer: transform filename with underscores in images.
John MacFarlane
1
-1
/
+1
[next]