for example, [vim-pandoc-syntax](https://github.com/vim-pandoc/vim-pandoc-syntax/blob/master/syntax/pandoc.vim#L37) uses the following symbols instead of the raw markdown text: ``` let s:cchars = { \"newline": "↵", \"image": "▨", \"super": "ⁿ", \"sub": "ₙ", \"strike": "x̶", \"atx": "§", \"codelang": "λ", \"codeend": "—", \"abbrev": "→", \"footnote": "†", \"definition": " ", \"li": "•", \"html_c_s": "‹", \"html_c_e": "›"} ```