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
/
Markdown.hs
Age
Commit message (
Expand
)
Author
Files
Lines
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-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-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
1
-6
/
+6
2008-09-06
Changed Float to Double in definition of Table element.
fiddlosopher
1
-3
/
+3
2008-08-13
Support for display math; changed ASCIIMathML -> LaTeXMathML:
fiddlosopher
1
-2
/
+9
2008-08-11
Parse raw ConTeXt environments as TeX in markdown reader.
fiddlosopher
1
-3
/
+22
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-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-08
Markdown smart typography: Em dashes no longer eat surrounding whitespace.
fiddlosopher
1
-2
/
+1
2008-03-22
The '--sanitize-html' option now examines URIs in markdown links
fiddlosopher
1
-5
/
+11
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
1
-11
/
+34
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
2008-02-09
Added support for multiple classes in delimited code block.
fiddlosopher
1
-7
/
+8
2008-02-09
Initial support for delimited code blocks in markdown reader.
fiddlosopher
1
-1
/
+27
2008-02-09
Modified readers for new parameter in CodeBlock.
fiddlosopher
1
-1
/
+1
2008-01-08
Changed copyright dates where appropriate to include 2008.
fiddlosopher
1
-2
/
+2
2008-01-06
Fixed markdown reader to handle "*hi **there***" as a strong nested in an emph.
fiddlosopher
1
-2
/
+3
2008-01-06
Markdown reader: Moved blockQuote parser before list parsers.
fiddlosopher
1
-2
/
+2
2008-01-03
Added optional HTML sanitization using a whitelist.
fiddlosopher
1
-10
/
+7
2007-12-31
Fixed bug in the markdown reader: HTML preceding a code block
fiddlosopher
1
-5
/
+12
2007-12-29
Markdown reader: Make 'block' conditional on strictness state,
fiddlosopher
1
-21
/
+27
2007-12-24
Markdown: better handling of parentheses in URLs and quotation marks in titles.
fiddlosopher
1
-8
/
+15
2007-12-24
Modified markdown reader to disallow links within links. (Resolves Issue #35.)
fiddlosopher
1
-22
/
+29
2007-12-24
Improved handling of raw HTML in Markdown reader. (Resolves Issue #36.)
fiddlosopher
1
-4
/
+12
2007-12-21
Modified 'source' parser in Markdown reader to allow backslash escapes in URLs.
fiddlosopher
1
-3
/
+4
2007-12-21
Fixed handling of email addresses in markdown and reStructuredText.
fiddlosopher
1
-15
/
+1
2007-12-08
Removed support for "box-style" block quotes in markdown.
fiddlosopher
1
-12
/
+2
2007-11-29
Modified markdown reader for new Math block.
fiddlosopher
1
-1
/
+1
2007-11-29
Moved everything from src into the top-level directory.
fiddlosopher
1
-0
/
+916
2007-11-28
Removed Text directory. This is a remnant of an experiment
fiddlosopher
1
-909
/
+0
2007-11-03
Use template haskell to avoid the need for templates:
fiddlosopher
1
-0
/
+909