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
2013-01-05
LaTeX tables: Use minipage rather than parbox for block containers.
John MacFarlane
1
-2
/
+2
2013-01-05
Implemented --toc-depth (and --toc!) for RTF writer.
John MacFarlane
1
-1
/
+3
2013-01-05
Support --toc-depth in context writer.
John MacFarlane
1
-0
/
+6
2013-01-05
For epub3, use epub:type to mark footnotes and footnote refs.
John MacFarlane
1
-6
/
+14
2013-01-05
EPUB changes.
John MacFarlane
1
-12
/
+4
2013-01-05
Implemented --toc-depth for markdown writer.
John MacFarlane
1
-7
/
+7
2013-01-05
Implemented toc-depth for html writer.
John MacFarlane
1
-2
/
+3
2013-01-05
Changed --toc-level to --toc-depth.
John MacFarlane
3
-3
/
+3
2013-01-05
Implemented --toc-level for rst.
John MacFarlane
1
-1
/
+3
2013-01-05
Implemented --toc-level in LaTeX writer.
John MacFarlane
1
-0
/
+4
2013-01-05
Changed `--epub-toc-level` to `--toc-level`.
John MacFarlane
1
-1
/
+1
2013-01-04
MediaWiki writer: use `<code>` not `<tt>` for Code.
John MacFarlane
1
-1
/
+1
2013-01-04
Renamed writerEPUBMetadata -> writerEpubMetadata.
John MacFarlane
1
-1
/
+1
2013-01-04
Added `--epub-chapter-level` and `--epub-toc-level` options.
John MacFarlane
1
-11
/
+13
2013-01-04
EPUB writer: Parameterize header level for splitting chapters.
John MacFarlane
1
-8
/
+14
2013-01-03
Implemented `Ext_header_identifiers`, `Ext_implicit_header_references`.
John MacFarlane
1
-1
/
+3
2012-12-29
Data files changes.
John MacFarlane
3
-26
/
+9
2012-12-19
EPUB3: Don't use the switch statement for mathml.
John MacFarlane
1
-10
/
+5
2012-11-06
Textile reader/writer: Fixed autolinks.
John MacFarlane
1
-1
/
+4
2012-11-05
HTML writer: Include highlighting-css for code spans, too.
John MacFarlane
1
-1
/
+3
2012-11-04
EPUB writer: Rationalized templates.
John MacFarlane
1
-8
/
+3
2012-11-04
EPUB: removed need for separate epub-titlepage template.
John MacFarlane
1
-8
/
+3
2012-11-04
EPUB writer: Removed need for separate epub-coverpage template.
John MacFarlane
1
-11
/
+5
2012-11-04
EPUB writer: Improved handling of CSS.
John MacFarlane
1
-2
/
+6
2012-11-04
RST writer: Don't add ":align: center" to figures.
John MacFarlane
1
-2
/
+1
2012-11-04
EPUB writer: Set epub3 variable before calling templates.
John MacFarlane
1
-1
/
+2
2012-11-04
EPUB writer: Better TOC and footnote handling.
John MacFarlane
1
-20
/
+29
2012-11-04
EPUB: Use section divs by default for better semantic markup.
John MacFarlane
1
-0
/
+1
2012-11-04
LaTeX writer: Don't use [fragile] unnecessarily.
John MacFarlane
1
-1
/
+5
2012-11-04
Improved support for MathML in EPUB3.
John MacFarlane
1
-16
/
+26
2012-11-02
EPUB: Don't use opf:role in EPUB3.
John MacFarlane
1
-1
/
+2
2012-11-02
EPUB: Fixed invalid nesting problem in nav.xhtml.
John MacFarlane
1
-3
/
+3
2012-11-02
EPUB: Added properties attribute.
John MacFarlane
1
-1
/
+3
2012-11-02
HTML writer: Use XHtml5 only if blaze version current enough.
John MacFarlane
1
-0
/
+4
2012-11-02
HTML writer: Use Text.Blaze.XHtml5 instead of Html5.
John MacFarlane
1
-1
/
+1
2012-11-02
EPUB: Use HTML5 for epub3.
John MacFarlane
1
-1
/
+4
2012-11-02
EPUB: Set epub3 template variable controlling doctype.
John MacFarlane
1
-3
/
+5
2012-11-02
EPUB writer: Don't create entry for nav.xhtml in EPUB2.
John MacFarlane
1
-2
/
+3
2012-11-02
Fixed a couple validation bugs that affect epub2 also.
John MacFarlane
1
-2
/
+3
2012-11-02
Preliminary changes for epub3 format.
John MacFarlane
1
-15
/
+64
2012-10-11
EPUB writer improvements.
John MacFarlane
1
-27
/
+54
2012-10-04
Remove newline after <br/> in translation of LineBreak
Brent Yorgey
1
-1
/
+1
2012-10-02
Docx writer: Added nsid to abstractNum elements.
John MacFarlane
1
-11
/
+16
2012-10-02
Use integer ids for bookmarks.
John MacFarlane
1
-6
/
+8
2012-09-29
Renamed removedLeadingTrailingSpace to trim.
John MacFarlane
3
-6
/
+5
2012-09-28
HTML writer: Use toHtml instead of pre-escaping.
John MacFarlane
1
-4
/
+7
2012-09-25
Make --id-prefix affect footnote IDs in markdown writer.
John MacFarlane
1
-4
/
+4
2012-09-25
Removed need for utf8-string package.
John MacFarlane
3
-25
/
+24
2012-09-24
Texinfo writer: Fixed internal cross-references.
John MacFarlane
1
-7
/
+26
2012-09-23
Revert "More intelligent handling of text encodings."
John MacFarlane
1
-2
/
+3
[prev]
[next]