Skip to content

Commit 7ef99c3

Browse files
[DNS] Fix formatting for example DNS table (#25019)
* Fix formatting for example DNS table * Apply suggestion from code review Co-authored-by: Pedro Sousa <[email protected]> --------- Co-authored-by: Pedro Sousa <[email protected]>
1 parent 1d78fb9 commit 7ef99c3

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

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

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,16 @@ 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+
37+
DNS management for **example.com**
38+
39+
| **Type** | **Name** | **Content** |
40+
| -------- | -------- | ------------------------- |
41+
| NS | www | ns1.externalhost.com |
42+
| NS | www | ns2.externalhost.com |
43+
| TXT | www | "5bb16e6b5a444eedb48ace40c471bcc9" |
44+
| A | www | `192.0.2.1` |
45+
4046
</Example>
4147

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

0 commit comments

Comments
 (0)