You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a field has an empty line in the description, e.g.
// IngressClass enables support for the older Ingress resource and indicates
// which Ingress resources this Gateway should be responsible for.
//
// If omitted, Ingress resources will not be supported by the ControlPlane.
//
// +optional
IngressClass *string `json:"ingressClass,omitempty"`
This produces incorrect tables in markdown
| `ingressClass` _string_ | IngressClass enables support for the older Ingress resource and indicates which Ingress resources this Gateway should be responsible for.
If omitted, Ingress resources will not be supported by the ControlPlane. |
which render in the following way:
The text was updated successfully, but these errors were encountered:
Problem description
When a field has an empty line in the description, e.g.
This produces incorrect tables in markdown
which render in the following way:
The text was updated successfully, but these errors were encountered: