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
/
Readers
Age
Commit message (
Expand
)
Author
Files
Lines
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
Allow LaTeX-style code sections as well as bird-style in lhs markdown.
fiddlosopher
1
-1
/
+14
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
1
-6
/
+0
2008-12-02
Added literate haskell support for markdown reader.
fiddlosopher
1
-0
/
+27
2008-11-25
Markdown reader: relax spacing rules for $$ in display math.
fiddlosopher
1
-1
/
+4
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
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-18
HTML reader: Don't interpret contents of <pre> blocks as markdown.
fiddlosopher
1
-1
/
+13
2008-10-16
Added colons to protocols in unsanitaryURI in HTML reader.
fiddlosopher
1
-10
/
+10
2008-09-16
Markdown reader: Ignore blank line after ~~~~~~~~ in delimited code blocks.
fiddlosopher
1
-0
/
+2
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
3
-12
/
+12
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
Changed Float to Double in definition of Table element.
fiddlosopher
1
-3
/
+3
2008-08-26
LaTeX reader: Parse "code" environments as verbatim (lhs).
fiddlosopher
1
-15
/
+9
2008-08-13
Support for display math; changed ASCIIMathML -> LaTeXMathML:
fiddlosopher
2
-38
/
+34
2008-08-11
Parse raw ConTeXt environments as TeX in markdown reader.
fiddlosopher
2
-13
/
+37
2008-08-10
Allow newline before URL in markdown link references. Resolves Issue #81.
fiddlosopher
1
-6
/
+4
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-04
Added support for Cite to Markdown reader, and conditional support for citepr...
fiddlosopher
1
-2
/
+41
2008-07-23
Markdown reader: Parse setext headers before atx headers.
fiddlosopher
1
-1
/
+1
2008-07-15
Fixed bug in Markdown parser: regular $s triggering math mode.
fiddlosopher
1
-1
/
+2
2008-07-15
Commented out some unneeded code in HTML reader.
fiddlosopher
1
-0
/
+4
2008-07-15
Code cleanup - RST reader.
fiddlosopher
1
-23
/
+93
2008-07-15
LaTeX reader - Code cleanup.
fiddlosopher
1
-16
/
+76
2008-07-14
Code cleanup in LaTeX reader.
fiddlosopher
1
-14
/
+50
2008-07-13
Code cleanup in TexMath reader.
fiddlosopher
1
-1
/
+14
2008-07-11
Added type signatures and fixed other -Wall warnings in Markdown reader.
fiddlosopher
1
-35
/
+182
2008-07-11
Added a few more recognized abbreviations to 'abbrev' parser.
fiddlosopher
1
-1
/
+2
2008-07-11
In smart mode, use nonbreaking spaces after abbreviations in markdown parser.
fiddlosopher
1
-2
/
+23
2008-07-11
Treat '\ ' in (extended) markdown as nonbreaking space.
fiddlosopher
1
-1
/
+4
2008-06-17
Added type signatures, etc., to eliminate -Wall warnings.
fiddlosopher
1
-16
/
+86
2008-06-08
Markdown smart typography: Em dashes no longer eat surrounding whitespace.
fiddlosopher
1
-2
/
+1
2008-04-20
Count anything that isn't a known block (HTML) tag as an inline tag
fiddlosopher
1
-4
/
+4
2008-03-22
The '--sanitize-html' option now examines URIs in markdown links
fiddlosopher
2
-13
/
+35
2008-02-09
Factored codeBlock into separate codeBlockIndented and codeBlockDelimited.
fiddlosopher
1
-5
/
+4
2008-02-09
Use generic attributes type, not a string, for CodeBlocks.
fiddlosopher
4
-15
/
+38
2008-02-09
Fixed delimited code blocks: eat blank lines afterwards, and allow end line
fiddlosopher
1
-1
/
+2
2008-02-09
Added a needed try to {} attribute parser.
fiddlosopher
1
-4
/
+4
[next]