Skip to content

Disabling concealing of code blocks also disables concealing of inline code #657

@qadzek

Description

@qadzek

The following settings should only disable concealing for code blocks (triple backticks), but for inline code (single backticks) it's disabled as well.

let g:vim_markdown_conceal = 1
let g:vim_markdown_conceal_code_blocks = 0

Is there a workaround to only conceal inline code?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions