diff --git a/en/docs/learn/api-gateway/threat-protectors/regular-expression-threat-protection-for-api-gateway.md b/en/docs/learn/api-gateway/threat-protectors/regular-expression-threat-protection-for-api-gateway.md index b94d26982c..6f96ad29e0 100644 --- a/en/docs/learn/api-gateway/threat-protectors/regular-expression-threat-protection-for-api-gateway.md +++ b/en/docs/learn/api-gateway/threat-protectors/regular-expression-threat-protection-for-api-gateway.md @@ -57,8 +57,12 @@ We recommend the following patterns for blacklisting.
<\s*script\b[^>]*>[^<]+<\s*/\s*script\s*>
+ ``` + <\s*script\b[^>]*>[^<]+<\s*/\s*script\s*> + ``` +