On Fri, 2007-11-23 at 20:22 +0000, Paulo J. Matos wrote: > Hi all, > > I'm curious about the best way to typeset haskell code in a wordpress > blog. Using blockquote removes all indentation. :-(
For the Gtk2Hs website I used a program (partly derived from hscolour) to highlight and adds links to documentation. It generates xhtml which one can just paste in. See the hello world example on this page: http://haskell.org/gtk2hs/documentation/ The program is here: http://darcs.haskell.org/gtk2hs/docs/tools/AddLinks.hs Duncan _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
