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
2015-04-13
RST Writer: Normalize headings to sequential levels
Nikolay Yakimov
1
-1
/
+8
2015-04-12
Fixed warning.
John MacFarlane
1
-1
/
+1
2015-04-12
Fixed toc depth in RST writer.
John MacFarlane
1
-1
/
+1
2015-04-12
Merge pull request #2072 from lierdakil/latex-reader-cleanup
John MacFarlane
1
-92
/
+82
2015-04-12
Text.Pandoc.PDF: more comprehensible errors on image conversion.
John MacFarlane
1
-3
/
+3
2015-04-12
LaTeX Reader: Code cleanup
Nikolay Yakimov
1
-92
/
+82
2015-04-12
ODT Writer: Figure captions
Nikolay Yakimov
2
-4
/
+13
2015-04-07
Removed redundat import.
John MacFarlane
1
-1
/
+0
2015-04-07
DocBook reader: look inside "info" elements for section titles.
John MacFarlane
1
-1
/
+4
2015-04-07
RST writer: better handling of raw latex inline.
John MacFarlane
1
-6
/
+12
2015-04-07
Markdown Reader: eliminate common subexpressions
Julien Cretel
1
-2
/
+5
2015-04-02
EPUB writer: Take TOC title from toc-title metadata field.
John MacFarlane
1
-2
/
+5
2015-04-01
Added "noProof" to docx syntax highlighting SourceCode style.
John MacFarlane
1
-0
/
+1
2015-03-31
Merge pull request #2042 from lierdakil/issue1866
John MacFarlane
1
-3
/
+13
2015-03-31
Latex Reader: Block commands code cleanup
Nikolay Yakimov
1
-3
/
+2
2015-03-30
Merge pull request #2035 from lierdakil/issue2031
John MacFarlane
1
-0
/
+5
2015-03-29
Added CommonMark writer.
John MacFarlane
2
-0
/
+181
2015-03-30
Latex Reader: Guard against para starting with inline macro
Nikolay Yakimov
1
-0
/
+1
2015-03-30
LaTeX Reader: check for block-level newcommand aliases in blockCommand
Nikolay Yakimov
1
-3
/
+13
2015-03-29
Merge pull request #2038 from lierdakil/docx-hyphen-settings
John MacFarlane
1
-3
/
+26
2015-03-29
Merge pull request #2037 from lierdakil/issue458
John MacFarlane
1
-1
/
+29
2015-03-29
Docx Writer: Filter out illegal XML characters
Matthew Pickering
1
-2
/
+19
2015-03-29
Docx Writer: Place toc after abstract, rather than before
Nikolay Yakimov
1
-1
/
+1
2015-03-29
Docx Writer: Copy hyphenation settings from reference.docx
Nikolay Yakimov
1
-3
/
+26
2015-03-29
Docx Writer: Initial support for --toc option (issue #458)
Nikolay Yakimov
1
-1
/
+29
2015-03-29
Docx Writer: Add a style to figure images
Nikolay Yakimov
1
-0
/
+5
2015-03-28
Merge branch 'master' of https://github.com/rootzlevel/pandoc into rootzlevel...
John MacFarlane
1
-1
/
+1
2015-03-28
Updated code example in Text.Pandoc.
John MacFarlane
1
-2
/
+4
2015-03-28
Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...
John MacFarlane
22
-221
/
+329
2015-03-28
Markdown Reader: Require nonempty value in mmd title block
Nikolay Yakimov
1
-0
/
+1
2015-03-28
Markdown Reader: Req. " " after key in mmd title block
Nikolay Yakimov
1
-1
/
+4
2015-03-28
Markdown Reader: Disable meta exts for meta values
Nikolay Yakimov
1
-1
/
+6
2015-03-24
Docx Writer: Fix StyleMap
Nikolay Yakimov
1
-18
/
+19
2015-03-23
Allow pipe tables with header but no body.
John MacFarlane
1
-1
/
+1
2015-03-23
Fix accidently usage of list monad instance
Matthew Pickering
1
-1
/
+1
2015-03-22
Add missing import
Matthew Pickering
1
-1
/
+1
2015-03-22
Factor out "returnState" into Parsing module
Matthew Pickering
3
-16
/
+7
2015-03-22
HLint changes
Matthew Pickering
1
-82
/
+76
2015-03-22
Remove F Monad from Markdown reader
Matthew Pickering
1
-313
/
+306
2015-03-22
Generalise signature of addWarning
Matthew Pickering
1
-1
/
+1
2015-03-22
Add check to see whether in a footnote to ParserState (to avoid circular foot...
Matthew Pickering
1
-2
/
+4
2015-03-22
Remove F monad from Parsing
Matthew Pickering
2
-26
/
+3
2015-03-22
Changed parseWithWarnings to the more general returnWarnings parser transformer
Matthew Pickering
2
-7
/
+6
2015-03-22
Remove F monad from Org Reader.
Matthew Pickering
1
-239
/
+227
2015-03-22
Added generalize function which can be used to lift specialised parsers.
Matthew Pickering
1
-0
/
+4
2015-03-19
Markdown writer: fixes for GHC 7.10.
John MacFarlane
1
-3
/
+3
2015-03-19
Derive from Data and Typeable for libpandoc
Shahbaz Youssefi
2
-11
/
+16
2015-03-17
Fixed a compiler warning.
John MacFarlane
1
-1
/
+1
2015-03-17
Added CommonMark reader using cmark (libcmark bindings).
John MacFarlane
2
-0
/
+121
2015-03-16
Merge pull request #1968 from lierdakil/issue1607
John MacFarlane
4
-99
/
+236
[next]