index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Text
/
Pandoc
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-24
Renamed processIn -> processWith, queryIn -> queryWith.
fiddlosopher
2
-13
/
+13
2009-01-24
Added a plugin system, based on hint.
fiddlosopher
2
-6
/
+88
2008-12-29
More fixes to get markdown writer working with pretty-1.0.1.0.
fiddlosopher
1
-4
/
+1
2008-12-17
Fixed problems in RST and markdown output due to bug in pretty-1.0.1.0
fiddlosopher
3
-11
/
+16
2008-12-02
LaTeX reader: parse |inline lhs| if source is lhs.
fiddlosopher
1
-2
/
+9
2008-12-02
LaTeX and Markdown readers: Add sourceCode class to haskell code.
fiddlosopher
2
-2
/
+2
2008-12-02
Added lhs support to RST reader.
fiddlosopher
1
-0
/
+20
2008-12-02
Added lhs support to RST writer.
fiddlosopher
1
-4
/
+8
2008-12-02
Allow LaTeX-style code sections as well as bird-style in lhs markdown.
fiddlosopher
1
-1
/
+14
2008-12-02
Markdown writer: Use setext style headers only if --lhs-out specified.
fiddlosopher
1
-1
/
+10
2008-12-02
Markdown writer: proper handling of block quotes in lhs mode.
fiddlosopher
1
-1
/
+6
2008-12-02
Handle --lhs-out option in HTML, LaTeX, and Markdown writers.
fiddlosopher
3
-5
/
+14
2008-12-02
Added --lhs-out option.
fiddlosopher
1
-0
/
+2
2008-12-02
LaTeX reader: Added parser for literate haskell code blocks.
fiddlosopher
1
-3
/
+9
2008-12-02
Moved failUnlessLHS to Text.Pandoc.Shared.
fiddlosopher
2
-6
/
+7
2008-12-02
Added literate haskell support for markdown reader.
fiddlosopher
2
-0
/
+29
2008-11-25
Markdown reader: relax spacing rules for $$ in display math.
fiddlosopher
1
-1
/
+4
2008-11-11
LaTeX writer: fixed bug with empty table cells.
fiddlosopher
1
-1
/
+1
2008-11-06
Fixed parsing of RST comment blocks.
fiddlosopher
1
-4
/
+5
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-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
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-12
Changed list parser so that only the starting list marker matters:
fiddlosopher
1
-45
/
+34
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
3
-116
/
+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
[next]