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
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
2012-09-23
More intelligent handling of text encodings.
John MacFarlane
1
-3
/
+2
2012-09-16
LaTeX writer: Don't rely on the enumerate package.
John MacFarlane
1
-17
/
+27
2012-09-16
LaTeX writer: Properly escape strings inside \url{}.
John MacFarlane
1
-1
/
+2
2012-09-16
RST writer: Fixed hyperlinked images.
John MacFarlane
1
-17
/
+28
2012-09-15
LaTeX writer: Don't escape _ in hyperref identifiers.
John MacFarlane
1
-1
/
+1
2012-09-15
LaTeX writer: don't escape _ in url.
John MacFarlane
1
-1
/
+1
2012-09-15
LaTeX writer: Don't use \endhead with longtable.
John MacFarlane
1
-1
/
+1
2012-09-15
Markdown writer: Made sensitive to Ext_hard_line_breaks.
John MacFarlane
1
-4
/
+8
2012-09-15
LaTeX writer: Use longtable instead of ctable.
John MacFarlane
1
-19
/
+17
2012-09-13
EPUB writer: Use ch001, ch002, etc. for chapter filenames.
John MacFarlane
1
-5
/
+12
2012-09-12
HTML writer: Don't print `<dt>` unless term is non-empty.
John MacFarlane
1
-1
/
+3
2012-09-12
HTML writer: Improve line breaks with `<dd>` tags.
John MacFarlane
1
-1
/
+2
2012-09-06
Made --id-prefix work in DocBook as well as HTML.
John MacFarlane
1
-1
/
+1
2012-09-05
Docx writer: Fixed bug with nested lists.
John MacFarlane
1
-20
/
+19
2012-08-25
EPUB: Use title instead of "Title Page" in contents.
John MacFarlane
1
-1
/
+1
2012-08-23
Merge commit 'd25656571a4662a4e67b195daed69e77d80c4c2c'
John MacFarlane
1
-2
/
+21
2012-08-23
Don't strip meta and link elements in epub metadata.
John MacFarlane
1
-3
/
+5
2012-08-21
Implemented Ext_backtick_code_blocks.
John MacFarlane
1
-6
/
+14
2012-08-21
Added Ext_fenced_code_attributes.
John MacFarlane
1
-2
/
+4
[prev]
[next]