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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-21
[Docx Reader] Code clean-up
Nikolay Yakimov
2
-63
/
+39
2019-09-20
Changes to Slides to be more flexible with Div structure.
John MacFarlane
1
-0
/
+3
2019-09-20
Preserve built-in styles in DOCX with custom style (#5670)
Ben Steinberg
1
-22
/
+55
2019-09-20
Bug fixes to EPUB chapter splitting.
John MacFarlane
1
-15
/
+16
2019-09-19
MediaWiki: skip optional {{table}} template.
John MacFarlane
1
-0
/
+1
2019-09-19
Clarify warning for missing title.
John MacFarlane
1
-3
/
+3
2019-09-19
EPUB writer: make --epub-chapter-level work again.
John MacFarlane
1
-19
/
+15
2019-09-19
EPUB writer: improve splitting into chapters.
John MacFarlane
2
-39
/
+29
2019-09-19
Remove admonition-title remnants.
John MacFarlane
1
-1
/
+1
2019-09-18
LaTeX writer: use `\hspace{0pt}` for 0-width space U+200B.
John MacFarlane
1
-0
/
+1
2019-09-16
PDF: Fix test for Cygwin. See #5451.
John MacFarlane
1
-2
/
+2
2019-09-14
Add chapter-title class to EPUB chapter title h1 elements.
John MacFarlane
1
-3
/
+5
2019-09-14
EPUB toChapters: don't treat "refs" Div specially.
John MacFarlane
1
-1
/
+1
2019-09-12
Better message for PandocShouldNeverHappenError.
John MacFarlane
1
-1
/
+3
2019-09-12
Change exit codes.
John MacFarlane
1
-3
/
+3
2019-09-10
Add --shift-heading-level-by option.
John MacFarlane
4
-6
/
+37
2019-09-10
Pass value of --dpi to rsvg-convert...
John MacFarlane
1
-11
/
+15
2019-09-09
LaTeX reader: Fix parsing of optional arguments that contain braced text.
John MacFarlane
1
-4
/
+3
2019-09-08
Add -L option as shortcut for --lua-filter.
John MacFarlane
1
-1
/
+1
2019-09-08
Org reader: modify handling of example blocks. (#5717)
Brian Leung
2
-14
/
+43
2019-09-08
Replace Element and makeHierarchical with makeSections.
John MacFarlane
17
-564
/
+459
2019-09-08
Revert changes to hierarchicalizeWithIds.
John MacFarlane
1
-21
/
+5
2019-09-08
Emit warning on `-f latex -o out.pdf` (#5736)
Mauro Bieg
2
-0
/
+14
2019-09-06
hierarchicalize: ensure that sections get ids...
John MacFarlane
1
-6
/
+10
2019-09-06
Improve detection of headings in Divs by hierarchicalize.
John MacFarlane
1
-1
/
+2
2019-09-05
Shared.hierarchicalize: improve handling of div and section structure.
John MacFarlane
1
-4
/
+15
2019-09-05
Roff reader: Better support for 'while'.
John MacFarlane
1
-0
/
+3
2019-09-05
Roff reader: improve handling of groups.
John MacFarlane
1
-4
/
+2
2019-09-04
asciidoc writer: don't include `+` in code blocks for regular asciidoc.
John MacFarlane
1
-2
/
+7
2019-09-04
Roff reader: Fix problem parsing comments before macro.
John MacFarlane
1
-2
/
+0
2019-09-04
Roff reader: more improvements in parsing conditionals.
John MacFarlane
1
-3
/
+4
2019-09-04
Roff readers: better parsing of groups.
John MacFarlane
1
-9
/
+5
2019-09-03
SelfContained: omit content-type on type attribute for `<style>`.
John MacFarlane
1
-5
/
+8
2019-09-03
XML: change toEntities to emit numerical hex character references.
John MacFarlane
1
-1
/
+2
2019-09-02
LaTeX writer: use `cslreferences` environment for csl bibliographies.
John MacFarlane
1
-3
/
+18
2019-09-02
LaTeX reader: don't try to parse includes if raw_tex is set.
John MacFarlane
1
-5
/
+13
2019-09-02
HTML writer: use numeric character references with `--ascii`.
John MacFarlane
1
-6
/
+2
2019-09-02
LaTeX reader: properly handle optional arguments for macros.
John MacFarlane
2
-2
/
+2
2019-09-02
LaTeX writer: strip off `{}` around locator for biblatex/natbib output.
John MacFarlane
1
-1
/
+7
2019-08-31
html2pdf: ensure temp file is deleted...
John MacFarlane
1
-34
/
+35
2019-08-27
LaTeX reader: fix `\\` in `\parbox` inside a table cell.
John MacFarlane
1
-3
/
+18
2019-08-27
Markdown reader: Headers: don't parse content over newline boundary.
John MacFarlane
1
-4
/
+15
2019-08-27
Add stateAllowLineBreaks to ParserState. [API change]
John MacFarlane
1
-0
/
+2
2019-08-27
PowerPoint writer: Start numbering at appopriate numbers.
Jesse Rosenthal
1
-4
/
+8
2019-08-26
parseFromString': reset stateLastStrPos to Nothing before parse.
John MacFarlane
1
-0
/
+1
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-25
Better message for PandocTemplateError.
John MacFarlane
1
-1
/
+1
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
37
-1356
/
+836
2019-08-25
Don't add a newline if there's already one.
John MacFarlane
1
-4
/
+5
[prev]
[next]