aboutsummaryrefslogtreecommitdiff
path: root/test/ex_title_and_list.native
blob: bee50b31640890e4677d05fb527d621918da2a97 (plain)
  1. [ Header
  2. 2
  3. ( "" , [] , [] )
  4. [ RawInline (Format "sem-md") "schema:name" ]
  5. , Header
  6. 2
  7. ( "" , [] , [] )
  8. [ Str "Specification" , Space , Str "meeting" ]
  9. , BulletList
  10. [ [ Plain
  11. [ Str "Date:"
  12. , Space
  13. , Str "11/10"
  14. , RawInline (Format "sem-md") "schema:startDate"
  15. ]
  16. ]
  17. , [ Plain
  18. [ Str "Place:"
  19. , Space
  20. , Str "Our"
  21. , Space
  22. , Str "office,"
  23. , Space
  24. , Str "Street"
  25. , Space
  26. , Str "name,"
  27. , Space
  28. , Str "Paris"
  29. , RawInline (Format "sem-md") "schema:location"
  30. ]
  31. ]
  32. , [ Plain
  33. [ Str "Meeting"
  34. , Space
  35. , Str "participants:"
  36. , RawInline (Format "sem-md") "schema:attendee"
  37. ]
  38. , BulletList
  39. [ [ Plain [ Str "Alice" ] ]
  40. , [ Plain [ Str "Bob" ] ]
  41. , [ Plain
  42. [ Link
  43. ( "" , [] , [] )
  44. [ Str "Tim" ]
  45. ( "https://www.wikidata.org/entity/Q80" , "" )
  46. ]
  47. ]
  48. ]
  49. ]
  50. , [ Plain
  51. [ Str "Description:"
  52. , Space
  53. , Str "Some"
  54. , Space
  55. , Str "information"
  56. , Space
  57. , Str "not"
  58. , Space
  59. , Str "annotated"
  60. ]
  61. ]
  62. ]
  63. , Header
  64. 2 ( "" , [] , [] ) [ Str "Launch" , Space , Str "party" ]
  65. , Para [ Str "(TODO)" ]
  66. , RawBlock (Format "sem-md") "{schema}: @default"
  67. ]