Skip to content

feat: support escaped character \ before > [!CAUTION] (e.g. > \[!CAUTION]) to be 1:1 compatible with GitHub #8

@titanism

Description

@titanism

Clear and concise description of the problem

This is a request to support this case:

> \[!TIP]
> Some tip here

Note the \ character before the [ for escaping. This works with GitHub already.

Example below:

with \ character:

Tip

Some tip here

without \ character:

Tip

Some tip here

Suggested solution

We should support \ character before a marker

Alternative

No response

Additional context

No response

Validations

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions