demydd / pandoc

Automatically exported from code.google.com/p/pandoc
0 stars 0 forks source link

New Style Of Literate Haskell #53

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Let's allow a new style of comment in Haskell files:

 {- |pandoc|
  -}

 -- |pandoc|

and also:

 {-π-
  -}

 --π-

which are processed as Pandoc extended Markdown. The rest of the file is
converted to <pre/> tags and colored with HSColour, if available. 

Original issue reported on code.google.com by jason.du...@gmail.com on 25 Jan 2008 at 9:09

GoogleCodeExporter commented 8 years ago
This should not be a 'defect' but I'm not really sure how to use this interface.

Original comment by jason.du...@gmail.com on 25 Jan 2008 at 9:10

GoogleCodeExporter commented 8 years ago
Are you suggesting a change to pandoc, or a new program that converts Haskell 
source
(with special comments) to HTML?  It would be very easy to write one, using the
pandoc libraries and HSColour.

Original comment by fiddloso...@gmail.com on 17 Feb 2008 at 4:42

GoogleCodeExporter commented 8 years ago

Original comment by fiddloso...@gmail.com on 25 Mar 2008 at 3:05