index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
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
4
-5
/
+5
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
2
-3
/
+3
2013-01-04
MediaWiki writer: use `<code>` not `<tt>` for Code.
John MacFarlane
1
-1
/
+1
2013-01-04
Renamed writerEPUBMetadata -> writerEpubMetadata.
John MacFarlane
2
-3
/
+3
2013-01-04
Added `--epub-chapter-level` and `--epub-toc-level` options.
John MacFarlane
2
-11
/
+17
2013-01-04
EPUB writer: Parameterize header level for splitting chapters.
John MacFarlane
1
-8
/
+14
2013-01-04
Markdown reader: Warn about duplicate note references.
John MacFarlane
1
-1
/
+6
2013-01-04
Markdown reader: Warn about duplicate link references.
John MacFarlane
2
-1
/
+13
2013-01-04
Use readMarkdownWithWarnings in Text.Pandoc.
John MacFarlane
1
-3
/
+10
2013-01-04
Markdown reader: Export readMarkdownWithWarnings.
John MacFarlane
1
-1
/
+14
2013-01-03
Changed type of 'readers' in Text.Pandoc, so all readers are in IO.
John MacFarlane
1
-12
/
+12
2013-01-03
Added stateWarnings.
John MacFarlane
1
-2
/
+4
2013-01-03
Implemented `Ext_header_identifiers`, `Ext_implicit_header_references`.
John MacFarlane
4
-144
/
+172
2012-12-30
Revert "Workaround for problem with file-embed."
John MacFarlane
1
-3
/
+1
2012-12-29
Workaround for problem with file-embed.
John MacFarlane
1
-1
/
+3
2012-12-29
Made `embed_data_files` flag work.
John MacFarlane
1
-3
/
+11
2012-12-29
Data files changes.
John MacFarlane
6
-55
/
+41
2012-12-29
Cabal file changes.
John MacFarlane
1
-1052
/
+0
2012-12-19
EPUB3: Don't use the switch statement for mathml.
John MacFarlane
1
-10
/
+5
2012-12-13
Fixed bug in withRaw.
John MacFarlane
1
-1
/
+1
2012-12-12
LaTeX reader: Make command macros work everywhere, including non-math.
John MacFarlane
1
-6
/
+10
2012-11-06
Textile reader/writer: Fixed autolinks.
John MacFarlane
2
-12
/
+9
2012-11-06
Textile parser: Expanded list of stringBreakers.
John MacFarlane
1
-1
/
+1
2012-11-05
HTML writer: Include highlighting-css for code spans, too.
John MacFarlane
1
-1
/
+3
2012-11-05
LaTeX reader: skip comments in handleIncludes.
John MacFarlane
1
-0
/
+2
2012-11-05
Textile reader: Allow newlines before pipes in table.
John MacFarlane
1
-1
/
+2
2012-11-04
EPUB writer: Rationalized templates.
John MacFarlane
2
-10
/
+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
4
-18
/
+70
2012-11-02
DocBook reader: Support title in "figure" element.
John MacFarlane
1
-6
/
+21
[next]