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
2007-07-28
Make URLs and emails in autolinks appear as Code.
fiddlosopher
3
-9
/
+9
2007-07-28
Fixed a bug in Docbook writer: email links with text were being
fiddlosopher
1
-1
/
+6
2007-07-28
Reinstated dependence on fancyvrb. It is compatible with examplep.
fiddlosopher
1
-9
/
+24
2007-07-28
Changed LaTeX writer to use the examplep package instead
fiddlosopher
1
-17
/
+15
2007-07-27
Use ` as default character for \verb in LaTeX output.
fiddlosopher
1
-1
/
+1
2007-07-26
Include empty \author{} in LaTeX preamble if no
fiddlosopher
1
-4
/
+2
2007-07-26
Fixes in LaTeX writer:
fiddlosopher
1
-5
/
+5
2007-07-26
Changed how ASCIIMathML is handled:
fiddlosopher
1
-1
/
+10
2007-07-24
Fixed bug in TOC generation in HTML writer (regression,
fiddlosopher
1
-1
/
+1
2007-07-23
LaTeX writer: Make sure \VerbatimFootnotes goes after the
fiddlosopher
1
-8
/
+10
2007-07-22
Man writer: Use ~ and ^ for subscripts and superscripts.
fiddlosopher
1
-6
/
+9
2007-07-22
HTML writer: Use a record for state, instead of a tuple, for
fiddlosopher
1
-24
/
+32
2007-07-22
HTML writer: include css for .strikethrough only if strikethrough
fiddlosopher
1
-17
/
+25
2007-07-22
Added ~ to the list of characters the markdown
fiddlosopher
1
-1
/
+1
2007-07-22
Cleaned up character escaping in LaTeX writer.
fiddlosopher
1
-15
/
+8
2007-07-22
Man writer:
fiddlosopher
1
-2
/
+2
2007-07-22
Changed text to char for one character strings
fiddlosopher
3
-8
/
+8
2007-07-22
Markdown writer: Substituted char for text for single characters.
fiddlosopher
1
-4
/
+4
2007-07-22
+ Added support for superscript, subscript, and
fiddlosopher
8
-181
/
+263
2007-07-21
+ Added Strikeout support to Markdown writer.
fiddlosopher
1
-2
/
+5
2007-07-21
Changed system for indicating man page title, section,
fiddlosopher
1
-8
/
+9
2007-07-19
Refactored character escaping in Text.Pandoc.Writers.Markdown using
fiddlosopher
1
-8
/
+2
2007-07-15
ConTeXt writer changes:
fiddlosopher
1
-1
/
+1
2007-07-15
Merged branches/context: addition of a ConTeXt writer
fiddlosopher
1
-0
/
+225
2007-07-15
Removed an unused function in LaTeX writer.
fiddlosopher
1
-2
/
+0
2007-07-14
Simplified special character escaping code in LaTeX writer.
fiddlosopher
1
-12
/
+18
2007-07-14
Small comment fix in LaTeX writer.
fiddlosopher
1
-1
/
+1
2007-07-14
Change to footnotes in HTML writer: Instead of putting the footnote
fiddlosopher
1
-5
/
+18
2007-07-09
Text.Pandoc.Blocks:
fiddlosopher
1
-2
/
+2
2007-07-09
Markdown writer:
fiddlosopher
1
-3
/
+3
2007-07-09
Added --toc support to Markdown writer.
fiddlosopher
1
-6
/
+26
2007-07-09
Added support for --toc to RTF writer.
fiddlosopher
1
-2
/
+20
2007-07-09
Moved isHeaderBlock from Text.Pandoc.Writers.HTML
fiddlosopher
1
-5
/
+0
2007-07-08
Regularized the scheme for unique header identifiers in HTML writer:
fiddlosopher
1
-4
/
+14
2007-07-08
HTML writer changes:
fiddlosopher
1
-5
/
+5
2007-07-08
Added --toc support to RST writer.
fiddlosopher
1
-4
/
+7
2007-07-08
Man writer: Don't print .\" t at beginning unless we're
fiddlosopher
1
-1
/
+1
2007-07-08
LaTeX writer:
fiddlosopher
1
-6
/
+11
2007-07-08
HTML writer: Slight change in code for generating unique
fiddlosopher
1
-1
/
+1
2007-07-08
Fixed bug in Notes ($$ instead of <>), which caused
fiddlosopher
1
-1
/
+1
2007-07-07
Adjusted copyright notices to 2006-7; use
fiddlosopher
7
-21
/
+21
2007-07-07
Man writer: Use integral n measures instead of fractional i
fiddlosopher
1
-1
/
+2
2007-07-07
Put table of contents in its own div (id="toc").
fiddlosopher
1
-1
/
+1
2007-07-07
HTML writer modifications:
fiddlosopher
1
-23
/
+57
2007-07-07
+ Introduced writerIgnoreNotes option in WriterOptions. This is needed
fiddlosopher
1
-20
/
+0
2007-07-07
Changes to HTML writer to incorporate automatic identifiers for
fiddlosopher
1
-16
/
+66
2007-07-05
Added table support to RST writer.
fiddlosopher
1
-3
/
+34
2007-07-04
Added table support to markdown writer.
fiddlosopher
1
-3
/
+34
2007-07-04
Man writer:
fiddlosopher
1
-3
/
+9
2007-07-04
Added table support to man writer (using the tbl preprocessor).
fiddlosopher
1
-10
/
+36
[prev]
[next]