Skip to content

Bad parsing or ][ in block code #1137

Closed
@zoggy

Description

@zoggy

The following code is silently parsed incorrectly by odoc:

{@json[
{
  "string": "] [",
  "string2": "][",
}
]}

The problem is with the ][ sequence, but a space between ] and [ is parsed correctly. Using ]\[ does not solve the problem, as the \[is kept in generated html.

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