diff --git a/documentation/functions/global/DOMAIN_ELSEWHERE.md b/documentation/functions/global/DOMAIN_ELSEWHERE.md index 70f8a39a4..e958d57ce 100644 --- a/documentation/functions/global/DOMAIN_ELSEWHERE.md +++ b/documentation/functions/global/DOMAIN_ELSEWHERE.md @@ -25,9 +25,9 @@ For example these two statements are equivalent: ```javascript DOMAIN_ELSEWHERE("example.com", REG_NAMEDOTCOM, ["ns1.foo.com", "ns2.foo.com"]); +``` -// ...is equivalent to... - +```javascript D("example.com", REG_NAMEDOTCOM, NO_PURGE, NAMESERVER("ns1.foo.com"), diff --git a/documentation/functions/global/DOMAIN_ELSEWHERE_AUTO.md b/documentation/functions/global/DOMAIN_ELSEWHERE_AUTO.md index e2d057705..5d753a2c1 100644 --- a/documentation/functions/global/DOMAIN_ELSEWHERE_AUTO.md +++ b/documentation/functions/global/DOMAIN_ELSEWHERE_AUTO.md @@ -30,9 +30,9 @@ For example these two statements are equivalent: ```javascript DOMAIN_ELSEWHERE_AUTO("example.com", REG_NAMEDOTCOM, DSP_AZURE); +``` -// ...is equivalent to... - +```javascript D("example.com", REG_NAMEDOTCOM, NO_PURGE, DnsProvider(DSP_AZURE)