Skip to content

Commit f5290a6

Browse files
[Style Guide] DNS record types formatting (#18938)
* Remove DNS records from table of monospaced items * Create specific guidance for DNS record types formatting * Revert "Create specific guidance for DNS record types formatting" This reverts commit 0d8f467. * Add exception to DNS records entry in monospace examples list * Apply suggestion from code review Co-authored-by: Jun Lee <[email protected]> --------- Co-authored-by: Jun Lee <[email protected]>
1 parent a33fe19 commit f5290a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/style-guide/formatting/code-conventions-and-format.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Text in this font denotes text or characters that you should enter from the keyb
103103
| Command-line utility names | `wrangler`, `npm`, `node`, `cloudflared` |
104104
| Data types | (`string`, `number`, `int64`) |
105105
| Defined (constant) values for an element or attribute | `<A_BINDING_NAME>` |
106-
| DNS record types | The bot will default to looking for `AAAA` records. |
106+
| DNS record types | The bot will default to looking for `AAAA` records. <br/>However, you may use regular formatting (for example, AAAA) if there are multiple inline occurrences or if the text is a hyperlink. |
107107
| Enum (enumerator) names (depending on language) | `type ContentTypeMapElem` |
108108
| Environment variable names | `<A_BINDING_NAME>` |
109109
| Element names, including angle brackets (XML and HTML). | `<div>`, `<form>`, `<input>`, `<code>` |

0 commit comments

Comments
 (0)