[Haddock] [haddock] #227: Do not require an empty line between list items
haddock
haddock at projects.haskell.org
Sun Nov 4 19:33:29 GMT 2012
#227: Do not require an empty line between list items
------------------------+---------------------------------------------------
Reporter: SimonHengel | Owner:
Type: defect | Status: new
Priority: major | Milestone:
Version: 2.11.0 | Keywords:
------------------------+---------------------------------------------------
Currently the following is not accepted as a list:
{{{
* foo
* bar
}}}
You have to write the following instead:
{{{
* foo
* bar
}}}
I think both forms should be permitted (if only for compatibility with
other systems).
--
Ticket URL: <http://trac.haskell.org/haddock/ticket/227>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool
More information about the Haddock
mailing list