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-07-02
More spellcheck
Alexander Krotov
16
-49
/
+49
2018-07-02
JATS reader: fix typo ("lable" instead of "label")
Alexander Krotov
1
-1
/
+1
2018-07-02
Spellcheck comments
Alexander Krotov
22
-26
/
+26
2018-06-30
travis: small simplification.
John MacFarlane
1
-1
/
+0
2018-06-30
Revert "Travis: use -j2 for dependencies installation."
John MacFarlane
1
-1
/
+9
2018-06-30
Update manual for "true" YAML values.
John MacFarlane
1
-2
/
+1
2018-06-30
Travis: use -j2 for dependencies installation.
John MacFarlane
1
-9
/
+1
2018-06-30
RST writer: don't treat 'example' as a syntax name.
John MacFarlane
2
-1
/
+18
2018-06-30
Use ghc 8.4.2 in travis and tested-with.
John MacFarlane
2
-4
/
+4
2018-06-29
Fix compiler warnings.
John MacFarlane
1
-4
/
+4
2018-06-29
Use HsYAML instead of yaml for translations, YAML metadata.
John MacFarlane
8
-77
/
+94
2018-06-29
Require yaml < 0.8.31 for ghc < 8.0.2.
John MacFarlane
1
-2
/
+4
2018-06-29
Update list of supported ghc versions.
John MacFarlane
1
-5
/
+2
2018-06-29
Revert "travis: try adding 'ghc-pkg recache'."
John MacFarlane
1
-1
/
+0
2018-06-29
travis: try adding 'ghc-pkg recache'.
John MacFarlane
1
-0
/
+1
2018-06-29
travis: try installing specific yaml version...
John MacFarlane
1
-1
/
+1
2018-06-29
For ghc 7.10.3, try installing yaml first...
John MacFarlane
1
-0
/
+1
2018-06-29
Use decodeEither' not decodeEither (deprecated).
John MacFarlane
1
-2
/
+2
2018-06-29
CommonMark reader: Handle ascii_identifiers extension (#4733)
Anders Waldenborg
2
-13
/
+43
2018-06-28
travis: Reduce verbosity.
John MacFarlane
1
-2
/
+2
2018-06-28
Avoid using deprecated 'decode' from yaml.
John MacFarlane
1
-5
/
+5
2018-06-28
travis: Try not using `--only-dependencies` with ghc 7.10.
John MacFarlane
1
-1
/
+8
2018-06-28
Revert "Travis: use cabal 2.2 with ghc 7.10."
John MacFarlane
1
-1
/
+1
2018-06-28
Revert "travis: REALLY use cabal 2.2 with ghc 7.10."
John MacFarlane
1
-1
/
+1
2018-06-28
travis: REALLY use cabal 2.2 with ghc 7.10.
John MacFarlane
1
-1
/
+1
2018-06-28
Travis: use cabal 2.2 with ghc 7.10.
John MacFarlane
1
-1
/
+1
2018-06-28
travis: revert --enable-per-component, add -v2.
John MacFarlane
1
-1
/
+1
2018-06-28
travis: try using --enable-per-component.
John MacFarlane
1
-1
/
+1
2018-06-28
Revert "travis: Install Cabal library before anything else."
John MacFarlane
1
-1
/
+0
2018-06-28
TikiWiki reader: improve list parsing (#4723)
Mauro Bieg
3
-32
/
+67
2018-06-28
travis: remove redundant build, use cabal 2.2 with ghc 8.4.
John MacFarlane
1
-6
/
+2
2018-06-28
travis: Install Cabal library before anything else.
John MacFarlane
1
-0
/
+1
2018-06-28
Revert "travis: Remove '--only-dependencies' step for cabal."
John MacFarlane
1
-1
/
+4
2018-06-28
Revert "Travis: Install Cabal library."
John MacFarlane
1
-1
/
+0
2018-06-28
Travis: Install Cabal library.
John MacFarlane
1
-0
/
+1
2018-06-28
travis: Remove '--only-dependencies' step for cabal.
John MacFarlane
1
-4
/
+1
2018-06-28
Remove network-uri flag and use 'Network.Socket'.
John MacFarlane
4
-11
/
+3
2018-06-25
MANUAL: Removed spurious 'LaTeX' from list.
John MacFarlane
1
-1
/
+1
2018-06-25
MANUAL: document -F as alias for --filter.
John MacFarlane
1
-1
/
+1
2018-06-25
LaTeX reader: Treat `lilypond` as a verbatim environment.
John MacFarlane
1
-1
/
+2
2018-06-25
Fixed typo in LaTeX writer.
John MacFarlane
1
-1
/
+1
2018-06-25
Texinfo writer: use @sup and @sub instead of custom macros
Alexander Krotov
3
-54
/
+5
2018-06-24
pandoc.cabal: fix lower yaml bound up to 0.8.11 (#4727)
Sergei Trofimovich
1
-1
/
+1
2018-06-24
Update manual on how math is rendered in LaTeX.
John MacFarlane
1
-1
/
+6
2018-06-23
Raise lower bound for yaml library.
John MacFarlane
1
-1
/
+1
2018-06-14
MANUAL.txt add proxy description (#4707)
Mauro Bieg
1
-1
/
+2
2018-06-13
Markdown reader: allow empty code spans.
John MacFarlane
2
-1
/
+7
2018-06-13
MANUAL: Clarify that --toc requires --standalone. See #4703.
John MacFarlane
1
-2
/
+3
2018-06-13
LaTeX Reader: parse figure label into Image id (#4704)
Mauro Bieg
3
-16
/
+22
2018-06-12
Beamer: Allow "noframenumbering" option (#4696)
Raymond Ehlers
2
-2
/
+3
[next]