nicferrier / marmalade

Nic's clone of nex3's original marmalade. Nic is maintaining this now and updating this repo.
http://marmalade-repo.org
GNU General Public License v3.0
32 stars 8 forks source link

Package descriptions are sometimes walls of text #40

Closed mcandre closed 10 years ago

mcandre commented 11 years ago

See http://marmalade-repo.org/packages/tabbar

Not sure if the package author posted the description this way, or if the Marmalade website simply renders it this way. Many web servers require s/\\n/<br\/>/ to do their job properly.

tlikonen commented 11 years ago

I'd suggest rendering README files as html's PRE tags in Marmalade web pages. They are text files and usually composed with a fixed width text editor. It's likely that they even depend on fixed-width formatting.

nicferrier commented 10 years ago

This is done.