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
2020-02-08
Use <$> instead of >>= and return (#6128)
Joseph C. Sible
2
-2
/
+2
2020-02-08
Clean up after "hlint --refactor" (#6129)
Joseph C. Sible
3
-8
/
+7
2020-02-08
More cleanup (#6130)
Joseph C. Sible
2
-8
/
+7
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
51
-279
/
+247
2020-02-07
Resolve HLint warnings
Albert Krewinkel
43
-186
/
+178
2020-02-07
More in-depth refactoring and cleanup (#6123)
Joseph C. Sible
8
-44
/
+40
2020-02-07
Various minor cleanups and refactoring (#6117)
Joseph C. Sible
16
-66
/
+59
2020-02-06
Use traverse instead of reimplementing it (#6124)
Joseph C. Sible
2
-8
/
+3
2020-02-05
Simplify an overcomplicated filtering function (#6115)
Joseph C. Sible
1
-1
/
+1
2020-02-05
Fix --number-offset with HTML TOC.
John MacFarlane
1
-10
/
+19
2020-02-05
MediaWiki writer: prevent triple `[[[`.
John MacFarlane
2
-1
/
+21
2020-02-05
LaTeX reader: skip comments in more places where this is needed.
John MacFarlane
3
-19
/
+28
2020-02-04
Remove our bool function (#6116)
Joseph C. Sible
2
-9
/
+1
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
2
-2
/
+29
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
2
-8
/
+10
2020-01-31
Add Text.Pandoc.Readers.CSV (readCSV).
John MacFarlane
6
-2
/
+134
2020-01-29
LaTeX template: add space option to xeCJK with PassOptionsToPackage.
John MacFarlane
1
-1
/
+4
2020-01-28
Added a try that was needed for the commit fc78be1.
John MacFarlane
1
-1
/
+1
2020-01-27
Update URLs and use HTTP**S** wherever possible (#6090)
Salim B
1
-62
/
+62
2020-01-27
Fix test suite for new skylighting.
John MacFarlane
1
-2
/
+2
2020-01-21
Use skylighting 0.8.3.2.
John MacFarlane
2
-4
/
+4
2020-01-21
Windows rc: Create the release dir.
John MacFarlane
1
-0
/
+1
2020-01-19
Docx writer: fix regression with Compact style on tight lists. (#6073)
John MacFarlane
1
-1
/
+9
2020-01-18
windows release candidate build: More fixes to get 'light' to work.
John MacFarlane
2
-2
/
+3
2020-01-18
doc/lua-filters.md: fix copy-paste mistake
Albert Krewinkel
1
-1
/
+1
2020-01-18
Windows ci: Add binpath when doing 'light'.
John MacFarlane
1
-1
/
+1
2020-01-18
Windows ci - fix path to COPYING.rtf in dialog.
John MacFarlane
1
-2
/
+2
2020-01-18
Fix typo in windows ci build.
John MacFarlane
1
-1
/
+1
2020-01-17
Use versioned directory for windows release zipfile.
John MacFarlane
3
-40
/
+12
2020-01-17
Add --rm to docker command in INSTALL.md.
John MacFarlane
1
-1
/
+1
2020-01-15
Lua filters: allow filtering of element lists (#6040)
Albert Krewinkel
9
-33
/
+244
2020-01-15
INSTALL: remove bullets
John MacFarlane
1
-79
/
+79
2020-01-15
Add Docker and GH Actions instructions/links to INSTALL.md.
John MacFarlane
1
-0
/
+23
2020-01-14
Update filters doc with better cabal v2 instructions.
John MacFarlane
1
-3
/
+3
2020-01-14
Update filter documentation.
John MacFarlane
1
-142
/
+84
2020-01-13
Update versions for doclayout, doctemplates.
John MacFarlane
2
-3
/
+3
2020-01-12
HTML writer: fix duplicate attributes on headings.
John MacFarlane
2
-9
/
+16
2020-01-12
docs: capitalize Lua where it refers to the programming language name
Albert Krewinkel
3
-32
/
+32
2020-01-11
Lua filter docs: cross-link constructors and types
Albert Krewinkel
1
-62
/
+281
2020-01-11
Lua: add methods `insert`, `remove`, and `sort` to pandoc.List
Albert Krewinkel
3
-40
/
+156
2020-01-11
doc/lua-filters.md: sort pandoc.List methods alphabetically
Albert Krewinkel
1
-34
/
+34
2020-01-11
data/pandoc.List.lua: improve internal documentation
Albert Krewinkel
1
-29
/
+32
[prev]
[next]