Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use markdown in comments and statuses #44

Open
brolund opened this issue Aug 28, 2012 · 2 comments
Open

Use markdown in comments and statuses #44

brolund opened this issue Aug 28, 2012 · 2 comments

Comments

@brolund
Copy link
Contributor

brolund commented Aug 28, 2012

God? Bad? Ugly? Nice?

@johlrogge
Copy link

Good change of focus.

Good? Bad? Ugly? Nice? I'd say awesome. Here are my reasons:

  • It is a tested format.
  • Does not require any extra skills to add text just as you are able to today. With just a little bit of learning you can be more expressive.
  • The casual user will probably not think about it and will just enter text as usual and don't even notice it's there short of an accidental emphasized text or asterisks or enumerated lists becoming prettier than intended.
  • The more advanced user may figure out it is markdown and start using the more esotheric features such as verbatim blocks etc.
  • While just preserving whitespace may seem simpler and faster, my experience is that unexpected issues show up along the way and the amount of work of just doing it quick and dirty is comparable to just run it through a library.
  • If you run it through a markdown library you get som much more than just whitespace.
  • Markdown is nice in the sense that it is readable even when it is not formatted.

The one thing that we may have to spend some time at is that URL:s should not have to be wrapped in markdown. They should just be detected. The library I linked to in #43 seems very extendable and if it is not already in there I'd be happy to take a crack at it.

I could even try to take the whole markdown issue and try to get it in there. I've been meaning to play with markdown for other reasons for some time now :)

@jancborchardt
Copy link
Contributor

Wholeheartedly agree with @johlrogge on that one, also on the links. That’s also how Diaspora does it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants