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
2014-07-31
New module, Text.Pandoc.MediaBag.
John MacFarlane
1
-1
/
+2
2014-07-31
Made MediaBag a newtype, and added mime type information to media.
John MacFarlane
1
-1
/
+1
2014-07-30
Allow --self-contained to get content from MediaBag.
John MacFarlane
1
-1
/
+1
2014-07-30
RTF writer: Improved image embedding.
John MacFarlane
1
-1
/
+12
2014-07-30
RTF writer: refactored image embedding, using fetchItem'.
John MacFarlane
1
-26
/
+21
2014-07-30
PDF, Docx, EPUB, and ODT writers now automatically use MediaBag.
John MacFarlane
3
-4
/
+6
2014-07-29
Mediawiki writer: don't escape inside `<source>`.
John MacFarlane
1
-4
/
+8
2014-07-29
Docx writer: Print subtitle from metadata if present.
John MacFarlane
1
-3
/
+9
2014-07-29
LaTeX writer: use \(..\) instead of $..$ for inline math.
John MacFarlane
1
-1
/
+1
2014-07-27
Markdown writer: Separate adjacent lists of the same kind with comment.
John MacFarlane
1
-3
/
+9
2014-07-27
Markdown writer: More improvements to 'plain' output, updated tests.
John MacFarlane
1
-21
/
+26
2014-07-27
Markdown writer: Better 'plain' output.
John MacFarlane
1
-83
/
+101
2014-07-27
Markdown writer: Update definition lists.
John MacFarlane
1
-2
/
+13
2014-07-26
Docx writer: Added missing case from last commit.
John MacFarlane
1
-1
/
+1
2014-07-26
Docx writer: include abstract with Abstract style.
John MacFarlane
1
-1
/
+8
2014-07-21
Markdown writer: Avoid wrapping that might start a list.
John MacFarlane
1
-1
/
+5
2014-07-20
EPUB writer: Avoid excess whitespace in nav.xhtml.
John MacFarlane
1
-1
/
+1
2014-07-20
AsciiDoc writer: Double markers in intraword emphasis.
John MacFarlane
1
-11
/
+46
2014-07-19
Renamed readTeXMath' to avoid name conflict with texmath 0.6.7
Matthew Pickering
8
-14
/
+14
2014-07-16
Remove unused import.
John MacFarlane
1
-1
/
+0
2014-07-16
Custom writers now work with `--template`.
John MacFarlane
1
-2
/
+14
2014-07-16
Made Citation information available in lua custom writer.
John MacFarlane
1
-2
/
+17
2014-07-15
HTML writer: Removed useless clause.
John MacFarlane
1
-4
/
+0
2014-07-15
LaTeX writer: Use \nolinkurl in email autolinks.
John MacFarlane
1
-2
/
+9
2014-07-15
EPUB writer: Keep newlines between block elements.
John MacFarlane
1
-1
/
+1
2014-07-13
RTF writer: Avoid extra paragraph tags in metadata.
John MacFarlane
1
-2
/
+10
2014-07-13
Use raw HTML for complex block quotes.
John MacFarlane
1
-1
/
+7
2014-07-13
DokuWiki writer: Use raw HTML for complex lists...
John MacFarlane
1
-13
/
+40
2014-07-13
DokuWiki writer: Normalize to collapse adjacent raw HTML blocks.
John MacFarlane
1
-1
/
+1
2014-07-13
DokuWiki writer: More tweaks to email links. (#1398)
John MacFarlane
1
-4
/
+3
2014-07-13
DokuWiki writer: Use pointy brackets for email links.
John MacFarlane
1
-0
/
+2
2014-07-13
Dokuwiki writer: More idiomatic code for escaping.
John MacFarlane
1
-2
/
+4
2014-07-13
DokuWiki writer: More raw HTML fixes. (#1398)
John MacFarlane
1
-2
/
+4
2014-07-13
DokuWiki writer: Fix raw inlines and blocks.
John MacFarlane
1
-6
/
+6
2014-07-13
Markdown writer: Use span with style for SmallCaps. (#1360)
John MacFarlane
1
-1
/
+8
2014-07-13
Markdown writer: use Span instead of (hackish) SmallCaps in plainify.
John MacFarlane
1
-9
/
+10
2014-07-13
EPUB writer: Use stringify instead of custom plainify.
John MacFarlane
1
-16
/
+10
2014-07-13
Merge branch 'claremacrae-dokuwiki'.
John MacFarlane
1
-2
/
+4
2014-07-13
Use renderTags' for all tag rendering.
John MacFarlane
2
-4
/
+4
2014-07-12
Removed space at ends of lines in source.
John MacFarlane
4
-11
/
+11
2014-07-11
Markdown writer: don't use braced attributes for fenced code.
John MacFarlane
1
-2
/
+2
2014-07-10
HTML writer: Deactivate "incremental" inside slide speaker notes.
John MacFarlane
1
-3
/
+5
2014-07-10
LaTeX writer: Put table captions above tables.
John MacFarlane
1
-3
/
+2
2014-07-08
DokuWiki writer: Remove broken formatting from headings (#1398)
Clare Macrae
1
-1
/
+11
2014-07-08
Put myself as maintainer (#1398)
Clare Macrae
1
-1
/
+1
2014-07-07
Merge branch 'dokuwiki' of https://github.com/claremacrae/pandoc into clarema...
John MacFarlane
1
-0
/
+435
2014-07-07
EPUB writer: better handle HTML media tags.
John MacFarlane
1
-1
/
+6
2014-07-04
MediaWiki writer: Minor renaming of 'st' prefixed names.
John MacFarlane
1
-31
/
+31
2014-07-04
Little restructuralization.
Matej Kollar
1
-9
/
+6
2014-07-04
Move more things to Reader.
Matej Kollar
1
-36
/
+29
[next]