Skip to content

Commit d3ffba3

Browse files
Add exception to DNS records entry in monospace examples list
1 parent 071f419 commit d3ffba3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +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. <br/>However, you may use regular formatting (AAAA, for example) if there are multiple inline occurrences or if the text is a hyperlink. |
106107
| Enum (enumerator) names (depending on language) | `type ContentTypeMapElem` |
107108
| Environment variable names | `<A_BINDING_NAME>` |
108109
| Element names, including angle brackets (XML and HTML). | `<div>`, `<form>`, `<input>`, `<code>` |

0 commit comments

Comments
 (0)