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
2010-12-03
Basic Textile Reader
paul.rivier
1
-0
/
+2
2010-11-27
OpenDocument writer: don't print raw TeX.
John MacFarlane
1
-2
/
+4
2010-11-27
LaTeX writer: Escape curly quotes.
John MacFarlane
1
-0
/
+4
2010-11-27
Merge branch 'textile'
John MacFarlane
1
-0
/
+415
2010-11-27
Use [] for superscripts and subscripts in textile writer.
John MacFarlane
1
-2
/
+2
2010-11-27
Fixed spacing problems in textile nested lists.
John MacFarlane
1
-2
/
+4
2010-10-31
--mathjax: Use mathjax with raw latex rather than mathml.
John MacFarlane
1
-12
/
+4
2010-10-26
Added support for MathJax for displaying math in HTML.
John MacFarlane
1
-2
/
+15
2010-10-24
LaTeX & ConTeXt writers: escape [ and ] as {[} and {]}.
John MacFarlane
2
-0
/
+4
2010-08-01
gladTeX HTML - specify ENV for display or inline.
John MacFarlane
1
-1
/
+3
2010-07-22
Moved Text.Pandoc.Writers.S5 -> Text.Pandoc.S5.
John MacFarlane
1
-66
/
+0
2010-07-22
Improved cutUp function, removed extra </div>
John MacFarlane
1
-10
/
+12
2010-07-22
Moved s5 writing from S5 module to HTML.
John MacFarlane
2
-70
/
+5
2010-07-22
Extended --offline to s5.
John MacFarlane
1
-0
/
+1
2010-07-22
Slidy writer: Avoid spurious blank page.
John MacFarlane
1
-1
/
+5
2010-07-20
Made spacing at end of output more consistent.
John MacFarlane
4
-4
/
+4
2010-07-18
Slidy writer: create new slide at every level 1 header.
John MacFarlane
1
-1
/
+4
2010-07-16
Use default highlighting CSS rather than embedding CSS in templates.
John MacFarlane
1
-2
/
+3
2010-07-15
Added --section-divs option.
John MacFarlane
1
-9
/
+10
2010-07-15
Added --webtex option for HTML math.
John MacFarlane
1
-16
/
+23
2010-07-14
Improved handling of code in man writer.
John MacFarlane
1
-3
/
+7
2010-07-14
Code cleanup, S5 writer.
John MacFarlane
1
-13
/
+5
2010-07-13
Improved Slidy writer.
John MacFarlane
1
-3
/
+12
2010-07-13
Added a slidy writer.
John MacFarlane
1
-5
/
+11
2010-07-11
Merge branch 'atlists'. Added auto-numbered example lists.
John MacFarlane
4
-3
/
+6
2010-07-09
Cleaned up EPUB writer.
John MacFarlane
1
-33
/
+43
2010-07-08
EPUB writer: don't put multiple copies of same image in epub.
John MacFarlane
1
-10
/
+17
2010-07-08
Get default stylesheet in EPUB writer, rather than pandoc.hs.
John MacFarlane
1
-2
/
+5
2010-07-08
Added writerUserDataDir to WriterOptions.
John MacFarlane
1
-3
/
+3
2010-07-08
Added writerSourceDirectory to WriterOptions.
John MacFarlane
2
-9
/
+9
2010-07-07
Addendum to the fix to issue #242.
John MacFarlane
1
-1
/
+1
2010-07-06
Allow language-neutral table captions.
John MacFarlane
1
-1
/
+1
2010-07-05
Made -Wall clean.
John MacFarlane
1
-1
/
+1
2010-07-05
Removed links (internal and external).
John MacFarlane
1
-15
/
+17
2010-07-05
Process user-supplied EPUB metadata.
John MacFarlane
1
-7
/
+21
2010-07-05
Moved Pandoc prettyprinting code from Shared to new Native writer.
John MacFarlane
1
-0
/
+86
2010-07-05
Moved parsing functions from Text.Pandoc.Shared to new module.
John MacFarlane
1
-1
/
+2
2010-07-05
Added an EPUB writer.
John MacFarlane
1
-0
/
+247
2010-07-05
Made a proper ODT writer.
John MacFarlane
1
-0
/
+83
2010-06-30
Use unicode for smart punctuation in plain, markdown, rst formats.
John MacFarlane
2
-12
/
+12
2010-06-28
Add birdtracks to lhs in HTML when compiled wo -fhighlighting.
John MacFarlane
1
-1
/
+4
2010-05-17
Added Textile writer module.
John MacFarlane
1
-0
/
+413
2010-05-08
Made KeyTable a map instead of an association list.
John MacFarlane
2
-12
/
+14
2010-04-26
Man writer: convert math to unicode when possible.
John MacFarlane
1
-2
/
+3
2010-04-10
Give LaTeX images a maximum width using the prelude only
Max Bolingbroke
1
-1
/
+1
2010-03-27
Implemented @ for sequentially numbered examples.
John MacFarlane
4
-3
/
+6
2010-03-23
Markdown, RST writers: unescape URI in links, to make them readable.
John MacFarlane
2
-5
/
+8
2010-03-23
Don't escape URIs in HTML writer.
John MacFarlane
1
-20
/
+12
2010-03-23
Updated copyright notices.
John MacFarlane
12
-24
/
+25
2010-03-23
Fixed treatment of unicode characters in URIs.
John MacFarlane
1
-12
/
+20
[next]