``` % pandoc -t native My text^[My note]isnot^[Text] ^D [ Para [ Str "My" , Space , Str "text" , Note [ Para [ Str "My" , Space , Str "note" ] ] , Str "isnot" , Note [ Para [ Str "Text" ] ] ] ] ``` ``` % pandoc -t native ^[note1]test^[note2] ^D [ Para [ Note [ Para [ Str "note1" ] ] , Str "test" , Note [ Para [ Str "note2" ] ] ] ] ```