sample.restructuredtext.txt 719 B

1234567891011121314151617181920212223242526
  1. =================
  2. My Project Readme
  3. =================
  4. -------------------------
  5. Clever subtitle goes here
  6. -------------------------
  7. Introduction
  8. ============
  9. This is an example reStructuredText document that starts at the very top
  10. with a title and a sub-title. There is one primary header, Introduction.
  11. There is one example subheading below.
  12. The document is just plain text so it is easily readable even before
  13. being converted to HTML, man page, PDF or other formats.
  14. Subheading
  15. ----------
  16. The basic syntax is not that different from Markdown, but it also
  17. has many more powerful features that Markdown doesn't have. We aren't
  18. taking advantage of those yet though.
  19. - Bullet points
  20. - Are intuitive
  21. - And simple too