Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am writing a readme for my github project in the .md format. Is there a way can I test what my readme.md file will look like before committing to github?

share|improve this question

3 Answers

up vote 8 down vote accepted

Many ways: If you're on a Mac, use Mou. If you want to test in a browser, you could try http://notepag.es/

share|improve this answer

This one has proven reliable for quite some time: http://tmpvar.com/markdown.html

share|improve this answer

You may want to take a look at this one:

https://github.com/kristjanjansen/md2html

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.