Skip to content

Angle brackets are converted to HTML entities rather than passed through for shortcodes #3176

@craigbox

Description

@craigbox

https://github.com/istio/api/blob/master/security/v1/peer_authentication.proto:

// {{< warning >}}
// Development of PeerAuthentication is currently frozen and likely to be replaced in Ambient.
// {{< /warning >}}

https://github.com/istio/api/blob/master/security/v1beta1/peer_authentication.pb.html:

<p>{{&lt; warning &gt;}}
Development of PeerAuthentication is currently frozen and likely to be replaced in Ambient.
{{&lt; /warning &gt;}}

The shortcodes don't work on the site as a result.

Screenshot 2024-05-02 at 2 25 02 PM

Can we change the parsing, or should we remove the shortcodes?

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