aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-12-05Markdown reader: Treat a backslash followed by a newline as hard linebreak.fiddlosopher5-6/+25
2009-12-05Added "head" to list of HTML block-level tags.fiddlosopher2-1/+4
2009-12-05Updated changelog.fiddlosopher1-0/+15
2009-12-05Changed --default-code-classes -> --indented-code-classes.fiddlosopher5-11/+12
2009-12-01Bumped version to 1.3 in inno setup script.fiddlosopher1-1/+1
2009-12-01Version bump to 1.3 (because of change to ParserState).fiddlosopher2-2/+2
2009-12-01Install pcre3 dll in windows setup.fiddlosopher1-20/+3
2009-12-01Added pcre3.dll and license to windows directory.fiddlosopher2-0/+68
2009-12-01Allow . and ~ in header identifiers.fiddlosopher2-2/+3
2009-12-01Added --default-code-classes option.fiddlosopher5-4/+28
2009-12-01Updated README section on header identifiers.fiddlosopher1-2/+2
2009-11-29Allow _ character in automatically generated identifiers.fiddlosopher1-1/+1
2009-11-29Markdown reader: treat 4 or more * or _ in a row as literal text.fiddlosopher1-0/+7
2009-11-29Markdown reader: Use + rather than %20 for spaces in URLs.fiddlosopher2-4/+4
2009-11-28Updated changelog.fiddlosopher1-0/+9
2009-11-28Better looking simple tables. Resolves Issue #180.fiddlosopher23-208/+214
2009-11-28Bumped version to 1.2.2 and updated changelog.fiddlosopher2-11/+23
2009-11-28Markdown reader: parse refs and notes in the same pass.fiddlosopher2-21/+14
2009-11-28Added \int to characters handled as unicode in tex math.fiddlosopher1-0/+1
2009-11-28Makefile: Don't try to build man pages in build-doc.fiddlosopher1-2/+2
2009-11-22Updated changelog.fiddlosopher1-0/+68
2009-11-22Version bump to 1.2.1.1.fiddlosopher1-1/+1
2009-11-22Modified markdown2pdf so as not to create a backup file.fiddlosopher2-18/+3
2009-11-22Added markdown2pdf.1 to tmp-files in cabal.fiddlosopher1-1/+1
2009-11-21Use utf8-string IO in markdown2pdf.hs.fiddlosopher1-2/+4
2009-11-21Fixed htmlComment parser.fiddlosopher1-1/+1
2009-11-21Modified html+lhs output to use 'haskell' highlighter.fiddlosopher4-34/+37
2009-11-17Support for "..code-block" directive in RST reader.fiddlosopher3-0/+20
2009-11-03Specially mark code blocks that were "literate" in the input.fiddlosopher8-7/+11
2009-11-01Set utf-8 encoding in texinfo headers.fiddlosopher2-3/+5
2009-11-01Changed heuristic in compactify.fiddlosopher1-19/+15
2009-11-01Properly handle commented-out list items in markdown.fiddlosopher4-4/+17
2009-10-31Don't build Haskell wrappers in Makefile.fiddlosopher1-1/+1
2009-10-31Added link to pandoc-mode for emacs to website.fiddlosopher1-1/+2
2009-10-29Added % as an rst underline character.fiddlosopher1-1/+1
2009-10-24Updated COPYRIGHT file.fiddlosopher1-30/+13
2009-10-14Updated HCAR report.fiddlosopher1-9/+11
2009-10-12Fix inline math parser so that \$ is allowed in math.fiddlosopher3-4/+15
2009-10-04Added haddock comments warning that readers assume \n line endings.fiddlosopher6-5/+14
2009-08-22Fixed markdown2pdf.hs to accept --longopt=val options.fiddlosopher1-9/+14
2009-08-13Changed EXECSBASE so it doesn't pull in hsmarkdown & markdown2pdf.fiddlosopher1-1/+1
2009-07-21Fixed bug in HTML comment parser.fiddlosopher1-2/+2
2009-07-19Better installation instructions on website.fiddlosopher1-8/+21
2009-07-19Website changes for 1.2.1 release.fiddlosopher1-1/+22
2009-07-18Updated changelog.fiddlosopher1-0/+4
2009-07-18Changed escapes in markdown writer.fiddlosopher2-6/+6
2009-07-15Bump version in pandoc-setup.iss and make license path relative.fiddlosopher1-2/+2
2009-07-15Updated release checklist with new windows makefile.fiddlosopher1-1/+2
2009-07-15Added makefile for Inno Setup prep work.fiddlosopher1-0/+10
2009-07-13Added note about blank lines around delimited code blocks.fiddlosopher1-0/+3