Re: [Haskell-cafe] Haskell syntax highlighting in a public blog

2011-08-15 Thread Emil Axelsson
2011-08-09 03:54, Oscar Picasso skrev: Hi, Is there a public blog that that allow syntax highlighting of Haskell code? One option is to write the post in Markdown and use Pandoc (with syntax highlighting) to convert to HTML. The process (for Blogger) is described here: http://flygdynamiker

Re: [Haskell-cafe] Haskell syntax highlighting in a public blog

2011-08-09 Thread Oscar Picasso
Thanks for your input. As stated by Ivan I was looking for a solution to use in a public blog like wordpress.com. I chose Chris Yuen solution with a minor revision because I use Posterous. Posterous does not use the embed script but it accepts Gists links. See: http://blog.posterous.com/posterous

Re: [Haskell-cafe] Haskell syntax highlighting in a public blog

2011-08-09 Thread Chris Yuen
You can probably just post your code as Gists in GitHub. They provide an "embed" button to give you a

Re: [Haskell-cafe] Haskell syntax highlighting in a public blog

2011-08-09 Thread Bas van Gijzel
Another alternative is to use the HsColour package: http://code.haskell.org/~malcolm/hscolour/ and choose html as output. (This works for me on blogspot.com) On 9 August 2011 05:16, Daniel Patterson wrote: > > On Aug 8, 2011, at 10:26 PM, Ivan Lazar Miljenovic wrote: > > On 9 August 2011 12:04,

Re: [Haskell-cafe] Haskell syntax highlighting in a public blog

2011-08-08 Thread Daniel Patterson
On Aug 8, 2011, at 10:26 PM, Ivan Lazar Miljenovic wrote: > On 9 August 2011 12:04, Arlen Cuss wrote: >> 9/08/2011 11:54 AM, Oscar Picasso kirjutas: >>> Hi, >>> >>> Is there a public blog that that allow syntax highlighting of Haskell code? >> >> Are you talking about a plugin for a blog engin

Re: [Haskell-cafe] Haskell syntax highlighting in a public blog

2011-08-08 Thread Ivan Lazar Miljenovic
On 9 August 2011 12:04, Arlen Cuss wrote: > 9/08/2011 11:54 AM, Oscar Picasso kirjutas: >> Hi, >> >> Is there a public blog that that allow syntax highlighting of Haskell code? > > Are you talking about a plugin for a blog engine? CodeColourer on > WordPress will do it. I think he meant more alon

Re: [Haskell-cafe] Haskell syntax highlighting in a public blog

2011-08-08 Thread Arlen Cuss
9/08/2011 11:54 AM, Oscar Picasso kirjutas: > Hi, > > Is there a public blog that that allow syntax highlighting of Haskell code? Are you talking about a plugin for a blog engine? CodeColourer on WordPress will do it. Arlen ___ Haskell-Cafe mailing li

[Haskell-cafe] Haskell syntax highlighting in a public blog

2011-08-08 Thread Oscar Picasso
Hi, Is there a public blog that that allow syntax highlighting of Haskell code? Oscar Picasso ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe