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
2018-01-13
Powerpoint writer: Improve image handling.
Jesse Rosenthal
1
-153
/
+224
2018-01-13
data/pandoc.lua: add attr, listAttributes accessors
Albert Krewinkel
2
-13
/
+23
2018-01-13
data/pandoc.lua: accept single block as singleton list
Albert Krewinkel
2
-23
/
+42
2018-01-13
MANUAL: recommend use of `raw_attribute` extension in header includes.
John MacFarlane
1
-0
/
+11
2018-01-13
LaTeX reader: allow macro definitions inside macros.
John MacFarlane
1
-0
/
+8
2018-01-13
LaTeX reader: allow macro definitions inside macros.
John MacFarlane
1
-6
/
+9
2018-01-13
Powerpoint writer: read presentation size from reference file.
Jesse Rosenthal
1
-29
/
+45
2018-01-13
data/pandoc.lua: accept singleton inline as a list
Albert Krewinkel
2
-17
/
+36
2018-01-13
data/pandoc.lua: drop _VERSION
Albert Krewinkel
1
-3
/
+0
2018-01-13
Powerpoint writer: code cleanup
Jesse Rosenthal
1
-7
/
+0
2018-01-13
Powerpoint writer: Handle (sub)headers above slidelevel correctly.
Jesse Rosenthal
1
-27
/
+29
2018-01-13
Powerpoint writer: Check for required files
Jesse Rosenthal
1
-71
/
+30
2018-01-12
Powerpoint writer: Improve templating using `--reference-doc`
Jesse Rosenthal
1
-69
/
+145
2018-01-12
Lua filters: improve error messages
Albert Krewinkel
5
-15
/
+45
2018-01-12
Powerpoint writer: Include Notes slide in TOC
Jesse Rosenthal
1
-19
/
+42
2018-01-12
Lua filters: make PANDOC_READER_OPTIONS available
Albert Krewinkel
4
-11
/
+63
2018-01-12
Powerpoint writer: allow setting toc-title in metadata.
Jesse Rosenthal
2
-161
/
+164
2018-01-12
Move `metaValueToInlines` to T.P.W.Shared
Jesse Rosenthal
2
-11
/
+10
2018-01-12
Powerpoint writer: Set notes slide header with slide-level
Jesse Rosenthal
1
-1
/
+2
2018-01-12
Powerpoint writer: Add table of contents
Jesse Rosenthal
1
-2
/
+33
2018-01-12
Powerpoint writer: Set notes slide number correctly
Jesse Rosenthal
1
-10
/
+8
2018-01-12
Powerpoint writer: Ignore internal links without targets.
Jesse Rosenthal
1
-12
/
+31
2018-01-12
Powerpoint writer: Clean up adding metadata slide
Jesse Rosenthal
1
-6
/
+8
2018-01-12
Powerpoint writer: Add anchor links
Jesse Rosenthal
1
-20
/
+47
2018-01-12
Powerpoint writer: Make the slide number available to the blocks.
Jesse Rosenthal
1
-2
/
+10
2018-01-12
Powerpoint writer: move curSlideId to environment.
Jesse Rosenthal
1
-16
/
+16
2018-01-11
MANUAL.txt: clarify otherlangs in LaTeX.
John MacFarlane
1
-14
/
+5
2018-01-10
LaTeX reader: fix inconsistent column widths.
John MacFarlane
1
-2
/
+2
2018-01-10
RST reader: better handling for headers with an anchor.
John MacFarlane
2
-2
/
+45
2018-01-09
Fixed a test case so it works on windows too.
John MacFarlane
1
-1
/
+1
2018-01-09
HTML writer: Fixed footnote backlinks with --id-prefix.
John MacFarlane
2
-1
/
+13
2018-01-09
Bump criterion upper bound.
John MacFarlane
1
-1
/
+1
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
Allow tasty 1.0.
John MacFarlane
2
-2
/
+3
2018-01-08
data/pandoc.lua: cleanup code, remove cruft
Albert Krewinkel
2
-83
/
+92
2018-01-08
MANUAL.txt update ICML link
mb21
1
-1
/
+1
2018-01-07
Fixed an item that went missing in changelog for 2.1.
John MacFarlane
1
-0
/
+2
2018-01-07
Added oltolm to AUTHORS
John MacFarlane
1
-0
/
+1
2018-01-07
More RELEASE_CHECKLIST tweaks.
John MacFarlane
1
-2
/
+2
2018-01-07
Update RELEASE_CHECKLIST.
John MacFarlane
1
-3
/
+3
2018-01-07
Update changelog and man page.
John MacFarlane
4
-157
/
+317
2018-01-07
Use latest skylighting and omit the 'missingincludes' check.
John MacFarlane
4
-14
/
+5
2018-01-07
data/pandoc.lua: fix docstrings
Albert Krewinkel
2
-9
/
+20
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
Lua: make pandoc-types version available as PANDOC_API_VERSION
Albert Krewinkel
2
-1
/
+11
2018-01-07
Lua: make pandoc version available as PANDOC_VERSION
Albert Krewinkel
2
-13
/
+29
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
[next]