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
2019-08-26
Use parseFromString' in Muse reader.
John MacFarlane
1
-1
/
+1
2019-08-26
Fix inline parsing in grid table cells.
John MacFarlane
3
-16
/
+18
2019-08-26
Add test for issue #5708.
John MacFarlane
1
-0
/
+12
2019-08-26
Add ghc 8.8.1 to CI.
John MacFarlane
1
-0
/
+7
2019-08-25
Use dev version of doctemplates.
John MacFarlane
2
-1
/
+7
2019-08-25
Better message for PandocTemplateError.
John MacFarlane
1
-1
/
+1
2019-08-25
Makefile: add ghcid target.
John MacFarlane
1
-1
/
+4
2019-08-25
Update cabal.project to use released doctemplates.
John MacFarlane
1
-5
/
+0
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
61
-3737
/
+3212
2019-08-25
Got benchmarks working with ipynb.
John MacFarlane
1
-2
/
+17
2019-08-25
Don't add a newline if there's already one.
John MacFarlane
1
-4
/
+5
2019-08-24
Change optMetadataFile type from Maybe to List (#5702)
Owen McGrath
8
-12
/
+25
2019-08-23
Use released pandoc-types.
John MacFarlane
2
-6
/
+1
2019-08-23
Require pandoc-types 1.17.6.
John MacFarlane
1
-2
/
+2
2019-08-23
Add test for #5690.
John MacFarlane
1
-0
/
+16
2019-08-23
Asciidoc writer: handle admonitions.
John MacFarlane
1
-3
/
+22
2019-08-23
RST reader: use title, not admonition-title, for admonition title.
John MacFarlane
1
-1
/
+1
2019-08-23
Ensure proper nesting when we have long ordered list markers.
John MacFarlane
2
-2
/
+16
2019-08-23
docbook: richer parse for admonitions (#5593)
Michael Peyton Jones
1
-16
/
+27
2019-08-23
add proofState to settingsList (#5703)
Krystof Beuermann
1
-0
/
+1
2019-08-16
Circle CI: use fpco/stack-build:lts-13 as base image
Albert Krewinkel
1
-1
/
+1
2019-08-16
cabal.project: remove options unsupported by GHC 8.0
Albert Krewinkel
1
-2
/
+2
2019-08-16
Lua: improve function documentations
Albert Krewinkel
1
-1
/
+4
2019-08-16
Lua: traverse nested blocks and inlines in correct order
Albert Krewinkel
3
-11
/
+62
2019-08-16
Lua: add module for AST element sequence traversal
Albert Krewinkel
4
-0
/
+120
2019-08-15
pandoc.cabal: add cabal.project to extra-source-files.
Albert Krewinkel
1
-1
/
+2
2019-08-14
LaTeX reader: improve withRaw so it can handle cases where...
John MacFarlane
2
-2
/
+12
2019-08-14
Removed some needless lookaheads in Markdown reader.
John MacFarlane
1
-2
/
+0
2019-08-14
Rename test for 5685 -> 5684 (typo in last commit).
John MacFarlane
1
-0
/
+0
2019-08-14
Add thin space when needed in LaTeX quote ligatures.
John MacFarlane
2
-4
/
+15
2019-08-14
MANUAL: link to YAML spec (#5687)
Mauro Bieg
1
-4
/
+6
2019-08-13
Fix multiline table for XWiki writer (#5683)
Zihang Chen
1
-2
/
+4
2019-08-11
JIRA writer: Remove escapeStringForJira for code blocks
Jan-Otto Kröpke
2
-18
/
+18
2019-08-08
Remove blank line (#5679)
Leif Metcalf
1
-1
/
+0
2019-08-08
Revert "Avoid a pointless Text -> String conversion on output."
John MacFarlane
1
-14
/
+8
2019-08-08
lua-filters - avoid duplicate id element-components.
John MacFarlane
1
-1
/
+1
2019-08-08
Update lua-filters doc from lua sources.
John MacFarlane
1
-678
/
+710
2019-08-08
Fix links to Attr in lua-filters.doc.
John MacFarlane
1
-7
/
+7
2019-08-08
lua-filters.doc: make table narrower so it doesn't crowd out TOC.
John MacFarlane
1
-11
/
+11
2019-08-07
Avoid a pointless Text -> String conversion on output.
John MacFarlane
1
-8
/
+14
2019-08-07
Fix stack.yaml.
John MacFarlane
1
-4
/
+2
2019-08-05
Use dev version of pandoc-citeproc.
John MacFarlane
2
-2
/
+6
2019-08-05
Treat `ly` as verbatim too (#5671)
Urs Liska
1
-0
/
+1
2019-08-05
Version bump to 2.8 because of type changes for templates.
John MacFarlane
1
-1
/
+1
2019-07-30
Markdown writer: Don't assume Doc has Eq instance.
John MacFarlane
1
-11
/
+13
2019-07-30
ConTeXt writer; don't use `== empty` with `Doc`, use `isEmpty`.
John MacFarlane
1
-5
/
+5
2019-07-29
Update emoji list in Text.Pandoc.Emoji.
John MacFarlane
2
-8
/
+965
2019-07-29
Use latest doctemplates.
John MacFarlane
1
-1
/
+1
2019-07-28
Use latest pandoc-citeproc.
John MacFarlane
1
-1
/
+1
2019-07-28
Update muse template to handle multiple authors better.
John MacFarlane
2
-2
/
+2
[next]