- [ Header
- 2
- ( "" , [] , [] )
- [ RawInline (Format "sem-md") "schema:name" ]
- , Header
- 2
- ( "" , [] , [] )
- [ Str "Specification" , Space , Str "meeting" ]
- , BulletList
- [ [ Plain
- [ Str "Date:"
- , Space
- , Str "11/10"
- , RawInline (Format "sem-md") "schema:startDate"
- ]
- ]
- , [ Plain
- [ Str "Place:"
- , Space
- , Str "Our"
- , Space
- , Str "office,"
- , Space
- , Str "Street"
- , Space
- , Str "name,"
- , Space
- , Str "Paris"
- , RawInline (Format "sem-md") "schema:location"
- ]
- ]
- , [ Plain
- [ Str "Meeting"
- , Space
- , Str "participants:"
- , RawInline (Format "sem-md") "schema:attendee"
- ]
- , BulletList
- [ [ Plain [ Str "Alice" ] ]
- , [ Plain [ Str "Bob" ] ]
- , [ Plain
- [ Link
- ( "" , [] , [] )
- [ Str "Tim" ]
- ( "https://www.wikidata.org/entity/Q80" , "" )
- ]
- ]
- ]
- ]
- , [ Plain
- [ Str "Description:"
- , Space
- , Str "Some"
- , Space
- , Str "information"
- , Space
- , Str "not"
- , Space
- , Str "annotated"
- ]
- ]
- ]
- , Header
- 2 ( "" , [] , [] ) [ Str "Launch" , Space , Str "party" ]
- , Para [ Str "(TODO)" ]
- , RawBlock (Format "sem-md") "{schema}: @default"
- ]
|