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-02
Muse writer: escape empty strings
Alexander Krotov
1
-1
/
+2
2018-09-02
Muse reader: allow newline after opening "*" or "**"
Alexander Krotov
2
-1
/
+17
2018-09-01
Muse writer: wrap conditionalEscapeString result into "Muse" type
Alexander Krotov
1
-22
/
+28
2018-09-01
Muse writer: separate "shouldEscapeString" function
Alexander Krotov
1
-6
/
+11
2018-08-31
Muse writer: simplify inline list rendering
Alexander Krotov
1
-15
/
+12
2018-08-31
Muse reader: parse <verse> tag in one pass
Alexander Krotov
2
-8
/
+17
2018-08-30
MANUAL: remove docs on removed --katex-stylesheet
Mauro Bieg
1
-8
/
+3
2018-08-30
Muse reader: hlint
Alexander Krotov
1
-2
/
+2
2018-08-30
Fix a typo: s/afeter/after/
Alexander Krotov
1
-1
/
+1
2018-08-29
LaTeX reader: fixed parsing of \texorpdfstring.
John MacFarlane
1
-1
/
+1
2018-08-29
RSTR reader: don't skip link definitions after comments.
John MacFarlane
2
-0
/
+10
2018-08-28
appveyor.yml: use -arch with candle.
John MacFarlane
1
-1
/
+3
2018-08-28
EPUB writer: set epub:type on body element intelligently.
John MacFarlane
2
-7
/
+23
2018-08-25
Add support for $toc-title$ to LaTeX (and PDF). (#4853)
Wandmalfarbe
2
-1
/
+4
2018-08-24
FB2 writer: put coverpage element between title and date...
John MacFarlane
1
-2
/
+3
2018-08-24
HTML reader: allow enabling `raw_tex` extension.
John MacFarlane
3
-4
/
+59
2018-08-24
PDF: fix reference to rsvg-convert (#4855)
Antonio Terceiro
1
-1
/
+1
2018-08-22
Use yaml-0.9.0 in stack.yaml.
John MacFarlane
2
-0
/
+2
2018-08-22
Use latest pandoc-citeproc.
John MacFarlane
2
-2
/
+2
2018-08-22
HTML reader: extract spaces inside links instead of trimming them
Alexander Krotov
2
-3
/
+9
2018-08-21
LaTeX reader: support blockcquote, foreignblockquote from csquotes.
John MacFarlane
2
-8
/
+23
2018-08-21
Fix mistake in REPL instructions for stack. (#4849)
Brian Leung
1
-1
/
+1
2018-08-21
LaTeX reader: support enquote*, foreignquote, hypphenquote...
John MacFarlane
2
-6
/
+82
2018-08-19
Markdown writer: escape `~` if strikeout extension enabled.
John MacFarlane
1
-1
/
+2
2018-08-18
Added chocolatey installation method (#4844)
Miodrag Milić
1
-0
/
+3
2018-08-18
Fix compiler warning.
John MacFarlane
1
-1
/
+1
2018-08-17
LaTeX reader: Support more text-mode accents.
John MacFarlane
2
-5
/
+95
2018-08-17
LaTeX reader: use combining characters when needed for accents.
John MacFarlane
1
-1
/
+4
2018-08-17
Docx writer: properly handle display math in spans.
John MacFarlane
2
-6
/
+10
2018-08-17
Add support for latex mintinline (#4365)
Marc Schreiber
2
-0
/
+33
2018-08-17
Haddock Writer: Use proper format for latex math in haddock (#4571).
Joe Hermaszewski
2
-13
/
+11
2018-08-17
LaTeX reader: fix siunitx unit commands...
John MacFarlane
2
-174
/
+188
2018-08-17
Add latest hs-bibutils to stack.yaml.
John MacFarlane
3
-1
/
+3
2018-08-16
stack.lts11.yaml - use git head for pandoc-citeproc.
John MacFarlane
1
-0
/
+2
2018-08-16
Revert "appveyor.yml: use regular stack.yaml, not stack.lts11.yaml."
John MacFarlane
1
-2
/
+2
2018-08-16
appveyor.yml: use regular stack.yaml, not stack.lts11.yaml.
John MacFarlane
1
-2
/
+2
2018-08-16
stack.yaml: use lts 12.6 and latest git pandoc-citeproc.
John MacFarlane
1
-2
/
+3
2018-08-16
LaTeX reader: fix double `unnumbered` class.
John MacFarlane
1
-21
/
+20
2018-08-16
TEI template: improve publicationStmt.
John MacFarlane
2
-3
/
+17
2018-08-16
TEI improvements.
John MacFarlane
2
-17
/
+2
2018-08-16
LaTeX writer/template: be sensitive to `filecolor` variable.
John MacFarlane
3
-7
/
+11
2018-08-15
Markdown reader: Use "tex" instead of "latex" for raw tex-ish content.
John MacFarlane
17
-36
/
+37
2018-08-15
Support "toc-title" in the beamer template. (#4835)
Cyril Roelandt
2
-1
/
+4
2018-08-14
Bump version to 2.3, because of breaking API change to Macro.
John MacFarlane
1
-1
/
+1
2018-08-14
ODT reader: deal gracefully with missing `<office:font-face-decls/>`.
John MacFarlane
1
-1
/
+1
2018-08-14
LaTeX reader: handle parameter patterns for `\def`.
John MacFarlane
3
-23
/
+57
2018-08-13
RST writer: render Divs with admonition classes as admonitions.
John MacFarlane
2
-3
/
+32
2018-08-13
RST writer: use `.. container` for generic Divs, instead of raw HTML.
John MacFarlane
2
-72
/
+24
2018-08-13
Makefile: ghc options to speed compilation for 'make quick'.
John MacFarlane
1
-1
/
+1
2018-08-12
LaTeX reader: Allow `%` characters in URLs.
John MacFarlane
2
-13
/
+52
[next]