``` % echo "{" | pandoc -f dokuwiki -t native ^D [Para [Str "{"]] ``` ``` % echo "{{" | pandoc -f dokuwiki -t native ^D [Para [Str "{{"]] ```