aboutsummaryrefslogtreecommitdiff
path: root/Text
AgeCommit message (Expand)AuthorFilesLines
2008-01-08Changed comment used to replace unsafe HTML if sanitize-html optionfiddlosopher1-4/+4
2008-01-06RST reader: Fixed bug in parsing explicit links (resolves Issue #44).fiddlosopher1-2/+3
2008-01-06RST reader: cleaned up parsing of reference names in key blocks and links.fiddlosopher1-24/+25
2008-01-06RST reader: Removed unnecessary check for following link in str.fiddlosopher1-2/+1
2008-01-06Fixed markdown reader to handle "*hi **there***" as a strong nested in an emph.fiddlosopher1-2/+3
2008-01-06Markdown reader: Moved blockQuote parser before list parsers.fiddlosopher1-2/+2
2008-01-04Use an interpreted text role to render math in restructuredText.fiddlosopher1-7/+20
2008-01-04Refactored RST writer to usea record instead of a tuple for state,fiddlosopher1-125/+135
2008-01-03Added optional HTML sanitization using a whitelist.fiddlosopher3-23/+89
2007-12-31Fixed bug in the markdown reader: HTML preceding a code blockfiddlosopher2-7/+13
2007-12-31HTML reader: Finished fixing Issue #40.fiddlosopher1-2/+2
2007-12-31HTML reader: Don't interpret contents of style tags as markdown.fiddlosopher1-2/+9
2007-12-30Fixed bug in HTML reader: it was looking for <IT> tag, not <I>.fiddlosopher1-1/+1
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-10Bumped version number to 0.46.fiddlosopher1-1/+1
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.fiddlosopher18-0/+6932
2007-11-28Removed Text directory. This is a remnant of an experimentfiddlosopher21-7077/+0
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher21-0/+7077