aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-02-09Moved code.txt -> code.text.fiddlosopher2-1/+46
2008-02-09Revert "Added note in INSTALL about doing 'make templates' if installing usin...fiddlosopher1-1/+1
2008-02-09Have --version print a list of supported languages for syntax highlighting.fiddlosopher1-3/+12
2008-02-09Updated README's instructions on delimited code blocks to includefiddlosopher1-7/+8
2008-02-09Added website demo for code highlighting.fiddlosopher1-0/+4
2008-02-09Updated INSTALL with instructions for compiling in syntax highlighting support.fiddlosopher1-31/+43
2008-02-09CABALOPTS may now be specified with 'make'.fiddlosopher1-1/+1
2008-02-09Added build option for syntax highlighting, with *optional* dependency on hig...fiddlosopher6-16/+118
2008-02-09Modified Setup.hs with new location for DefaultHeaders.hs.fiddlosopher1-2/+4
2008-02-09Removed Text.Regex dependencies by rewriting using plain Haskell:fiddlosopher4-54/+59
2008-02-09Moved Text.Pandoc.Writers.DefaultHeaders -> Text.Pandoc.DefaultHeaders.fiddlosopher4-12/+12
2008-02-09Makefile: only use --with-hc-pkg if GHC_PKG is defined.fiddlosopher1-2/+6
2008-02-09Incorporated templates phase into Setup.hs and improved templates.fiddlosopher14-4499/+1079
2008-02-09Add default CSS to document header if syntax highlighting used.fiddlosopher1-5/+27
2008-02-09Added code.txt to web/ for demos.fiddlosopher1-0/+45
2008-02-09Added preliminary support for syntax highlighting to HTML writer.fiddlosopher1-4/+14
2008-02-09Included highlighting-kate in build-depends.fiddlosopher1-1/+1
2008-02-09Factored codeBlock into separate codeBlockIndented and codeBlockDelimited.fiddlosopher1-5/+4
2008-02-09Updated test suite to new baseline (but no tests yet for new code block syntax).fiddlosopher5-50/+50
2008-02-09Use generic attributes type, not a string, for CodeBlocks.fiddlosopher6-19/+45
2008-02-09Documentation for delimited code blocks.fiddlosopher1-2/+51
2008-02-09Put language class information in pre tag, not code tag, in HTML code blocks.fiddlosopher1-3/+3
2008-02-09Fixed delimited code blocks: eat blank lines afterwards, and allow end linefiddlosopher1-1/+2
2008-02-09Added a needed try to {} attribute parser.fiddlosopher1-4/+4
2008-02-09Added support for multiple classes in delimited code block.fiddlosopher1-7/+8
2008-02-09Initial support for delimited code blocks in markdown reader.fiddlosopher1-1/+27
2008-02-09HTML writer: if language specified for code block, print as <code> class.fiddlosopher1-1/+2
2008-02-09Modified tests for new argument in CodeBlock.fiddlosopher5-50/+50
2008-02-09Modified writers for new argument place in CodeBlock.fiddlosopher8-8/+8
2008-02-09Modified readers for new parameter in CodeBlock.fiddlosopher4-6/+6
2008-02-09Added parameter for class to CodeBlock (for syntax highlighting).fiddlosopher1-1/+1
2008-02-09* Debian packaging changes:roktas4-9/+21
2008-01-24Added note in INSTALL about doing 'make templates' if installing using Cabal ...fiddlosopher1-4/+13
2008-01-23Added \setupitemize[autointro] to ConTeXt header, to prevent orphanedfiddlosopher2-0/+6
2008-01-23website: Added math.text to dependencies for examples.html in Makefile.fiddlosopher1-1/+1
2008-01-23Moved math.txt -> math.text on web page, so it won't be confused with page so...fiddlosopher2-4/+4
2008-01-23Changed names of HTML man pages to *.1.html on website.fiddlosopher3-8/+8
2008-01-17Fixed bug in RST reader, which would choke on: "p. one\ntwo\n".fiddlosopher1-2/+2
2008-01-16Updated INSTALL with instructions for getting GHC + libraries using apt-get.fiddlosopher1-4/+14
2008-01-16Removed unnecessary imports.fiddlosopher8-12/+6
2008-01-14Added Arch linux instructions to INSTALL.fiddlosopher1-4/+13
2008-01-08Bumped version to 0.47.fiddlosopher2-2/+2
2008-01-08Made -c/--css option repeatable on the command line (like -H, -A, -B).fiddlosopher2-12/+23
2008-01-08Updated website with news of version 0.46 release.fiddlosopher1-0/+14
2008-01-08Added some details to RELEASE-CHECKLIST.fiddlosopher1-0/+3
2008-01-08Removed redundant DISTNAME field from freebsd Makefile template.fiddlosopher1-1/+0
2008-01-08Changed copyright dates where appropriate to include 2008.fiddlosopher10-19/+19
2008-01-08Changed dates on documentation.fiddlosopher5-5/+5
2008-01-08Removed unneeded link reference from website index.txt.in.fiddlosopher1-1/+0
2008-01-08Changed comment used to replace unsafe HTML if sanitize-html optionfiddlosopher1-4/+4