Skip to content
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Text in this font denotes text or characters that you should enter from the keyb
| Command-line utility names | `wrangler`, `npm`, `node`, `cloudflared` |
| Data types | (`string`, `number`, `int64`) |
| Defined (constant) values for an element or attribute | `<A_BINDING_NAME>` |
| DNS record types | The bot will default to looking for `AAAA` records. |
| 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. |
| Enum (enumerator) names (depending on language) | `type ContentTypeMapElem` |
| Environment variable names | `<A_BINDING_NAME>` |
| Element names, including angle brackets (XML and HTML). | `<div>`, `<form>`, `<input>`, `<code>` |
Expand Down
Loading