Skip to content

Commit 672c86a

Browse files
Fix formatting for example DNS table
1 parent e701a2f commit 672c86a

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

src/content/docs/dns/foundation-dns/setup.mdx

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,15 @@ Some behaviors are different from standard Cloudflare nameservers:
3333
<Details header="Example">
3434

3535
<Example>
36-
DNS management for **example.com** | **Type** | **Name** | **Content** | |
37-
-------- | -------- | ------------------------- | | NS | www |
38-
ns1.externalhost.com | | NS | www | ns2.externalhost.com | | TXT | www |
39-
"5bb16e6b5a444eedb48ace40c471bcc9" | | A | www | `192.0.2.1` |
36+
DNS management for **example.com**
37+
38+
| **Type** | **Name** | **Content** |
39+
| -------- | -------- | ------------------------- |
40+
| NS | www | ns1.externalhost.com |
41+
| NS | www | ns2.externalhost.com |
42+
| TXT | www | "5bb16e6b5a444eedb48ace40c471bcc9" |
43+
| A | www | `192.0.2.1` |
44+
4045
</Example>
4146

4247
In this example, the TXT record and the A record for `www.example.com` will not be served.

0 commit comments

Comments
 (0)