istio / istio/api

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

Open
#3,176 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
519
Forks
612
Avg merge
18h 35m
Merged PRs (30d)
23

Description

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:

```

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

[The shortcodes don't work on the site as a result](https://deploy-preview-14981--preliminary-istio.netlify.app/latest/docs/reference/config/security/peer_authentication/).

Screenshot 2024-05-02 at 2 25 02 PM

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.