index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-31
Muse reader: automatically translate #cover into #cover-image
Alexander Krotov
1
-1
/
+3
2017-12-30
Muse writer: don't escape URIs from AST
Alexander Krotov
1
-1
/
+1
2017-12-30
Docx reader: Read multiple children of w:sdtContents`
Jesse Rosenthal
1
-5
/
+9
2017-12-29
Lua filters: stop exporting pushPandocModule
Albert Krewinkel
1
-6
/
+0
2017-12-29
data/pandoc.lua: drop function pandoc.global_filter
Albert Krewinkel
3
-13
/
+8
2017-12-28
Merge pull request #4170 from oltolm/opendocument
John MacFarlane
2
-9
/
+49
2017-12-28
Class: make FileTree opaque.
John MacFarlane
1
-1
/
+1
2017-12-28
Filter changes.
John MacFarlane
1
-34
/
+46
2017-12-28
improve formatting of formulas in OpenDocument
oltolm
2
-9
/
+49
2017-12-28
Alphabetical order Extension constructors.
John MacFarlane
1
-61
/
+61
2017-12-28
Changed format of --list-extensions.
John MacFarlane
1
-4
/
+3
2017-12-28
Powerpoint writer tests: use IO.
John MacFarlane
1
-2
/
+2
2017-12-28
Moved makeCanoncial definition out of ifdef!
John MacFarlane
1
-9
/
+11
2017-12-28
Class: use makeCanonical for normalization in FileTree and data files.
John MacFarlane
1
-8
/
+11
2017-12-28
Text.Pandoc.Class: add insertInFileTree (API change).
John MacFarlane
1
-7
/
+13
2017-12-28
LaTeX writer: Use \endhead after \toprule in headerless tables.
John MacFarlane
1
-4
/
+3
2017-12-28
LaTeX reader: be more tolerant of `&` character.
John MacFarlane
1
-1
/
+1
2017-12-28
Org reader: support minlevel option for includes
Albert Krewinkel
1
-14
/
+37
2017-12-28
FB2 writer: add cover image specified by "cover-image" meta
Alexander Krotov
1
-1
/
+10
2017-12-28
PowerPoint writer: Obey slide level option
Jesse Rosenthal
1
-0
/
+3
2017-12-27
Fix warning.
John MacFarlane
1
-2
/
+1
2017-12-27
Small improvement to figcaption parsing. #4184.
John MacFarlane
1
-2
/
+0
2017-12-27
Merge pull request #4184 from mb21/html-reader-figcaption
John MacFarlane
1
-4
/
+7
2017-12-27
HTML reader: parse div with class `line-block` as LineBlock.
John MacFarlane
2
-1
/
+14
2017-12-27
Allow `--list-extensions` to take an optional FORMAT argument.
John MacFarlane
1
-4
/
+6
2017-12-27
Allow lenient decoding of *latex error logs.
John MacFarlane
1
-1
/
+6
2017-12-27
Fix regression of DefinitionLists in custom writer
Albert Krewinkel
1
-1
/
+11
2017-12-27
Docx Reader: preprocess Document body to unwrap "w:sdt" elements
Jesse Rosenthal
1
-1
/
+31
2017-12-27
Fix custom writer regression
Albert Krewinkel
1
-2
/
+1
2017-12-26
LaTeX writer: Allow fragile=singleslide attribute in beamer slides.
John MacFarlane
1
-2
/
+2
2017-12-26
Add opus to MIME type table as audio/ogg.
John MacFarlane
1
-0
/
+1
2017-12-26
LaTeX reader: support `\foreignlanguage` from babel.
John MacFarlane
1
-0
/
+30
2017-12-26
HTML writer: Use br elements in line blocks...
John MacFarlane
1
-2
/
+1
2017-12-24
RST reader: allow empty list items (as docutils does).
John MacFarlane
1
-2
/
+2
2017-12-23
JATS reader: handle author-notes.
John MacFarlane
1
-5
/
+6
2017-12-23
JATS reader: code refactoring.
John MacFarlane
1
-63
/
+48
2017-12-23
Plain writer: don't linkify table of contents.
John MacFarlane
1
-10
/
+12
2017-12-23
Fixed bug: when target is PDF, writer extensions were being ignored.
John MacFarlane
1
-3
/
+3
2017-12-23
Lua modules: add function pandoc.utils.hierarchicalize
Albert Krewinkel
2
-8
/
+39
2017-12-23
JATS reader: include institute metadata.
John MacFarlane
1
-2
/
+11
2017-12-23
JATS reader: process author metadata.
John MacFarlane
1
-5
/
+27
2017-12-23
Lua modules: add function pandoc.utils.normalize_date
Albert Krewinkel
2
-2
/
+14
2017-12-23
Lua modules: add function pandoc.utils.to_roman_numeral
Albert Krewinkel
1
-1
/
+9
2017-12-23
JATS reader: better citation handling.
John MacFarlane
1
-3
/
+79
2017-12-23
HTML Reader: be more forgiving about figcaption
mb21
1
-4
/
+7
2017-12-22
Merge pull request #4189 from mb21/export-blocksToInlines
John MacFarlane
3
-3
/
+4
2017-12-22
`latex_macros` extension changes.
John MacFarlane
2
-5
/
+11
2017-12-22
Markdown reader: improved raw tex parsing.
John MacFarlane
1
-6
/
+9
2017-12-22
LaTeX reader: use applyMacros in rawLaTeXBlock, rawLaTeXInline.
John MacFarlane
1
-2
/
+5
2017-12-22
LaTeX reader: Refactored inlineCommand.
John MacFarlane
1
-24
/
+11
[next]