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-02-04
Add timing info for filters in `--verbose` mode.
John MacFarlane
2
-5
/
+30
2020-02-03
Allow & in LaTeX citation keys.
John MacFarlane
1
-1
/
+1
2020-02-03
Swap suboptimal uses of maybe and fromMaybe (#6111)
Joseph C. Sible
5
-13
/
+13
2020-02-03
Fix duplicate frame classes in LaTeX/Beamer output.
John MacFarlane
1
-2
/
+2
2020-02-03
Clean up overcomplicated maybe logic (#6105)
Joseph C. Sible
1
-8
/
+6
2020-02-03
Clean up a confusing triple negative (#6102)
Joseph C. Sible
1
-5
/
+5
2020-02-01
Text.Pandoc.Readers.CSV - reuse CSV parser from Text.Pandoc.CSV.
John MacFarlane
1
-65
/
+5
2020-02-01
Fix bug in Text.Pandoc.CSV.
John MacFarlane
1
-4
/
+4
2020-01-31
Support 'bibliography' and 'csl' fields in defaults file.
John MacFarlane
2
-24
/
+42
2020-01-31
csv reader: allow empty cells.
John MacFarlane
1
-7
/
+5
2020-01-31
Add Text.Pandoc.Readers.CSV (readCSV).
John MacFarlane
3
-0
/
+112
2020-01-28
Added a try that was needed for the commit fc78be1.
John MacFarlane
1
-1
/
+1
2020-01-19
Docx writer: fix regression with Compact style on tight lists. (#6073)
John MacFarlane
1
-1
/
+9
2020-01-15
Lua filters: allow filtering of element lists (#6040)
Albert Krewinkel
3
-29
/
+114
2020-01-12
HTML writer: fix duplicate attributes on headings.
John MacFarlane
1
-9
/
+10
2020-01-10
LaTeX reader: allow beamer overlays for all commands in all raw tex.
John MacFarlane
1
-10
/
+10
2020-01-08
Change setVariable to use Text instead of String.
John MacFarlane
2
-21
/
+20
2020-01-08
LaTeX reader: improve parsing of raw environments.
John MacFarlane
1
-1
/
+1
2020-01-07
Jira writer: fix output of table headers
Albert Krewinkel
1
-4
/
+4
2020-01-07
Fix regression in handling of columns in beamer slides.
John MacFarlane
1
-5
/
+6
2020-01-07
Reveal.js writer: restore old behavior for 2D nesting.
John MacFarlane
1
-11
/
+17
2020-01-05
Fix regression in beamer slide structure with certain slide levels.
John MacFarlane
1
-8
/
+17
2020-01-05
Fix revealjs slide structure regression with certain slide levels.
John MacFarlane
1
-6
/
+8
2020-01-04
Added a needed pragma.
John MacFarlane
1
-0
/
+1
2020-01-04
Add type annotations to assist ghci.
John MacFarlane
4
-7
/
+13
2020-01-04
Remove unneeded import.
John MacFarlane
1
-1
/
+1
2020-01-04
HTML writer: Add newlines to make slide show output more readable.
John MacFarlane
1
-6
/
+8
2020-01-03
PDF: fix runTeXProgram so that the input source is always overwritten.
John MacFarlane
1
-22
/
+23
2020-01-03
Org writer: remove extra spaces from table cells
Albert Krewinkel
1
-1
/
+1
2020-01-01
LaTeX writer: properly handle unnumbered headings level 4+.
John MacFarlane
1
-1
/
+1
2019-12-30
BCP47: change getLang so it can handle block-level contents.
John MacFarlane
1
-3
/
+5
2019-12-27
Fix parsing bug affected indented code after raw HTML.
John MacFarlane
1
-8
/
+10
2019-12-27
Add a needed try.
John MacFarlane
1
-2
/
+3
2019-12-26
Use HTTPS in copyright message (#6010)
Felix Yan
1
-1
/
+1
2019-12-22
Ensure that later default file values for `variable` replace earlier ones.
John MacFarlane
1
-1
/
+3
2019-12-21
HTML writer: more tweaks to avoid round-trip failures...
John MacFarlane
1
-2
/
+5
2019-12-21
Fix regression with --number-sections.
John MacFarlane
1
-2
/
+1
2019-12-20
Added glsl mime type for WebGL maps (#6000)
Jared Lander
1
-0
/
+1
2019-12-20
Jira writer: use jira-wiki-markup renderer
Albert Krewinkel
1
-266
/
+222
2019-12-19
Org reader: report errors properly
Albert Krewinkel
1
-2
/
+1
2019-12-19
Org reader: fix parsing problem for colons in headline
Albert Krewinkel
2
-11
/
+27
2019-12-18
Org reader: wrap named table in div, using name as id
Albert Krewinkel
1
-12
/
+10
2019-12-17
Add jira reader (#5913)
Albert Krewinkel
2
-0
/
+176
2019-12-17
Improved --toc generation.
John MacFarlane
3
-9
/
+5
2019-12-17
PDF: Ensure UTF8 when printing source in --verbose mode.
John MacFarlane
1
-1
/
+1
2019-12-17
Templates: strip directory before trying to find partial in data files.
John MacFarlane
1
-3
/
+4
2019-12-17
Improved makeSections so we don't get doubled attributes.
John MacFarlane
2
-14
/
+19
2019-12-17
HTML reader: Add "nav" to list of block-level tags.
John MacFarlane
1
-1
/
+2
2019-12-13
Org reader: add table labels to caption if both are present
Albert Krewinkel
1
-3
/
+11
2019-12-12
Change misleading module comment.
John MacFarlane
1
-1
/
+1
[prev]
[next]