aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc
AgeCommit message (Expand)AuthorFilesLines
2007-12-30Made LaTeX reader properly recognize --parse-raw in rawLaTeXInline.fiddlosopher1-2/+4
2007-12-29Changed handling of titles in HTML writer so you don't get "titleprefix - "fiddlosopher1-2/+4
2007-12-29Use wrappers around Doc elements to ensure proper spacing in ConTeXt writer.fiddlosopher1-21/+29
2007-12-29Markdown reader: Make 'block' conditional on strictness state,fiddlosopher1-21/+27
2007-12-24Markdown: better handling of parentheses in URLs and quotation marks in titles.fiddlosopher1-8/+15
2007-12-24Modified markdown reader to disallow links within links. (Resolves Issue #35.)fiddlosopher1-22/+29
2007-12-24Improved handling of raw HTML in Markdown reader. (Resolves Issue #36.)fiddlosopher1-4/+12
2007-12-24Changed failure message in anyHtmlBlockTag (minor change).fiddlosopher1-1/+1
2007-12-23Modified rawHtmlBlock in HTML reader so it parses </html> and </body> tags.fiddlosopher1-2/+7
2007-12-21Modified 'source' parser in Markdown reader to allow backslash escapes in URLs.fiddlosopher1-3/+4
2007-12-21Modified rules for HTML header identifiers to ensure legal identifiers.fiddlosopher1-13/+16
2007-12-21Fixed handling of email addresses in markdown and reStructuredText.fiddlosopher3-40/+36
2007-12-08Removed support for "box-style" block quotes in markdown.fiddlosopher1-12/+2
2007-12-04Improvements to LaTeX and ConTeXt footnote handling:fiddlosopher2-5/+7
2007-12-02If gladtex specified, don't prettyprint <EQ> tags, or gladtex gets confused.fiddlosopher1-1/+1
2007-12-02Small fix to error handling in TeXMath parser:fiddlosopher1-3/+3
2007-12-02TeXMath parser: use emphasis only for letters, not numbers.fiddlosopher1-4/+8
2007-12-02Put math in HTML inside <span class="math">.fiddlosopher1-1/+2
2007-12-02Added Text.Pandoc.Readers.TeXMath and changed default handling of math.fiddlosopher6-18/+237
2007-12-01Added --gladtex and --mimetex options.fiddlosopher1-1/+5
2007-12-01Added HTMLMathMethod writer option.fiddlosopher2-13/+24
2007-11-29Changed all writers to handle new Math block element.fiddlosopher8-8/+19
2007-11-29Modified markdown reader for new Math block.fiddlosopher1-1/+1
2007-11-29Modified LaTeX reader for new Math blocks.fiddlosopher1-3/+3
2007-11-29Modified refsMatch for new Math block element.fiddlosopher1-0/+2
2007-11-29Added new Math block element.fiddlosopher1-0/+1
2007-11-29Moved everything from src into the top-level directory.fiddlosopher17-0/+6822
2007-11-28Removed Text directory. This is a remnant of an experimentfiddlosopher20-6967/+0
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher20-0/+6967