aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)AuthorFilesLines
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
2007-08-29Removed unneeded 'try' from noteMarker.fiddlosopher1-4/+1
2007-08-29Minor reformatting.fiddlosopher1-3/+2
2007-08-29Rewrote 'para' for greater efficiency.fiddlosopher1-6/+4
2007-08-29Fixed bug in LaTeX writer: autolinks would not cause fiddlosopher1-5/+5
2007-08-28Minor reformatting.fiddlosopher1-2/+2
2007-08-28Rewrote link parsers for greater efficiency.fiddlosopher1-7/+4
2007-08-28anyLine now requires that the line end with a newline (not eof).fiddlosopher1-1/+1
2007-08-28+ Removed tabsToSpaces and tabsInLine from Text.Pandoc.Shared.fiddlosopher1-22/+0
2007-08-28Removed redundant 'referenceLink' in definition of inlinefiddlosopher1-1/+0
2007-08-28Refactored escapeChar so it doesn't need 'try'.fiddlosopher1-4/+4
2007-08-28Removed unneeded 'try' in multilineRow.fiddlosopher1-1/+1
2007-08-28Removed unneeded 'try' in dashedLine.fiddlosopher1-1/+1
2007-08-28Removed unneeded try in rawHtmlBlocks (Markdown parser).fiddlosopher1-2/+2
2007-08-28Refactored hrule for performance in Markdown reader.fiddlosopher1-5/+5
2007-08-28Minor reformatting.fiddlosopher1-2/+3
2007-08-28Refactored setext header parsing in Markdown reader for greaterfiddlosopher1-5/+3
2007-08-28More rearranging in definition of inline.fiddlosopher1-8/+8
2007-08-28More intelligent rearranging of 'inline' for speed boostsfiddlosopher1-3/+3
2007-08-28Removed unneeded 'try' from romanNumeral parser.fiddlosopher1-1/+1
2007-08-28Use notFollowedBy instead of notFollowedBy' in charsInBalanced.fiddlosopher1-1/+1
2007-08-28Removed unneeded 'try' in 'parseFromString'.fiddlosopher1-1/+1
2007-08-28Removed unneeded 'try' from stringAnyCase. (Now it behavesfiddlosopher1-2/+2
2007-08-28Changed definition of 'enclosed' in Text.Pandoc.Shared so thatfiddlosopher4-7/+7
2007-08-28Minor code cleanup in Text.Pandoc.Shared.fiddlosopher1-4/+7
2007-08-28Performance improvements:fiddlosopher1-13/+11
2007-08-28Removed unnecessary 'try' in 'anyLine' (Text.Pandoc.Shared).fiddlosopher1-2/+1
2007-08-28Refactored Text.Pandoc.CharacterReferences.fiddlosopher1-279/+271
2007-08-26Don't countfiddlosopher1-0/+1
2007-08-25Fixed bug in LaTeX writer. When a footnote ends with a Verbatimfiddlosopher1-1/+3
2007-08-23Removed incorrect "{}" around style information infiddlosopher1-2/+2
2007-08-23Added new rule for enhanced markdown ordered lists: if the list markerfiddlosopher1-6/+9
2007-08-22Added a needed 'try' to listItem in Markdown reader.fiddlosopher1-1/+1
2007-08-20Code cleanup in Markdown reader.fiddlosopher1-27/+18
2007-08-20Changes to Markdown reader for better conformity to thefiddlosopher1-6/+12
2007-08-20If --strict and not --toc, don't include identifiers in headers.fiddlosopher1-1/+3
2007-08-19Refactor RST and Markdown readers using parseFromString.fiddlosopher2-28/+7
2007-08-19Added a necessary "try" in definition of "para"fiddlosopher1-1/+2
2007-08-18Bug fixes in readers:fiddlosopher2-7/+20
2007-08-18+ Fixed bug in markdown ordered list parsing. The problem wasfiddlosopher2-4/+6
2007-08-17Fixed block quote output in markdown writer: previously,fiddlosopher1-4/+4
2007-08-15Cosmetic changes.fiddlosopher1-4/+3
2007-08-15LaTeX reader: parse \texttt{} as code, as long as there'sfiddlosopher1-2/+9
2007-08-15Fixed bug in normalizeSpaces: Space:Str "":Spacefiddlosopher1-0/+1
2007-08-15Allow htmlComments as rawHtmlInline in HTML reader.fiddlosopher1-2/+3
2007-08-15Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher18-2247/+1917
2007-08-08Major change in the way ordered lists are handled:fiddlosopher15-177/+493
2007-08-03Added parsing for \url to LaTeX reader.fiddlosopher1-1/+6