Markdown Vim Mode
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

82 lines
830 B

  1. This file is used for tests which require there to be multiple headers in different relative positions to each other.
  2. Each header should have an unique text that identifies it.
  3. ---
  4. ATX tests.
  5. # h1 space
  6. #h1 nospace
  7. # h1 2 spaces
  8. # h1 trailing hash #
  9. ## h2 space
  10. ##h2 nospace
  11. ## h2 trailing hash ##
  12. ### h3 space
  13. ###h3 nospace
  14. ### h3 trailing hash ###
  15. #### h4
  16. ##### h5
  17. ###### h6
  18. ---
  19. Relative positions.
  20. # h1 before h2
  21. ## h2 between h1s
  22. # h1 after h2
  23. ---
  24. Setex tests.
  25. setex h1
  26. ========
  27. setex h2
  28. --------
  29. setex h1 single punctuation
  30. =
  31. setex h1 punctuation longer than header
  32. ================================
  33. Prevent list vs Setex confusion:
  34. - not Setex
  35. - because list
  36. ---
  37. Mixed tests.
  38. setex h1 before atx
  39. ===================
  40. ## atx h2
  41. ### atx h3
  42. # atx h1
  43. setex h2
  44. ------------------
  45. ### atx h3 2