aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-11-18More improvements to ConTeXt writer:fiddlosopher2-92/+105
2007-11-17ConTeXt writer:fiddlosopher1-2/+4
2007-11-17Modified ConTeXt writer to use \subsubsubsubsection etc.,fiddlosopher1-4/+2
2007-11-17Adjusted formatting of LaTeX and ConTeXt footnotes:fiddlosopher3-15/+25
2007-11-16ConTeXt writer: Use itemize options, not sym{}, to produce orderedfiddlosopher1-14/+28
2007-11-16New, "official" definition of blockquote environment in ConTeXt header.fiddlosopher2-5/+19
2007-11-15Fixed logic in markdown smart quote parsing:fiddlosopher1-11/+14
2007-11-15Fixed smart quote parsing in markdown reader so that unicodefiddlosopher1-6/+10
2007-11-15Changes to ConTeXt writer:fiddlosopher1-121/+135
2007-11-15Improved footnote handling in LaTeX writer:fiddlosopher1-8/+16
2007-11-15Added wrappedTeX and wrapTeXIfNeeded functions to Text.Pandoc.Shared.fiddlosopher1-1/+32
2007-11-10Fixed bug in LaTeX reader (pointed out by Mark Eli Kalderon):fiddlosopher1-1/+2
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher46-0/+9770
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher46-9770/+0
2007-11-01Cleaned up LaTeX footnotes:fiddlosopher1-5/+6
2007-10-29Fixed bug in parsing files that begin with blank lines.fiddlosopher3-7/+7
2007-10-28Modified specialChar in LaTeX reader so that '"'fiddlosopher1-1/+3
2007-10-27Modified fromUTF8 to strip out the BOM (byte order marker)fiddlosopher1-0/+1
2007-10-18'--no-wrap' option now prevents the addition of structural whitespacefiddlosopher1-3/+9
2007-10-15Removed 'version' constant from Main.hs; added 'pandocVersion' to Text.Pandoc.fiddlosopher2-4/+6
2007-10-13Improvements to RST reader:fiddlosopher1-31/+38
2007-10-13Save and restore position in parseFromString, so that it doesn'tfiddlosopher1-0/+2
2007-10-12Undid last change: instead of blocking the internal links in thefiddlosopher1-1/+0
2007-10-11Man writer: Don't print link source for internal links (#...).fiddlosopher1-0/+1
2007-10-11Fixed bug in RST reader: previously, code blocks had to befiddlosopher1-13/+8
2007-10-02Modified html2markdown. Previously html2markdown piped all inputfiddlosopher1-10/+15
2007-09-27Fixed bug in markdown writer: If an ordered list item began withfiddlosopher1-1/+5
2007-09-27Added a writer option for wrapped text and a command-line optionfiddlosopher6-23/+44
2007-09-25Fixed a bug in the Markdown writer: incorrect line wrapping in fiddlosopher1-2/+11
2007-09-19RST writer: If label for a link reference contains a colon,fiddlosopher1-1/+4
2007-09-18Main (tabFilter):fiddlosopher1-1/+2
2007-09-18Markdown writer: Don't print title attribute if title is empty.fiddlosopher1-1/+4
2007-09-18Markdown reader: require space before title in links and references.fiddlosopher1-5/+2
2007-09-17Remove just one leading and one trailing newlinefiddlosopher1-3/+11
2007-09-17Changed parsing of code blocks in HTML reader:fiddlosopher1-7/+8
2007-09-15Simplified HTML attribute parsing (HTML reader).fiddlosopher1-10/+5
2007-09-14Fixed two bugs in HTML reader:fiddlosopher1-11/+4
2007-09-13Changed pandoc home page to http://johnmacfarlane.net/pandoc/.fiddlosopher1-1/+1
2007-09-10+ Fixed bug in RST writer's handling of ordered lists. Previously,fiddlosopher1-2/+2
2007-09-05Simplified parsing of reference keys and notes in markdown and RSTfiddlosopher3-57/+54
2007-09-05HTML writer: Don't produce HTML for table of contents iffiddlosopher1-0/+1
2007-09-05Bumped version to 0.45.fiddlosopher1-1/+1
2007-09-02Bump version numbers to 0.44, which will be the nextfiddlosopher1-1/+1
2007-09-02HTML writer: put anchors around contents of headers, not aroundfiddlosopher1-11/+11
2007-09-02Markdown writer: escape paragraphs that begin with ordered listfiddlosopher1-1/+23
2007-09-02LaTeX command and environment names can't contain numbers.fiddlosopher1-4/+4
2007-09-01Skip notes parsing if running in strict mode. (This yields a nicefiddlosopher1-14/+16
2007-09-01Simplify autolink parsing code, using Network.URI to test forfiddlosopher1-25/+24
2007-09-01More perspicuous definition of nonindentSpaces.fiddlosopher1-1/+4
2007-09-01Removed unneeded 'try' in 'rawLine'.fiddlosopher1-1/+1