From d87ad0623f9461c12d9e10a892377f9e5244e0fc Mon Sep 17 00:00:00 2001 From: Andrei Calinescu Date: Tue, 16 Oct 2018 14:16:36 +1100 Subject: [PATCH] Fixed markdown syntax (#19060) One backtick was missing from the starting tag of a code block, which had downstream effects. --- .../english/html/attributes/font-color-attribute/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/pages/guide/english/html/attributes/font-color-attribute/index.md b/client/src/pages/guide/english/html/attributes/font-color-attribute/index.md index 507d5ce4f5..8f5dcb5336 100644 --- a/client/src/pages/guide/english/html/attributes/font-color-attribute/index.md +++ b/client/src/pages/guide/english/html/attributes/font-color-attribute/index.md @@ -6,7 +6,7 @@ title: Font Color Attribute This attribute is used to set a color to the text enclosed in a `````` tag. ### Syntax: - ``html + ```html ``` @@ -40,4 +40,4 @@ A color can also be specified using a 'hex code' or an 'rgb code', instead of us Font color example using color attribute -``` \ No newline at end of file +```