default.txt 371 B

1234567891011121314151617181920212223
  1. # hello world
  2. you can write text [with links](http://example.com) inline or [link references][1].
  3. * one _thing_ has *em*phasis
  4. * two __things__ are **bold**
  5. [1]: http://example.com
  6. ---
  7. hello world
  8. ===========
  9. <this_is inline="xml"></this_is>
  10. > markdown is so cool
  11. so are code segments
  12. 1. one thing (yeah!)
  13. 2. two thing `i can write code`, and `more` wipee!