summaryrefslogtreecommitdiff
path: root/Text
Commit message (Expand)AuthorAge
* The '--sanitize-html' option now examines URIs in markdown linksfiddlosopher2008-03-22
* Fixed handling of Quoted inline elements to use unicode left & right quotes.fiddlosopher2008-03-21
* OpenDocument: use the new Definition_20_Term andfiddlosopher2008-03-19
* Code cleanup only.fiddlosopher2008-03-19
* OpenDocument writer: Don't print raw HTML.fiddlosopher2008-03-19
* Moved XML-formatting functions to new unexported module Text.Pandoc.XML.fiddlosopher2008-03-19
* Andrea Rossato's patch for OpenDocument support.fiddlosopher2008-03-19
* Modified disallowedInNode in Texinfo writer to correct list of disallowed cha...fiddlosopher2008-02-24
* Use style attributes rather than css classes for strikethrough and ordered li...fiddlosopher2008-02-24
* Changes to Texinfo writer:fiddlosopher2008-02-24
* Committed novalazy's initial patch for texinfo output,fiddlosopher2008-02-24
* Moved BlockWrapper and wrappedBlocksToDoc from ConTeXt writer to Shared.fiddlosopher2008-02-24
* Minor changes due to changes in highlighting-kate API.fiddlosopher2008-02-10
* Support for startFrom="nn" to select starting line number in syntax highlight...fiddlosopher2008-02-10
* Added build option for syntax highlighting, with *optional* dependency on hig...fiddlosopher2008-02-09
* Removed Text.Regex dependencies by rewriting using plain Haskell:fiddlosopher2008-02-09
* Moved Text.Pandoc.Writers.DefaultHeaders -> Text.Pandoc.DefaultHeaders.fiddlosopher2008-02-09
* Add default CSS to document header if syntax highlighting used.fiddlosopher2008-02-09
* Added preliminary support for syntax highlighting to HTML writer.fiddlosopher2008-02-09
* Factored codeBlock into separate codeBlockIndented and codeBlockDelimited.fiddlosopher2008-02-09
* Use generic attributes type, not a string, for CodeBlocks.fiddlosopher2008-02-09
* Put language class information in pre tag, not code tag, in HTML code blocks.fiddlosopher2008-02-09
* Fixed delimited code blocks: eat blank lines afterwards, and allow end linefiddlosopher2008-02-09
* Added a needed try to {} attribute parser.fiddlosopher2008-02-09
* Added support for multiple classes in delimited code block.fiddlosopher2008-02-09
* Initial support for delimited code blocks in markdown reader.fiddlosopher2008-02-09
* HTML writer: if language specified for code block, print as <code> class.fiddlosopher2008-02-09
* Modified writers for new argument place in CodeBlock.fiddlosopher2008-02-09
* Modified readers for new parameter in CodeBlock.fiddlosopher2008-02-09
* Added parameter for class to CodeBlock (for syntax highlighting).fiddlosopher2008-02-09
* Fixed bug in RST reader, which would choke on: "p. one\ntwo\n".fiddlosopher2008-01-17
* Removed unnecessary imports.fiddlosopher2008-01-16
* Bumped version to 0.47.fiddlosopher2008-01-08
* Changed copyright dates where appropriate to include 2008.fiddlosopher2008-01-08
* Changed comment used to replace unsafe HTML if sanitize-html optionfiddlosopher2008-01-08
* RST reader: Fixed bug in parsing explicit links (resolves Issue #44).fiddlosopher2008-01-06
* RST reader: cleaned up parsing of reference names in key blocks and links.fiddlosopher2008-01-06
* RST reader: Removed unnecessary check for following link in str.fiddlosopher2008-01-06
* Fixed markdown reader to handle "*hi **there***" as a strong nested in an emph.fiddlosopher2008-01-06
* Markdown reader: Moved blockQuote parser before list parsers.fiddlosopher2008-01-06
* Use an interpreted text role to render math in restructuredText.fiddlosopher2008-01-04
* Refactored RST writer to usea record instead of a tuple for state,fiddlosopher2008-01-04
* Added optional HTML sanitization using a whitelist.fiddlosopher2008-01-03
* Fixed bug in the markdown reader: HTML preceding a code blockfiddlosopher2007-12-31
* HTML reader: Finished fixing Issue #40.fiddlosopher2007-12-31
* HTML reader: Don't interpret contents of style tags as markdown.fiddlosopher2007-12-31
* Fixed bug in HTML reader: it was looking for <IT> tag, not <I>.fiddlosopher2007-12-30
* Made LaTeX reader properly recognize --parse-raw in rawLaTeXInline.fiddlosopher2007-12-30
* Changed handling of titles in HTML writer so you don't get "titleprefix - "fiddlosopher2007-12-29
* Use wrappers around Doc elements to ensure proper spacing in ConTeXt writer.fiddlosopher2007-12-29