beerendlauwers / HaskAnything

Hask Anything! is a website aimed at collecting and organizing the collective knowledge of the Haskell community.
http://haskanything.com/
BSD 3-Clause "New" or "Revised" License
17 stars 7 forks source link

Communicate at the beginning of a submission that markdown is used #30

Closed m0rphism closed 7 years ago

m0rphism commented 8 years ago

I just made my first submission and only found out indirectly that I can use markdown by stumbling over the pull request preview after I've already formatted my content in plain text. It might be helpful for new users to tell them right at the beginning of a submission, that all text fields can be laid out with markdown, to keep their spirit up :)

beerendlauwers commented 8 years ago

Even better, we use Pandoc, so you get awesome code styling as well :)

beerendlauwers commented 7 years ago

You can now include $partial("ui/elements/markdown-support.html")$ to add a blurb about how the field supports Markdown. See the presentation description field, for example.