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-11-02
LaTeX reader: Handle BVerbatim from fancyvrb. Fixes #3203.
John MacFarlane
1
-10
/
+15
2016-11-01
Handle hungarumlaut in LaTeX reader. Closes #3201.
John MacFarlane
1
-0
/
+16
2016-11-01
[odt] Infer tables' header props from rows (#3199)
hubertp-lshift
1
-2
/
+9
2016-10-31
LaTeX reader: allow for []s inside LaTeX optional args.
John MacFarlane
1
-1
/
+2
2016-10-30
Org reader: support `ATTR_HTML` for special blocks
Albert Krewinkel
1
-9
/
+22
2016-10-30
Org reader: support the `todo` export option
Albert Krewinkel
3
-2
/
+7
2016-10-30
Org reader: add support for todo-markers
Albert Krewinkel
3
-5
/
+98
2016-10-26
Markdown Reader: add attributes for autolink (#3183)
Daniele D'Orazio
1
-1
/
+3
2016-10-25
reveal.js: don't change slide title to level 1 header.
John MacFarlane
1
-3
/
+1
2016-10-24
Export Text.Pandoc.Error in Text.Pandoc.
John MacFarlane
2
-4
/
+4
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
[prev]
[next]