summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Added --inline-links option to force links in HTML to be parsedfiddlosopher2007-03-03
* Changes to test suite for new XHTML output.fiddlosopher2007-02-27
* Modified HTML writer to use the Text.XHtml library. This resultsfiddlosopher2007-02-26
* Added defaultWriterOptions to Shared.hs.fiddlosopher2007-02-21
* In writing Markdown, print unicode nonbreaking spacefiddlosopher2007-02-17
* Escape non-breaking space in SGML as ' ' instead offiddlosopher2007-02-17
* Refactored str and strong in Markdown reader, for clarity.fiddlosopher2007-02-15
* Got rid of two unneeded 'getState's. Note thatfiddlosopher2007-02-15
* Use lookAhead instead of getInput/setInput in RST reader.fiddlosopher2007-02-15
* Use lookAhead parser for the "first pass" looking forfiddlosopher2007-02-15
* Removed followedBy' parser from Text/ParserCombinators/Pandoc,fiddlosopher2007-02-15
* Introduced a new map, reverseEntityTable, for lookupsfiddlosopher2007-02-14
* Changed Entities.hs to use Data.Map rather thanfiddlosopher2007-02-14
* Fixed issue #8: slow performance in parsing inline literals in fiddlosopher2007-02-14
* Replaced "choice [(try (string ...), ...]" idiom withfiddlosopher2007-02-12
* + Added some needed "try"s before multicharacter parsers,fiddlosopher2007-02-12
* Added 'try' in front of 'string', where needed, orfiddlosopher2007-02-12
* Allow the URI in a RST hyperlink target to start on the linefiddlosopher2007-02-12
* Use "gaps" in copyrightMessage string for cleaner code formatting.fiddlosopher2007-01-31
* Changed 'encodeEntities' to 'escapeSGMLString'.fiddlosopher2007-01-28
* + Simplified entity handling by removing stringToSGML from Entities.hs.fiddlosopher2007-01-28
* Use encodeEntities rather than stringToSGML for contents offiddlosopher2007-01-27
* Cleaned up handling of embedded quotes in link titles.fiddlosopher2007-01-27
* More changes in entity handling: Instead of using entities for charactersfiddlosopher2007-01-27
* Changes in entity handling:fiddlosopher2007-01-27
* Rewrote functions in Text/Pandoc/Shared so as not to use Text.Regex,fiddlosopher2007-01-24
* Changed Markdown autoLink parsing to conform better tofiddlosopher2007-01-24
* Fixed bug in 'extractTagType' in HTML reader: previousfiddlosopher2007-01-24
* Refactored markdown reader so that Text.Regex is not used.fiddlosopher2007-01-24
* Fixed a bug in extractTagType in HTML Reader: the previousfiddlosopher2007-01-24
* Fixed bug in HTML attribute parser: now a space isfiddlosopher2007-01-24
* Modified Markdown writer to use autolinks when possible.fiddlosopher2007-01-24
* Rewrote 'extractTagType' in HTML reader so that it doesn't usefiddlosopher2007-01-24
* More smart quote bug fixes:fiddlosopher2007-01-24
* Fixed bug in smart quoting: recognize ' in contractions likefiddlosopher2007-01-24
* Removed 'gsub' entirely and replaced its uses with 'substitute'.fiddlosopher2007-01-22
* + Added a 'substitute' function to Shared.hs. This is a genericfiddlosopher2007-01-22
* Small bug fix to last change, and count "'S" as well as "'s" asfiddlosopher2007-01-18
* More tweaks to smart quote parsing: a ' is not a single quotefiddlosopher2007-01-18
* Minor tweaks to smart quoting code.fiddlosopher2007-01-16
* Fixed bug in smart quote recognition: ' before ) or certainfiddlosopher2007-01-16
* Fixed haddock documentation errors.fiddlosopher2007-01-16
* Added support for tables in markdown reader and in LaTeX,fiddlosopher2007-01-15
* Need to export TMPDIR in tempdir.sh.fiddlosopher2007-01-09
* On Cygwin, set TMPDIR to . before using mktemp. Otherwisefiddlosopher2007-01-09
* Cleaned up markdown2pdf.in. Note that bibtex does not returnfiddlosopher2007-01-09
* Minor changes to markdown2pdf: removed an unnecessary '|| exit $?',fiddlosopher2007-01-09
* Don't use named entities in docbook writer. Instead, usefiddlosopher2007-01-09
* Changes to markdown2pdf.in:fiddlosopher2007-01-09
* Minor cleanups in markdown2pdf.in.fiddlosopher2007-01-09