index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-25
Texinfo writer: use @sup and @sub instead of custom macros
Alexander Krotov
1
-22
/
+0
2018-06-12
reveal.js writer and template: reuse mathjax URL...
John MacFarlane
1
-1
/
+1
2018-06-08
pandoc.lua: fix a typo (#4692)
Felix Yan
1
-1
/
+1
2018-06-02
Support --number-sections in RST output...
John MacFarlane
1
-0
/
+4
2018-05-01
new Greek fallback typeface (would fix #4405) (#4605)
Pablo Rodríguez
1
-1
/
+1
2018-05-01
Make template polyglot (#4606)
OvidiusCicero
1
-1
/
+1
2018-04-26
Add background-image variable to default.latex (#4601)
John Muccigrosso
1
-0
/
+5
2018-04-26
Adding background-image variable to reveal.js template (#4600)
John Muccigrosso
1
-0
/
+5
2018-04-25
Ms template: Fix date.
John MacFarlane
1
-1
/
+4
2018-04-25
Removed deprecated ancient HTML math methods.
John MacFarlane
1
-198
/
+0
2018-04-24
Powerpoint writer: Remove docProps/thumbnail.jpeg in data dir.
Jesse Rosenthal
1
-0
/
+0
2018-04-12
Fix bash completion for `--print-default-data-file`.
John MacFarlane
1
-3
/
+3
2018-03-30
Add -V beameroption variable (#4359)
Étienne BERSAC
1
-0
/
+4
2018-03-17
ConTeXt template: pdfa variable to generate PDF/A (#4294)
Henri Menke
1
-0
/
+7
2018-03-17
Provide `bidi` package's option using `\PassOptionsToPackage` (#4357).
Václav Haisman
1
-6
/
+3
2018-02-18
Powerpoint writer: Move notes slides into data tree.
Jesse Rosenthal
30
-23
/
+37
2018-02-08
rst template: remove definition of 'math' role as raw.
John MacFarlane
1
-6
/
+0
2018-01-19
hlint code improvements.
John MacFarlane
1
-1
/
+1
2018-01-19
Merge pull request #4221 from phikal/master
John MacFarlane
1
-0
/
+4
2018-01-15
ConTeXt writer: Use xtables instead of Tables (#4223)
Henri Menke
1
-0
/
+5
2018-01-13
data/pandoc.lua: add attr, listAttributes accessors
Albert Krewinkel
1
-11
/
+14
2018-01-13
data/pandoc.lua: accept single block as singleton list
Albert Krewinkel
1
-19
/
+28
2018-01-13
data/pandoc.lua: accept singleton inline as a list
Albert Krewinkel
1
-16
/
+30
2018-01-13
data/pandoc.lua: drop _VERSION
Albert Krewinkel
1
-3
/
+0
2018-01-09
data/pandoc.lua: fix access to Attr components
Albert Krewinkel
1
-6
/
+4
2018-01-09
data/pandoc.lua: slightly de-complicate accessor code
Albert Krewinkel
1
-20
/
+20
2018-01-08
data/pandoc.lua: cleanup code, remove cruft
Albert Krewinkel
1
-81
/
+90
2018-01-07
data/pandoc.lua: fix docstrings
Albert Krewinkel
1
-9
/
+18
2018-01-07
data/pandoc.lua: make Attr an AstElement
Albert Krewinkel
1
-9
/
+7
2018-01-07
data/pandoc.lua: drop 'pandoc-api-version' from Pandoc objects
Albert Krewinkel
1
-4
/
+2
2018-01-07
data/pandoc.lua: make all types subtypes of AstElement
Albert Krewinkel
1
-25
/
+28
2018-01-06
data/pandoc.lua: split type and behavior tables
Albert Krewinkel
1
-51
/
+83
2018-01-06
data/pandoc.lua: rename Element to AstElement
Albert Krewinkel
1
-9
/
+9
2018-01-06
data/pandoc.lua: remove dead code
Albert Krewinkel
1
-6
/
+2
2018-01-06
data/pandoc.lua: fix Element inheritance
Albert Krewinkel
1
-2
/
+3
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
3
-5
/
+5
2018-01-05
data/pandoc.lua: fix attribute names of Citation
Albert Krewinkel
1
-13
/
+15
2018-01-03
Ms writer: Added papersize variable
Philip K
1
-0
/
+4
2017-12-29
data/pandoc.lua: drop function pandoc.global_filter
Albert Krewinkel
1
-36
/
+1
2017-12-29
data/pandoc.lua: fix documentation for global_filter
Albert Krewinkel
1
-5
/
+5
2017-12-28
Fixed some doc comments in data/pandoc.lua.
John MacFarlane
1
-10
/
+10
2017-12-27
data/sample.lua: use `next` instead of for loop
Albert Krewinkel
1
-4
/
+3
2017-12-27
Removed extra comment.
John MacFarlane
1
-1
/
+0
2017-12-27
Revert "data/sample.lua: Fixed problem with definition lists."
John MacFarlane
1
-3
/
+5
2017-12-27
data/sample.lua: fixed problem with tables.
John MacFarlane
1
-1
/
+1
2017-12-27
data/sample.lua: Fixed problem with definition lists.
John MacFarlane
1
-5
/
+3
2017-12-26
Updated reference.docx.
John MacFarlane
10
-38
/
+415
2017-12-26
HTML writer: Use br elements in line blocks...
John MacFarlane
9
-9
/
+0
2017-12-23
data/init.lua: load pandoc.utils by default
Albert Krewinkel
1
-0
/
+1
2017-12-21
Lua modules: added pandoc.utils module
Albert Krewinkel
1
-0
/
+5
[next]