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
2018-09-24
Merge pull request #4931 from ajscholl/master
John MacFarlane
1
-2
/
+4
2018-09-24
RTF writer: Fix build failure with ghc-8.6.1 caused by missing MonadFail inst...
Jonas Scholl
1
-2
/
+4
2018-09-24
Muse reader: replace inlineList with inline'
Alexander Krotov
1
-29
/
+29
2018-09-24
Muse reader: replace `optionMaybe` and `fromMaybe` with `option`
Alexander Krotov
1
-2
/
+2
2018-09-23
ODT Writer: Improve table header row style handling
Nils Carlson
2
-105
/
+113
2018-09-22
LaTeX writer: fix a use of `last` that might take empty list.
John MacFarlane
1
-3
/
+3
2018-09-22
Merge pull request #4927 from tie/patch-1
John MacFarlane
1
-9
/
+9
2018-09-22
Update changelog.
John MacFarlane
1
-0
/
+50
2018-09-22
Translations/ru
Ivan Trubach
1
-9
/
+9
2018-09-22
Muse reader tests: more tests
Alexander Krotov
1
-0
/
+12
2018-09-21
Muse reader: simplify tag parsers
Alexander Krotov
1
-21
/
+19
2018-09-21
Muse reader: use isAlphaNum instead of isLetter and isDigit
Alexander Krotov
1
-2
/
+2
2018-09-21
Muse reader: do not allow code markup to be followed by digit
Alexander Krotov
2
-2
/
+6
2018-09-21
Muse reader: simplify ordered list parsing
Alexander Krotov
1
-11
/
+4
2018-09-21
Muse reader: rewrite headingStart in applicative style
Alexander Krotov
1
-7
/
+5
2018-09-21
Muse reader: refactoring
Alexander Krotov
1
-18
/
+21
2018-09-20
Fix compiler warning.
John MacFarlane
1
-1
/
+1
2018-09-21
Muse reader: simplify <literal> tag parsers
Alexander Krotov
1
-17
/
+9
2018-09-21
Muse reader: cleanup and conversion to applicative style
Alexander Krotov
1
-95
/
+75
2018-09-21
Muse reader: simplify lchop
Alexander Krotov
1
-3
/
+2
2018-09-20
RST reader: fix bug with internal link targets.
John MacFarlane
2
-1
/
+15
2018-09-20
ConTeXt writer: change `\` to `/` in Windows image paths.
John MacFarlane
1
-1
/
+6
2018-09-19
Markdown reader: distinguish autolinks in the AST.
John MacFarlane
14
-38
/
+73
2018-09-19
Lua filter tests: produce better error on test failure
Albert Krewinkel
1
-2
/
+2
2018-09-19
Lua filter: cleanup filter execution code
Albert Krewinkel
1
-51
/
+73
2018-09-19
Muse reader: parse Text instead of String
Alexander Krotov
1
-3
/
+5
2018-09-19
hlint Muse reader
Alexander Krotov
1
-6
/
+5
2018-09-19
Muse reader: get rid of HTML parser dependency
Alexander Krotov
1
-5
/
+13
2018-09-19
Muse reader: use openTag and closeTag everywhere
Alexander Krotov
1
-4
/
+4
2018-09-19
Muse reader: make openTag return association list
Alexander Krotov
1
-5
/
+5
2018-09-19
Muse reader: add openTag and closeTag functions
Alexander Krotov
1
-18
/
+19
2018-09-18
Add .options class to option headers in manual.
John MacFarlane
1
-7
/
+7
2018-09-18
Merge pull request #4914 from danse/4912-2
John MacFarlane
2
-1
/
+4
2018-09-18
parse rST inlines containing newlines closing #4912
danse
2
-1
/
+4
2018-09-16
Makefile: Fix executable path in trypandoc target.
John MacFarlane
1
-1
/
+1
2018-09-16
Update changelog.
John MacFarlane
1
-0
/
+3
2018-09-16
MANUAL: use https for context wiki links.
John MacFarlane
1
-11
/
+11
2018-09-16
Markdown reader: example_lists should work without startnum.
John MacFarlane
2
-1
/
+19
2018-09-16
Use released version of pandoc-citeproc (0.14.4).
John MacFarlane
4
-7
/
+4
2018-09-16
linux/Dockerfile: Use more recent (unofficial) stack.
John MacFarlane
1
-4
/
+5
2018-09-16
'make winpkg': Fixed creation of zips.
John MacFarlane
1
-8
/
+10
2018-09-16
Makefile: fix creation of windows zip.
John MacFarlane
1
-1
/
+1
2018-09-16
Linux Dockerfile: try upgrading stack.
John MacFarlane
1
-0
/
+2
2018-09-16
Remove upx stuff from Dockerfile.
John MacFarlane
1
-3
/
+0
2018-09-16
Fix 'make winpkg'.
John MacFarlane
1
-2
/
+2
2018-09-16
Update manual date and man page.
John MacFarlane
2
-24
/
+188
2018-09-16
Update changelog, AUTHORS.md.
John MacFarlane
2
-0
/
+237
2018-09-16
Muse writer: replace newlines in strings with spaces
Alexander Krotov
2
-1
/
+8
2018-09-16
Merge pull request #4906 from chris-martin/patch-2
John MacFarlane
1
-1
/
+1
2018-09-16
Muse writer: output headers without asterisks if not on the top level
Alexander Krotov
1
-2
/
+3
[prev]
[next]