Skip to content

Left curly bracket in markdown seems to be unescapable #78

@davej

Description

@davej

I am trying to put a left curly bracket { in my markdown docs but it doesn't seem to be possible. A few variations that I've tried all give the 500 error "abc is not defined".

{ abc }
\{ abc }
\{ ref \}
{ abc }
{ abc }

This doesn't error but explicitly outputs the characters "{" instead of showing a curly bracket:

\{ abc }

I tried reproducing the error on the online parser here but it seemed to work fine. Any idea how I would go about troubleshooting this?

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