Markdown Guide

Where can I use Markdown?
  • Professional Summary
  • Section fields 1, 2, 3
  • Notes
  • Bullet Points
**bold** _italic_ [text](url) - list > quote `inline code` # Heading --- (divider)
See Markdown.tsx for implementation details.
Live Markdown Playground

Markdown Playground

You can use bold, italic, links,

  • lists

  • and more!

Blockquotes too!

inline code

Line 1.
Line 2 (with break).

Or use <br /> for a break.

Markdown Quick Reference

  • Bold: **bold**
  • Italic: _italic_
  • Link: [text](https://example.com)
  • List: - item
  • Blockquote: > quoted text
  • Inline code: `code`
  • Heading: # H1, ## H2, ### H3
  • Horizontal rule: ---