Skip to content

Skip substring from backslashing #856

@antonioValenti-enuan

Description

@antonioValenti-enuan

Hi everyone,
I need to skip some substring from being parsed by lib that adds unnecessary backslash.

I'm using markdown to adds custom code that I need to be kept untouched without wrapping it with backtick.

Example:
{% if var === "foobar" %}

Result parsed:
{% if var \=\=\= "foobar" %}

Expected:
{% if var === "foobar" %}

How can I get the expected result?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions