Markdown Tips & Resources
What is Markdown?
Markdown is a text markup language to allow plain text to convert to styled text using common conventions, such as italics or strikethrough. It’s just a shortcut to edit text (bolding, italicizing, underlining, etc.) without having to click the buttons on a toolbar. We use Markdown to edit the Sourcegraph Handbook.
Markdown Resources
- Docs to Markdown is a Google Docs Add-On that will convert your doc to Markdown for you.
- StackEdit gives you a side-by-side view of your doc and the corresponding Markdown version.
- Mastering Markdown can help you learn Markdown syntax.