summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Add -asxhtml flag to tidy in html2markdown. This willfiddlosopher2007-05-03
* Changed definition list syntax in markdown reader and simplifiedfiddlosopher2007-05-03
* Resolved issue #10: instead of adding "\n\n" to thefiddlosopher2007-04-22
* Fixed bug in anyLine parser. Previously anyLine would parse anfiddlosopher2007-04-22
* Support for definition lists in LaTeX writer.fiddlosopher2007-04-21
* Fixed export declarations; removed unneeded import offiddlosopher2007-04-15
* Moved escape and nullBlock parsers from ParserCombinators/Pandocfiddlosopher2007-04-15
* Updated test suite to reflect new prettyprinted nativefiddlosopher2007-04-13
* Added Table to prettyBlock in Shared.hs.fiddlosopher2007-04-13
* Added Text.Pandoc module that exports basic readers, writers,fiddlosopher2007-04-11
* Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher2007-04-10
* Fixed bug in email obfuscation (issue #15). If the text to be obfuscatedfiddlosopher2007-04-08
* Removed Blank block element as unnecessary.fiddlosopher2007-03-17
* Consolidated 'text', 'special', and 'inline' into 'inline'.fiddlosopher2007-03-17
* Added trys to two list start routines. Reason:fiddlosopher2007-03-16
* Added clauses for DefinitionList and Table to replaceReferenceLinks infiddlosopher2007-03-12
* Simplified keyTable, using assumption that key blocks are notfiddlosopher2007-03-12
* Changes to Markdown reader relating to definition lists:fiddlosopher2007-03-11
* Added support for DefinitionList blocks to HTML writer.fiddlosopher2007-03-11
* New syntax documentation for definition lists. Now wefiddlosopher2007-03-11
* Fixed bug in HTML email obfuscation using --strict mode.fiddlosopher2007-03-11
* Changed syntax of definition lists in Markdown parser:fiddlosopher2007-03-10
* Added documentation for definition lists.fiddlosopher2007-03-10
* Added parser for definition lists, derived from reStructuredTextfiddlosopher2007-03-10
* Modified prettyPandoc to handle DefinitionList elements.fiddlosopher2007-03-10
* Added definition for DefinitionList block element.fiddlosopher2007-03-10
* Change in ordered lists in Markdown reader:fiddlosopher2007-03-09
* More smart quote adjustments:fiddlosopher2007-03-07
* Smart quote parsing in Markdown reader:fiddlosopher2007-03-07
* Fixed bug in noscript part of email obfuscation:fiddlosopher2007-03-04
* Made image parsing in HTML reader sensitive to thefiddlosopher2007-03-03
* Added --inline-links option to force links in HTML to be parsedfiddlosopher2007-03-03
* Strip executable binaries before installing.fiddlosopher2007-02-27
* Changes to test suite for new XHTML output.fiddlosopher2007-02-27
* Modified HTML writer to use the Text.XHtml library. This resultsfiddlosopher2007-02-26
* 'cp -a' does not work in BSD. Replace with 'cp -R'.fiddlosopher2007-02-23
* Modified changelog: note on defaultWriterOptions.fiddlosopher2007-02-21
* Added defaultWriterOptions to Shared.hs.fiddlosopher2007-02-21
* Modified changelog to incorporate changes since the 0.3 release.fiddlosopher2007-02-20
* Use 'highlight' to produce syntax-highlighted versions offiddlosopher2007-02-19
* Change extensions of example text files in website demo tofiddlosopher2007-02-19
* 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