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
2017-04-14
Merge pull request #3569 from tarleb/lua-destructured-filter-functions
Albert Krewinkel
11
-214
/
+978
2017-04-14
Lua filter: use destructured functions for block filters
Albert Krewinkel
3
-21
/
+26
2017-04-14
Drop dependency on hslua-aeson
Albert Krewinkel
6
-23
/
+15
2017-04-14
Push blocks via lua constructors and constants
Albert Krewinkel
2
-78
/
+336
2017-04-14
s/safed/saved/
Alexander Krotov
1
-1
/
+1
2017-04-14
Push inlines via lua constructors and constants
Albert Krewinkel
1
-41
/
+29
2017-04-13
Use lua constructors to push meta values
Albert Krewinkel
4
-34
/
+198
2017-04-13
Improve lua module documentation
Albert Krewinkel
1
-140
/
+315
2017-04-12
Use lowercase a4 for latex papersize example.
John MacFarlane
1
-1
/
+1
2017-04-12
Lua module: provide multi-param Inline constructors
Albert Krewinkel
1
-4
/
+160
2017-04-12
Lua filter: use destructured functions for inline filters
Albert Krewinkel
2
-37
/
+63
2017-04-12
Man writer: Fix handling of nested font commands.
John MacFarlane
3
-13
/
+56
2017-04-11
Lua filter: use custom StackValue Inline instance
Albert Krewinkel
3
-31
/
+156
2017-04-10
Docx writer: don't take "distArchive" from datadir.
John MacFarlane
1
-2
/
+3
2017-04-09
stack.yaml: update foundation to 0.0.6 (#3565)
Alexander Krotov
1
-0
/
+1
2017-04-09
Use stack lts-8.8.
John MacFarlane
2
-4
/
+2
2017-04-07
Fixed a typo (#3562)
Sam Kim
1
-1
/
+1
2017-04-07
Lua filter: improve doc filter performance
Albert Krewinkel
2
-37
/
+56
2017-04-06
Ensure correctness of StackValue instances
Albert Krewinkel
2
-0
/
+29
2017-04-06
Lua filter: Improve block filter performance
Albert Krewinkel
1
-7
/
+44
2017-04-06
Lua filter: Improve inline filter performance
Albert Krewinkel
1
-7
/
+73
2017-04-04
Use lua registry instead of named globals
Albert Krewinkel
1
-5
/
+11
2017-04-06
Ms writer: wider indents for lists.
John MacFarlane
2
-101
/
+102
2017-04-06
Allow raw latex commands starting with `\start` in Markdown.
John MacFarlane
2
-1
/
+10
2017-04-05
Ms writer: respect text wrapping options.
John MacFarlane
3
-70
/
+45
2017-04-04
Ms writer improvements:
John MacFarlane
4
-22
/
+30
2017-04-04
Small fixes to ms template.
John MacFarlane
1
-6
/
+6
2017-04-04
Ms writer: ensure that @ is escaped in URIs.
John MacFarlane
2
-3
/
+7
2017-04-04
Error: Added PandocOptionError.
John MacFarlane
2
-1
/
+3
2017-04-04
Add original classes to JS obfuscated links (#3554)
Timm Albers
1
-1
/
+4
2017-04-04
Merge pull request #3556 from nunull/issue1831_footnoteBackRefs
John MacFarlane
3
-11
/
+11
2017-04-03
Add class to footnote back references
Timm Albers
3
-11
/
+11
2017-04-03
Merge pull request #3553 from nunull/master
John MacFarlane
1
-2
/
+5
2017-04-03
Include \VerbatimFootnotes for highlighted code blocks
Timm Albers
1
-2
/
+5
2017-04-03
Removed unused import.
John MacFarlane
1
-1
/
+0
2017-04-03
Removed unused imports from Setup.hs.
John MacFarlane
1
-6
/
+2
2017-04-03
Merge pull request #3550 from tarleb/lua-readers-submodule
John MacFarlane
6
-32
/
+172
2017-04-02
Make sure docx/_rels/.rels gets into data files.
John MacFarlane
1
-1
/
+5
2017-04-02
MANUAL: document highlighting support in ms.
John MacFarlane
1
-6
/
+6
2017-04-02
Revert "Revert "Use file-embed instead of hsb2hs to embed data files.""
John MacFarlane
6
-38
/
+8
2017-04-02
Text.Pandoc.App: Throw errors rather than exiting.
John MacFarlane
6
-57
/
+72
2017-04-02
Lua module: add readers submodule
Albert Krewinkel
6
-32
/
+172
2017-04-01
Added data/default.theme to repository.
John MacFarlane
1
-0
/
+177
2017-04-01
Allow a theme file as argument to `--highlight-style`.
John MacFarlane
3
-3
/
+17
2017-04-01
Ms writer: added syntax highlighting.
John MacFarlane
3
-7
/
+90
2017-04-01
Use latest skylighting.
John MacFarlane
2
-2
/
+2
2017-04-01
OpenDocument writer: wider labels for lists.
John MacFarlane
2
-191
/
+191
2017-04-01
Change MathJax CDN default since old one is shutting down.
John MacFarlane
1
-1
/
+1
2017-03-31
JATS writer: don't include jats.csl in metadata if csl already specified.
John MacFarlane
1
-1
/
+3
2017-03-31
JATS template: always include `<back>` element even if empty.
John MacFarlane
2
-2
/
+4
[next]