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-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
2015-09-17
Markdown writer: in TOC, add links to headers.
John MacFarlane
1
-2
/
+5
2015-09-09
Use user data directory for reference docx archive.
John MacFarlane
1
-1
/
+1
2015-08-20
`lang` variable is now in BCP47 format
mb21
2
-12
/
+176
2015-08-13
RST writer: ensure that `\ ` is inserted when needed...
John MacFarlane
1
-0
/
+2
2015-08-12
RST writer: Don't insert `\ ` when complex expression in matched pairs.
John MacFarlane
1
-3
/
+4
2015-08-10
Docx writer: Moved invalid character stripping to `formattedString`.
John MacFarlane
1
-4
/
+4
2015-08-07
Updated readers, writers and README for link attribute
mb21
22
-89
/
+100
2015-08-07
Updated readers and writers for new image attribute parameter.
John MacFarlane
22
-122
/
+310
2015-08-05
ICML writer: changed type of `writeICML`.
John MacFarlane
1
-39
/
+50
2015-08-05
ICML writer: Add Cite style to citations.
John MacFarlane
1
-1
/
+3
2015-07-21
DZSlides: Add `role="note"` for speaker notes.
John MacFarlane
1
-1
/
+2
2015-07-16
Removed unneeded import.
John MacFarlane
1
-2
/
+1
2015-07-16
LaTeX writer: Fixed detection of 'chapters' from template.
John MacFarlane
1
-3
/
+11
2015-07-14
Updated to use cmark >= 0.4.
John MacFarlane
1
-4
/
+4
2015-07-13
HTML writer: support speaker notes in dzslides.
John MacFarlane
1
-0
/
+1
2015-07-13
DokuWiki: write $..$ instead of <math>..</math>
Tiziano Müller
1
-1
/
+1
2015-07-08
Correct superscript/subscript.
Andrew Dunning
1
-3
/
+3
2015-07-07
Fixed email javascript obfuscation with mailto: URLs.
John MacFarlane
1
-2
/
+2
2015-07-01
ConTeXt: use `\goto` for internal links.
John MacFarlane
1
-7
/
+2
2015-07-01
Merge pull request #2255 from mchladek/odt_linebreak
John MacFarlane
1
-1
/
+1
2015-07-01
ConTeXt writer: Added a % at end for `\reference` to avoid spurious space.
John MacFarlane
1
-2
/
+2
2015-07-01
Do not add a carriage return after a hard line break in OpenDocument writer a...
Michael Chladek
1
-1
/
+1
2015-06-28
Removed unneeded import.
John MacFarlane
1
-1
/
+1
2015-06-28
Make sure we use dist version of reference.docx for some things.
John MacFarlane
1
-2
/
+2
[prev]
[next]