index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Text
Age
Commit message (
Expand
)
Author
Files
Lines
2008-11-02
Revert "Markdown reader: Ignore blank line after ~~~~~~~~ in delimited code b...
fiddlosopher
1
-2
/
+0
2008-11-01
Markdown reader: Allow blank space at end of horizontal rules.
fiddlosopher
1
-1
/
+1
2008-11-01
Support horizontal rules in OpenDocument and ODT writers.
fiddlosopher
1
-1
/
+1
2008-11-01
Markdown reader: cleaner handling of spaces in URLs.
fiddlosopher
1
-11
/
+6
2008-10-31
Markdown reader: allow URLs containing spaces.
fiddlosopher
1
-6
/
+11
2008-10-30
Version bump to 1.1.
fiddlosopher
1
-1
/
+1
2008-10-28
Added --jsmath option.
fiddlosopher
2
-0
/
+9
2008-10-25
Changed compactify in Text.Pandoc.Shared - better heuristic.
fiddlosopher
1
-16
/
+15
2008-10-19
Don't print a line break between a footnote and immediately following nonspace
fiddlosopher
1
-6
/
+15
2008-10-18
HTML reader: Don't interpret contents of <pre> blocks as markdown.
fiddlosopher
1
-1
/
+13
2008-10-18
Include classes on tr elements in HTML output: "header", "odd", "even".
fiddlosopher
1
-4
/
+5
2008-10-16
Bump version to 1.0.0.2.
fiddlosopher
1
-1
/
+1
2008-10-16
Added colons to protocols in unsanitaryURI in HTML reader.
fiddlosopher
1
-10
/
+10
2008-09-23
Moved odt-styles/ to data/. Removed unneeded variable in Makefile.
fiddlosopher
1
-1
/
+1
2008-09-16
Markdown reader: Ignore blank line after ~~~~~~~~ in delimited code blocks.
fiddlosopher
1
-0
/
+2
2008-09-15
HTML writer: Enclose all LaTeXMathML bits in <span class="LaTeX">.
fiddlosopher
1
-3
/
+7
2008-09-14
Bumped version to 1.0.0.1.
fiddlosopher
1
-1
/
+1
2008-09-12
Changed list parser so that only the starting list marker matters:
fiddlosopher
1
-45
/
+34
2008-09-10
Version bump to 1.0.
fiddlosopher
1
-1
/
+1
2008-09-08
Use Data.List's 'intercalate' instead of custom 'joinWithSep'.
fiddlosopher
13
-50
/
+44
2008-09-08
Fixed haddock bug in Text/Pandoc/LaTexMathML.hs.
fiddlosopher
1
-1
/
+1
2008-09-06
LaTeX reader: Refactored math parsers, limited support for eqnarray.
fiddlosopher
1
-3
/
+10
2008-09-06
LaTeX reader: Removed specialEnvironment parser.
fiddlosopher
1
-7
/
+0
2008-09-06
LaTeX reader: minor improvements.
fiddlosopher
1
-7
/
+9
2008-09-06
LaTeX reader: Fixed regression in list parsing
fiddlosopher
1
-3
/
+3
2008-09-06
LaTeX reader: improvements in raw LaTeX parsing.
fiddlosopher
1
-20
/
+41
2008-09-06
MediaWiki writer: print class attributes in <pre> for code blocks, if any.
fiddlosopher
1
-1
/
+1
2008-09-06
Changed Float to Double in definition of Table element.
fiddlosopher
8
-15
/
+15
2008-09-04
Reworked Text.Pandoc.ODT to use zip-archive instead of calling external 'zip'.
fiddlosopher
9
-1190
/
+68
2008-09-02
Modified Text.Pandoc.Biblio to fit new citeproc API.
fiddlosopher
1
-5
/
+5
2008-08-27
Removed PDF writer from core pandoc, restored markdown2pdf.
fiddlosopher
1
-134
/
+0
2008-08-26
LaTeX reader: Parse "code" environments as verbatim (lhs).
fiddlosopher
1
-15
/
+9
2008-08-14
Simplified and improved UTF8 handling:
fiddlosopher
5
-95
/
+1
2008-08-14
PDF writer: Close output file handle after waitForProcess.
fiddlosopher
1
-1
/
+2
2008-08-13
Support for display math; changed ASCIIMathML -> LaTeXMathML:
fiddlosopher
17
-77
/
+91
2008-08-12
Don't expose Text.Pandoc.Biblio module unless citeproc option is selected.
fiddlosopher
1
-8
/
+1
2008-08-12
Small haddock documentation fix. (Andrea Rossato)
fiddlosopher
1
-2
/
+2
2008-08-12
Patches to Text.Pandoc.Biblio for new citeproc API.
fiddlosopher
1
-13
/
+10
2008-08-11
Parse raw ConTeXt environments as TeX in markdown reader.
fiddlosopher
2
-13
/
+37
2008-08-11
ODT writer: Use '/', even on Windows, as path separator in xlink attribute
fiddlosopher
1
-4
/
+4
2008-08-10
Allow newline before URL in markdown link references. Resolves Issue #81.
fiddlosopher
1
-6
/
+4
2008-08-10
Man writer: don't escape " as \".
fiddlosopher
1
-1
/
+1
2008-08-10
Debian packaging changes:
fiddlosopher
1
-1
/
+1
2008-08-10
Added Text.Pandoc.PDF module, 'pdf' as new output option.
fiddlosopher
1
-104
/
+98
2008-08-10
Use 'bracket' to improve withTempDir Text.Pandoc.Shared.
fiddlosopher
2
-5
/
+146
2008-08-09
Removed unneeded space after "\\item" in LaTeX and ConTeXt output.
fiddlosopher
2
-2
/
+2
2008-08-08
Added Text.Pandoc.UTF8 as a backup for when utf8-string is not present.
fiddlosopher
4
-8
/
+84
2008-08-06
Small improvements to citation parsing in markdown reader.
fiddlosopher
1
-4
/
+4
2008-08-05
Allow parsing of multiline citations.
fiddlosopher
1
-2
/
+2
2008-08-05
Text/Pandoc/Biblio.hs - made getRefs point-free.
fiddlosopher
1
-1
/
+1
[next]