From 7d7c53164c6ff963e54a74cfa43cf0fb091015c3 Mon Sep 17 00:00:00 2001 From: seanvictory Date: Thu, 21 May 2020 13:12:02 -0700 Subject: [PATCH] Include italics (#548) --- docs/documenting/standards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documenting/standards.md b/docs/documenting/standards.md index f1389bdb..c67aabc5 100644 --- a/docs/documenting/standards.md +++ b/docs/documenting/standards.md @@ -11,7 +11,7 @@ To ensure that the documentation for Home Assistant is consistent and easy to fo - There is no limit for the line length. You are allowed to write in a flowing text style. This will make it easier to use the GitHub online editor in the future. - Be objective and not gender favoring, polarizing, race related or religion inconsiderate. - The case of brand names, services, protocols, integrations and platforms must match its respective counterpart. e.g., "Z-Wave" **not** "Zwave", "Z-wave", "Z Wave" or "ZWave". Also, "Input Select" **not** "input select" or "Input select". -- Do not use ALL CAPITALS for emphasis - use italics instead. +- Do not use ALL CAPITALS for emphasis - use _italics_ instead. ## Integration and Platform Pages