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-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
2012-08-21
Changed nomenclature, delimited -> fenced code blocks.
John MacFarlane
1
-3
/
+3
2012-08-18
Man writer: Escape - as \-.
John MacFarlane
1
-1
/
+1
2012-08-17
Docx line breaks: Use w:cr in w:r instead of w:br.
John MacFarlane
1
-5
/
+6
2012-08-12
Implemented Ext_mmd_title_block in markdown reader & writer.
John MacFarlane
1
-6
/
+29
2012-08-11
Implemented tex_math extensions in markdown writer.
John MacFarlane
1
-4
/
+18
2012-08-11
Implemented Ext_markdown_attribute in markdown writer.
John MacFarlane
1
-2
/
+19
2012-08-09
Use safeRead instead of using reads directly (various modules).
John MacFarlane
1
-3
/
+3
2012-08-08
Changes to literate haskell options.
John MacFarlane
4
-9
/
+6
2012-08-05
Markdown writer: Tables now sensitive to table extension options.
John MacFarlane
1
-21
/
+42
2012-08-05
Started making markdown table writer sensitive to options.
John MacFarlane
1
-32
/
+49
2012-08-04
Don't include empty captions in figures.
John MacFarlane
6
-17
/
+32
2012-08-02
Don't use escaped line breaks in plain output.
John MacFarlane
1
-1
/
+3
2012-08-02
Made markdown writer sensitive to Ext_subscript/superscript/strikeout.
John MacFarlane
1
-3
/
+9
2012-08-02
Made markdown writer sensitive to Ext_definition_lists.
John MacFarlane
1
-8
/
+13
2012-08-02
Made markdown writer sensitive to Ext_startnum, Ext_fancy_lists.
John MacFarlane
1
-1
/
+5
2012-08-02
Made markdown reader sensitive to Ext_raw_tex.
John MacFarlane
1
-2
/
+3
2012-08-02
Made markdown writer sensitive to Ext_table_captions.
John MacFarlane
1
-1
/
+1
2012-08-02
Made markdown writer sensitive to Ext_pandoc_title_blocks.
John MacFarlane
1
-1
/
+2
2012-08-02
Made markdown writer sensitive to Ext_footnotes.
John MacFarlane
1
-4
/
+10
2012-07-27
Replaced writerStrict with writerExtensions in WriterOptions.
John MacFarlane
2
-17
/
+21
2012-07-26
Moved WriterOptions and associated types Shared -> Options.
John MacFarlane
19
-12
/
+25
2012-07-26
Fixed whitespace errors.
John MacFarlane
12
-257
/
+257
2012-07-24
Use catch from Control.Exception to avoid warnings.
John MacFarlane
2
-5
/
+8
2012-07-24
Changed signatures of writeODT, writeDocx, writeEPUB.
John MacFarlane
3
-14
/
+10
2012-07-22
FB2: support images embedded as data URIs + tests.
Sergey Astanin
1
-12
/
+58
2012-07-22
Added a new FictionBook2 (FB2) writer.
Sergey Astanin
1
-0
/
+570
2012-07-20
Use Parser as type synonym for Parsec.
John MacFarlane
2
-2
/
+2
2012-07-20
Text.Pandoc.Parsing: Export all Parsec functions used in pandoc code.
John MacFarlane
2
-4
/
+2
2012-07-20
Use Text.Parsec instead of Text.ParserCombinators.Parsec.
John MacFarlane
2
-4
/
+4
2012-07-13
Set ODT title property
Arlo O'Keeffe
1
-3
/
+21
2012-07-11
HTML writer: Put mathjax in span with class "math".
John MacFarlane
1
-1
/
+1
2012-06-27
ConTeXt writer: don't escape `&`,`^`,`<`,`>`.
John MacFarlane
1
-6
/
+2
2012-06-27
MediaWiki writer: Avoid extra blank lines after sublists.
John MacFarlane
1
-3
/
+6
2012-06-26
Don't escape `_` as `\letterunderscore{}` in ConTeXt.
John MacFarlane
1
-1
/
+0
2012-06-25
Don't generate empty H1 after hrule slide breaks.
John MacFarlane
2
-3
/
+8
2012-06-03
Fixed `--incremental` behavior for Beamer.
John MacFarlane
1
-1
/
+1
2012-06-01
Simplified bullet characters so they work with Word 2007.
John MacFarlane
1
-7
/
+7
2012-06-01
LaTeX writer: Ensure newline after Verbatim at end of footnote.
John MacFarlane
1
-1
/
+4
2012-05-31
Escape `%` as `\letterpercent{}` not `\letterpercent ` in ConTeXt.
John MacFarlane
1
-1
/
+1
2012-05-30
Merge pull request #521 from jonassmedegaard/master
John MacFarlane
1
-0
/
+1
2012-05-29
Org writer: Add space before language name.
John MacFarlane
1
-3
/
+3
2012-05-29
ConTeXt writer: ensure space after `\stopformula`.
John MacFarlane
1
-1
/
+1
[prev]
[next]