BeWelcome / rox

:earth_africa: BeWelcome lets you share a place to stay, connect with travellers, meet up and find accommodation on your journey. It is and will always be a free, open source, non for profit, democratic community.
https://www.bewelcome.org
GNU General Public License v2.0
188 stars 54 forks source link

Support basic rich text formatting using MarkDown (CommonMark?) #320

Open nekohayo opened 1 year ago

nekohayo commented 1 year ago

MarkDown has taken pretty much all the web by storm over the last 5-10 years, and it's a great way to allow users to have some basic text formatting capabilities without the pitfalls of pure HTML. GitHub/GitLab/Discourse/etc. are great examples of its usage potential.

It would be nice if BW could parse markdown at least for profile description fields, and ideally for messages too. The commonmark flavor would probably be plenty enough for BW. Being able to use real bulleted/numbered lists, bold, italics, and occasionally cleanly-written hyperlinks, would make my profile much more pleasant to read visually, compared to its currently raw and unparsed form.