index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-23
Define a `meta-json` variable for all writers.
John MacFarlane
2
-3
/
+6
2015-11-19
Renamed link attribute extensions.
John MacFarlane
1
-1
/
+1
2015-11-19
Merge branch 'new-image-attributes' of https://github.com/mb21/pandoc into mb...
John MacFarlane
23
-229
/
+443
2015-11-19
Merge pull request #2532 from michaelbeaumont/fix-2530
John MacFarlane
1
-5
/
+3
2015-11-19
Merge pull request #2506 from adunning/patch-1
John MacFarlane
1
-3
/
+0
2015-11-16
Haddock writer: omit formatting inside links.
John MacFarlane
1
-2
/
+2
2015-11-16
ICML writer: better handling of math.
John MacFarlane
1
-1
/
+3
2015-11-16
HTML writer: Include `example` class for example lists.
John MacFarlane
1
-0
/
+3
2015-11-15
Docx writer: insert space between footnote ref and footnote.
John MacFarlane
1
-2
/
+2
2015-11-14
Allow more customization of opendocument styles.
John MacFarlane
1
-2
/
+1
2015-11-15
Interpret pauses correctly for all headers
michaelbeaumont
1
-5
/
+3
2015-11-12
EPUB writer: don't download linked media when `data-external` attribute set.
John MacFarlane
1
-1
/
+2
2015-11-12
LaTeX writer: set `colorlinks`...
John MacFarlane
1
-1
/
+4
2015-11-09
Restored Text.Pandoc.Compat.Monoid.
John MacFarlane
2
-0
/
+2
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
26
-26
/
+0
2015-11-09
Remove redundant `center` variable for reveal.js.
Andrew Dunning
1
-3
/
+0
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
26
-0
/
+26
2015-11-01
LaTeX writer: properly handle footnotes in captions.
John MacFarlane
1
-15
/
+18
2015-11-01
LaTeX writer: avoid footnotes in list of figures.
John MacFarlane
1
-1
/
+14
2015-10-30
HTML writer: use width on whole table if col widths sum to < 100%.
John MacFarlane
1
-2
/
+9
2015-10-28
LaTeX writer: add `\protect` to `\hyperlink`.
John MacFarlane
1
-1
/
+1
2015-10-27
LaTeX writer: Use `\hypertarget` and `\hyperlink` for links.
John MacFarlane
1
-17
/
+9
2015-10-26
Added de-CH-1901, fixed el-polyton
nickbart1980
1
-2
/
+3
2015-10-25
LaTeX writer: \textarabic fix
mb21
1
-1
/
+1
2015-10-22
Avoid compiler warning for unused identifier.
John MacFarlane
1
-1
/
+1
2015-10-22
Textile writer: support start number in ordered lists.
John MacFarlane
1
-7
/
+18
2015-10-18
LaTeX and ConTeXt writers: support lang attribute on divs and spans
mb21
2
-32
/
+110
2015-10-17
Consider header files when determining whether to use csquotes.
Andreas Lööw
1
-2
/
+7
2015-10-15
Support all frame attributes in Beamer.
John MacFarlane
1
-2
/
+5
2015-10-15
Use unicode super/subscripts for digits in plain output.
John MacFarlane
1
-3
/
+14
2015-10-14
More changes to avoid compiler warnings on ghc 7.10.
John MacFarlane
3
-8
/
+11
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
13
-15
/
+1
2015-10-13
LaTeX writer: add `\protect` to `\hyperdef` in inline context.
John MacFarlane
1
-1
/
+1
2015-10-13
epub with `--webtex`: include image file rather than data: URI.
John MacFarlane
1
-12
/
+8
2015-10-12
RST writer: do header normalization only in "standalone" mode.
John MacFarlane
1
-8
/
+5
2015-10-12
Revert "RST writer: tweaks to header normalization."
John MacFarlane
1
-22
/
+4
2015-10-12
RST writer: tweaks to header normalization.
John MacFarlane
1
-4
/
+22
2015-10-11
Percent-encode more special characters in URLs.
John MacFarlane
1
-5
/
+5
2015-10-11
HTML reader/writer: better handling of "section" elements.
John MacFarlane
1
-2
/
+5
2015-10-11
Native writer: format Div properly, with blocks separated.
John MacFarlane
1
-0
/
+2
2015-10-10
Merge pull request #2441 from mb21/polyglossia-lang
John MacFarlane
1
-20
/
+36
2015-10-07
Change variable to polyglossia-lang.name and .options
mb21
1
-20
/
+36
2015-10-01
Set the template variable $pandoc-version$ to pandocVersion by default.
Alex Vong
1
-0
/
+1
2015-10-01
Set the template variable $hyphenate$ to true by default
Alex Vong
1
-0
/
+1
2015-09-26
Merge pull request #2419 from mb21/bidi
John MacFarlane
2
-13
/
+40
2015-09-26
Support bidirectional text output with XeLaTeX, ConTeXt and HTML
mb21
2
-13
/
+40
2015-09-26
Removed unneeded import.
John MacFarlane
1
-1
/
+0
2015-09-25
Correctly recognize book documentclass in metadata.
John MacFarlane
1
-1
/
+1
2015-09-22
Merge pull request #2369 from mb21/language-variables
John MacFarlane
2
-12
/
+176
2015-09-19
[RST Writer] Don't normalize heading levels below input minimum
Nikolay Yakimov
1
-1
/
+7
[prev]
[next]