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-12-17
CircleCI config: add version.txt to artifacts directory.
John MacFarlane
1
-0
/
+1
2020-12-17
Makefile: remove macospkg target.
John MacFarlane
1
-6
/
+1
2020-12-17
Remove .travis.yml and add CircleCI config.
John MacFarlane
4
-178
/
+63
2020-12-17
Update man page.
John MacFarlane
2
-15
/
+62
2020-12-17
Update test with new skylighting CSS.
John MacFarlane
2
-0
/
+2
2020-12-17
Update changelog.
John MacFarlane
1
-0
/
+291
2020-12-17
Update AUTHORS
John MacFarlane
1
-0
/
+8
2020-12-17
Remove hie.yaml.
John MacFarlane
1
-37
/
+0
2020-12-17
MANUAL: clarify that inline references take precedence ...
John MacFarlane
1
-0
/
+4
2020-12-17
Use skylighting 0.10.2.
John MacFarlane
2
-4
/
+4
2020-12-16
Use released citeproc 0.3.
John MacFarlane
2
-8
/
+8
2020-12-16
Use released doctemplates 0.9.
John MacFarlane
2
-9
/
+1
2020-12-16
Add tests: True to cabal.project.
John MacFarlane
1
-0
/
+2
2020-12-16
Fix citeproc regression with duplicate references.
John MacFarlane
4
-10
/
+11
2020-12-16
Use latest dev version of doctemplates.
John MacFarlane
2
-1
/
+6
2020-12-16
Support Lua marshalling of doctemplates BoolVal.
John MacFarlane
1
-0
/
+1
2020-12-15
Properly handle boolean values in writing YAML metadata.
John MacFarlane
5
-5
/
+25
2020-12-15
MANUAL: update `--bibliography` with info about resource-path
John MacFarlane
1
-5
/
+8
2020-12-15
MANUAL.txt: Remove misleading paragraph
John MacFarlane
1
-5
/
+0
2020-12-15
Use fetchItem to get external bibliography.
John MacFarlane
1
-8
/
+7
2020-12-15
Allow both inline and external references to be used
John MacFarlane
2
-14
/
+33
2020-12-14
Merge pull request #6949 from wikey/patch-1
John MacFarlane
1
-1
/
+1
2020-12-14
ImageSize: use exif width and height when available.
John MacFarlane
1
-0
/
+13
2020-12-14
typo
Ian Sullivan
1
-1
/
+1
2020-12-13
RST writer: better image handling.
John MacFarlane
3
-20
/
+52
2020-12-13
Merge pull request #6941 from tarleb/docx-raw
John MacFarlane
6
-59
/
+97
2020-12-13
ImageSize: use JuicyPixels to extract size...
John MacFarlane
1
-305
/
+8
2020-12-13
Require binary >= 0.7.
John MacFarlane
1
-1
/
+1
2020-12-13
ImageSize: use JuicyPixels to determine png size.
John MacFarlane
1
-31
/
+19
2020-12-13
Docx writer: keep raw openxml strings verbatim.
Albert Krewinkel
6
-2
/
+24
2020-12-13
Docx writer: use Content instead of Element.
Albert Krewinkel
1
-59
/
+75
2020-12-12
Merge pull request #6946 from mb21/icml-image-fit
John MacFarlane
4
-1
/
+13
2020-12-12
LaTeX writer: extract table handling into separate module.
Albert Krewinkel
6
-237
/
+359
2020-12-12
ICML writer: fix image bounding box for custom widths/heights
mb21
4
-1
/
+13
2020-12-10
HTML reader: pay attention to lang attributes on body.
John MacFarlane
1
-3
/
+6
2020-12-10
HTML reader: retain attribute prefixes and avoid duplicates.
John MacFarlane
4
-29
/
+29
2020-12-10
cabal: remove -Werror=missing-home-modules.
John MacFarlane
1
-6
/
+0
2020-12-10
RELEASE-CHECKLIST: add suggestion to use policeman.
John MacFarlane
1
-1
/
+1
2020-12-10
Move executable to app directory.
John MacFarlane
2
-1
/
+1
2020-12-10
Add sourcepos extension for commonmarke
John MacFarlane
5
-6
/
+20
2020-12-10
Commonmark reader: refactor specFor, set input name to "".
John MacFarlane
1
-2
/
+8
2020-12-10
cabal.project: disable installation of citeproc from source
Albert Krewinkel
1
-4
/
+4
2020-12-09
Use latest citeproc release.
John MacFarlane
2
-5
/
+5
2020-12-08
Document that --number-sections works in ms.
John MacFarlane
1
-2
/
+2
2020-12-07
Parsing: Small code improvements.
John MacFarlane
1
-3
/
+4
2020-12-07
LaTeX template: include csquotes package if csquotes variable set.
John MacFarlane
1
-0
/
+3
2020-12-07
Parsing: More minor performance improvements.
John MacFarlane
1
-10
/
+13
2020-12-07
Small efficiency improvement in uri parser
John MacFarlane
1
-1
/
+14
2020-12-07
Bibtex parser: avoid noneOf.
John MacFarlane
1
-2
/
+2
2020-12-07
Parsing: in nonspaceChar use satisfy instead of oneOf.
John MacFarlane
1
-1
/
+7
[next]