``` % pandoc -f html -t native ^D [ BulletList [ [ Para [ Str "Bullet" , Space , Str "point." ] , Para [ Str "Nested" , Space , Str "line." ] ] ] ] ```