``` % pandoc -f html -t native My ^D [ Plain [ Str "My" , Space , Math InlineMath "\\mathcal{D}" ] ] ``` ``` % pandoc -f html -t native ^D [ Plain [ Math DisplayMath "\\mathcal{D}" ] ] ```