Skip to content

squiggly brackets are not escaped in confluence markup output #18

@deviantlycan

Description

@deviantlycan

If a path contains squiggly brackets to indicate a url parameter, they are not escaped in confluence markup output and result in "Unknown macro: {resourceId}".

Example:

/resourceCollection/{resourceId}/subCollection/{subResource}

current output

h3. GET /stores/{storeId} {anchor:whatever}

Correct output should be escaped:

h3. GET /stores/\{storeId\} {anchor:whatever}

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