minnestar / sessionizer

Conference session management application
http://sessions.minnestar.org
MIT License
29 stars 23 forks source link

Update Markdown description to state all the permitted tags #142

Open ecaron opened 7 years ago

ecaron commented 7 years ago

On session creation, the line "You can use Markdown syntax here" leads the user to believe they can use all Markdown syntax. In reality we limit* to: a img b i em strong p br ul ol li. Update the page so people understand that things like headers, blockquotes and code blocks aren't permitted (probably by explicitly saying what's permitted).

I'd also be curious on what swapping to RedCarpet's escape_html would do, and leaving all other markdown HTML accessible. And also turning on prettify :-)

* https://github.com/minnestar/sessionizer/blob/master/src/app/helpers/application_helper.rb#L25

mgrider commented 1 year ago

It doesn't seem to me that bullet points (ul, ol li) are supported.