aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2007-09-01Combined linebreak and whitespace into a new whitespacefiddlosopher1-7/+6
2007-09-01Removed unnecessary 'try' in 'codeBlock'.fiddlosopher1-1/+1
2007-09-01Use lookAhead in parsers for setext headers andfiddlosopher1-1/+5
2007-08-31Don't require blank lines after code block. (It's sufficientfiddlosopher1-1/+1
2007-08-31Changed definition of 'emph': italics with '_' must not be followedfiddlosopher1-1/+1
2007-08-31Cleanup up Text.Pandoc.Shared to eliminate warningsfiddlosopher1-39/+40
2007-08-30Replaced individual wrapping routines in RST, Man, andfiddlosopher3-23/+6
2007-08-30Added 'wrapped' function to Text.Pandoc.Shared.fiddlosopher1-0/+7
2007-08-30Rewrote LaTeX writer to use the prettyprinting library,fiddlosopher1-104/+130
2007-08-30Version bump to 0.43.fiddlosopher1-1/+1
2007-08-30Fixed bug in LaTeX reader, which wrongly assumed that thefiddlosopher1-1/+1
2007-08-29Cleaned up LaTeX reader.fiddlosopher1-24/+24
2007-08-29Removed unneeded try's in RST reader; also minor code cleanup.fiddlosopher1-23/+17
2007-08-29Efficiency improvements to RST reader (more than doubledfiddlosopher1-12/+9
2007-08-29Purely stylistic change.fiddlosopher1-1/+1
2007-08-29Removed unneeded 'try' in 'ellipses'.fiddlosopher1-2/+1
2007-08-29+ Fixed bug introduced into referenceTitle by previous changes.fiddlosopher1-5/+6
2007-08-29Fixed markdown inline code parsing so it better accords withfiddlosopher1-4/+6
2007-08-29Small change to referenceTitle: should end with line-end, not ')'.fiddlosopher1-2/+1
2007-08-29Split 'title' into 'linkTitle' and 'referenceTitle', since thefiddlosopher1-14/+19
2007-08-29Rewrote charsInBalanced and charsInBalanced'.fiddlosopher1-9/+9