index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-31
Removed old data/templates directory.
fiddlosopher
6
-142
/
+0
2009-12-31
Updated changelog.
fiddlosopher
1
-0
/
+98
2009-12-31
Fuller discussion of Templates in README and man page.
fiddlosopher
2
-6
/
+20
2009-12-31
Added windows package build intsructions in windows makefile.
fiddlosopher
1
-2
/
+4
2009-12-31
Added needed imports from System.IO when we're using ghc >= 6.12.
fiddlosopher
2
-2
/
+3
2009-12-31
Make the -fno-warn-unused-do-bind conditional on ghc >= 6.12.
fiddlosopher
1
-2
/
+8
2009-12-31
Removed unneeded import from RunTests.hs
fiddlosopher
1
-1
/
+0
2009-12-31
Revised tested-with field to be more precise.
fiddlosopher
1
-1
/
+1
2009-12-31
Removed redundant imports (found by ghc 6.12).
fiddlosopher
11
-14
/
+9
2009-12-31
Added GHC versions to tested-with field in cabal file.
fiddlosopher
1
-1
/
+1
2009-12-31
Use System.IO.UTF8 only if ghc < 6.12.
fiddlosopher
5
-4
/
+27
2009-12-31
Removed unneeded LANGUAGE pragmas.
fiddlosopher
5
-5
/
+1
2009-12-31
Removed unneeded Extensions from cabal file.
fiddlosopher
1
-6
/
+6
2009-12-31
Version bump to 1.4.
fiddlosopher
1
-1
/
+1
2009-12-31
Use UTF8 instead of entities in HTML.
fiddlosopher
5
-14
/
+12
2009-12-31
HTML footnotes: put anchor inside sup, instead of other way.
fiddlosopher
2
-24
/
+24
2009-12-31
Changed Setup.hs so it can build man pages again.
fiddlosopher
1
-1
/
+2
2009-12-31
Updated lhs tests.
fiddlosopher
4
-160
/
+160
2009-12-31
Updated latex writer tests to conform to recent changes.
fiddlosopher
1
-12
/
+3
2009-12-31
markdown2pdf.hs: interpret ! in a log as an error line.
fiddlosopher
1
-1
/
+1
2009-12-31
Modified latex template to include bare minimum of packages.
fiddlosopher
2
-19
/
+72
2009-12-31
Added --xetex option to pandoc and markdown2pdf.
fiddlosopher
8
-24
/
+51
2009-12-31
Modified mediawiki writer to use new templates.
fiddlosopher
3
-89
/
+23
2009-12-31
Updated texinfo writer to use new templates.
fiddlosopher
3
-125
/
+86
2009-12-31
Modified RTF writer to use new templates.
fiddlosopher
3
-51
/
+40
2009-12-31
Revised man writer to use new templates.
fiddlosopher
3
-118
/
+51
2009-12-31
Indented and line-broke styles.xml so it can be modified more easily.
fiddlosopher
1
-2
/
+1062
2009-12-31
Opendocument writer: support new templates.
fiddlosopher
4
-1291
/
+895
2009-12-31
Don't wrap text in OpenDocument writer.
fiddlosopher
1
-11
/
+5
2009-12-31
Context and latex writers - parse title, author, date before body.
fiddlosopher
2
-10
/
+10
2009-12-31
Updated docbook writer to use new templates.
fiddlosopher
4
-1286
/
+1297
2009-12-31
LaTeX reader: use \\ to separate multiple authors.
fiddlosopher
1
-3
/
+3
2009-12-31
Markdown reader: use ; as separator between authors.
fiddlosopher
2
-3
/
+3
2009-12-31
Improved RST writer.
fiddlosopher
7
-44
/
+28
2009-12-31
Fixed bug with $else$ in templates module.
fiddlosopher
1
-11
/
+11
2009-12-31
Use $for$ for multiple authors in context, latex, markdown.
fiddlosopher
6
-16
/
+11
2009-12-31
Use $for$ for header-includes.
fiddlosopher
6
-21
/
+34
2009-12-31
Use $for$ for --css option in HTML writer.
fiddlosopher
3
-12
/
+10
2009-12-31
Added $for$ to template system.
fiddlosopher
3
-18
/
+77
2009-12-31
Use separate title, author, date variables in markdown template.
fiddlosopher
3
-36
/
+15
2009-12-31
Revised documentation for templates.
fiddlosopher
2
-12
/
+0
2009-12-31
Don't set "standalone" variable.
fiddlosopher
1
-4
/
+1
2009-12-31
Added docbook template.
fiddlosopher
1
-74
/
+9
2009-12-31
Fixed RST writer to use new templates.
fiddlosopher
3
-65
/
+42
2009-12-31
Markdown template - added space after header includes.
fiddlosopher
1
-0
/
+1
2009-12-31
Made an import more specific.
fiddlosopher
1
-1
/
+1
2009-12-31
Made renderTemplate polymorphic; added TemplateTarget class.
fiddlosopher
2
-7
/
+30
2009-12-31
Tweaked templates and tests.
fiddlosopher
9
-920
/
+917
2009-12-31
Added newline at end of LaTeXMathML script.
fiddlosopher
1
-1
/
+1
2009-12-31
Templates: don't try to handle indented $if$, $else$, $endif$.
fiddlosopher
1
-4
/
+10
[prev]
[next]