website/docs: dev-docs: style guide: no longer using italic for vars (#14185)

We no longer use italic for variables

Signed-off-by: Dominic R <dominic@sdko.org>
This commit is contained in:
Dominic R
2025-04-22 18:30:46 -04:00
committed by GitHub
parent 7f861cc2a1
commit 4e8f3407a4

View File

@ -146,7 +146,6 @@ When writing out steps in a procedural topic, avoid starting with "Once...". Ins
- Use _italic_ for:
- Variables or placeholders to indicate that the value should be replaced by the user (e.g., _your-domain.com_). Clearly indicate whether variables in code snippets need to be defined by the user, are system-provided, or generated.
- Emphasis, but sparingly, to avoid overuse. For example, you can use italics for important terms or concepts on first mention in a section.
- Use `code formatting` for: