FormidableLabs / jobboard

0 stars 2 forks source link

Listing descriptions strip newlines #19

Closed alexlande closed 10 years ago

alexlande commented 10 years ago

If you submit a listing with multiple paragraphs, all newlines are stripped when viewing the public-facing listing. (It's just a string).

This also might be relevant-- we probably don't want a rich text editor, but what about a markdown parser (or subset) so that you can insert things like lists into listings?

/cc @cherimarie @eastridge

cherimarie commented 10 years ago

We def need something more elegant than the current text area. Ryan said no RTE. Markdown parser seems good compromise. I'm going to give this one a try: http://epiceditor.com/

Open to other approaches, as well.

eastridge commented 10 years ago

++ markdown, not sure we need an editor for the markdown though. Death to RTE!

On Tuesday, March 4, 2014, cheri allen notifications@github.com wrote:

We def need something more elegant than the current text area. Ryan said no RTE. Markdown parser seems good compromise. I'm going to give this one a try: http://epiceditor.com/

Open to other approaches, as well.

Reply to this email directly or view it on GitHubhttps://github.com/FormidableLabs/jobboard/issues/19#issuecomment-36699772 .

alexlande commented 10 years ago

Just tested out the markdown parser. Appears to be working great!

cherimarie commented 10 years ago

Sweet! Thanks :)

On Thu, Mar 6, 2014 at 12:40 PM, Alex Lande notifications@github.comwrote:

Just tested out the markdown parser. Appears to be working great!

Reply to this email directly or view it on GitHubhttps://github.com/FormidableLabs/jobboard/issues/19#issuecomment-36934110 .