Skip to content

do we want to try symbol replacement in rendering plugins? #31

@josephholsten

Description

@josephholsten

for example, vim-pandoc-syntax 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": "›"}

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions