Skip to content

squiggly brackets are not escaped in confluence markup output #18

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}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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