index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-04
LaTeX writer: Fix bug with nested csl- display Spans.
John MacFarlane
1
-36
/
+32
2020-12-04
HTML writer: Fix handling of nested csl- display spans.
John MacFarlane
1
-20
/
+12
2020-12-03
EPUB writer: include title page in landmarks.
John MacFarlane
1
-2
/
+7
2020-12-03
EPUB writer: add frontmatter type on body element for nav.xhtml.
John MacFarlane
1
-1
/
+3
2020-12-03
Docx writer: Support bold and italic in "complex script."
John MacFarlane
1
-2
/
+6
2020-12-02
Citeproc: ensure that BCP47 lang codes can be used.
John MacFarlane
1
-2
/
+17
2020-11-29
LaTeX reader: don't parse `\rule` with width 0 as horizontal rule.
John MacFarlane
1
-1
/
+11
2020-11-28
Fix a tiny Typo in the CSV reader module
Tassos Manganaris
1
-1
/
+1
2020-11-27
HTML reader tests: improve test coverage of new features
Albert Krewinkel
1
-1
/
+2
2020-11-27
HTML reader: support body headers, row head columns
Albert Krewinkel
1
-41
/
+61
2020-11-26
Added some explicit imports.
John MacFarlane
1
-3
/
+3
2020-11-26
Docx writer: Fix bullets/lists indentation
cholonam
1
-3
/
+3
2020-11-26
LaTeX reader: preserve center environment (#6852)
Igor Pashev
1
-1
/
+1
2020-11-26
HTML reader: improve support for table headers, footer, attributes
Albert Krewinkel
4
-118
/
+244
2020-11-26
HTML reader: allow finer grained options for tag omission
Albert Krewinkel
3
-13
/
+26
2020-11-25
LaTeX writer: improve longtable output.
John MacFarlane
1
-40
/
+60
2020-11-25
LaTeX tables: Fix calculation of column spacing.
John MacFarlane
1
-1
/
+1
2020-11-25
Fix truncation of `[Citation]` list in `Cite` inside footnotes...
John MacFarlane
1
-2
/
+2
2020-11-25
HTML reader: simplify list attribute handling
Albert Krewinkel
2
-27
/
+12
2020-11-24
HTML reader: support row or column-spanning table cells
Albert Krewinkel
2
-28
/
+26
2020-11-24
HTML reader: support blocks in caption
Albert Krewinkel
2
-6
/
+6
2020-11-24
HTML reader: extract table parsing into separate module
Albert Krewinkel
3
-95
/
+140
2020-11-23
ImageSize: default to DPI 72 if the format specifies DPI of 0.
John MacFarlane
1
-1
/
+7
2020-11-23
HTML reader: extract submodules
Albert Krewinkel
4
-239
/
+342
2020-11-22
OpenDocument Writer: Implement Div and Span ident support (#6755)
Nils Carlson
1
-10
/
+33
2020-11-22
LaTeX writer: Improve table spacing.
John MacFarlane
1
-2
/
+2
2020-11-22
Org reader: parse `#+LANGUAGE` into `lang` metadata field
Albert Krewinkel
1
-0
/
+2
2020-11-21
OpenDocument writer: Table text width support (#6792)
Nils Carlson
1
-4
/
+10
2020-11-21
LaTeX reader: more robust parsing of bracketed options.
John MacFarlane
1
-3
/
+8
2020-11-21
Citeproc BibTeX parser: revert change in getRawField...
John MacFarlane
1
-6
/
+5
2020-11-20
DocBook reader: Table text width support (#6791)
Nils Carlson
1
-2
/
+12
2020-11-20
Improve LaTeX option parsing...
John MacFarlane
1
-1
/
+3
2020-11-20
`commonmark_x`: replace `auto_identifiers` with `gfm_auto_identifiers`.
John MacFarlane
1
-3
/
+4
2020-11-19
JATS writer: support advanced table features
Albert Krewinkel
2
-50
/
+217
2020-11-19
--self-contained: increase coverage.
John MacFarlane
1
-4
/
+11
2020-11-19
DocBook reader: drop period in formalpara title...
John MacFarlane
1
-2
/
+2
2020-11-18
Man reader: improve handling of .IP.
John MacFarlane
1
-5
/
+19
2020-11-18
JATS writer: wrap all tables
Albert Krewinkel
1
-6
/
+7
2020-11-18
Replace org #+KEYWORDS with #+keywords
TEC
2
-27
/
+27
2020-11-18
Update org supported languages and identifiers
TEC
1
-7
/
+11
2020-11-17
Bibtex reader: fall back on en-US if locale for LANG not found.
John MacFarlane
1
-1
/
+4
2020-11-17
Markdown reader: fix regression with example list references.
John MacFarlane
2
-2
/
+10
2020-11-17
JATS writer: move Table handling to separate module
Albert Krewinkel
3
-68
/
+144
2020-11-16
Move getNextNumber from Readers.LaTeX to Readers.LaTeX.Parsing.
John MacFarlane
2
-26
/
+26
2020-11-16
Only use filterIpynbOutput if input format is ipynb.
John MacFarlane
1
-0
/
+1
2020-11-16
When checking reader/writer name, check base name...
John MacFarlane
1
-9
/
+11
2020-11-16
Improve fix to siunitx numbers with minus.
John MacFarlane
1
-1
/
+1
2020-11-16
LaTeX reader: Fix negative numbers in siunitx commands.
John MacFarlane
1
-2
/
+4
2020-11-15
Markdown reader: fix detection of locators following in-text citations.
John MacFarlane
1
-27
/
+30
2020-11-15
Text.Pandoc.PDF: Fix `changePathSeparators` for Windows.
John MacFarlane
1
-1
/
+4
[prev]
[next]