diff --git a/FORMATTING_GUIDE.md b/FORMATTING_GUIDE.md index 0dd8371450c..40536444a58 100644 --- a/FORMATTING_GUIDE.md +++ b/FORMATTING_GUIDE.md @@ -422,7 +422,9 @@ Body 1 | List:
 • One
 • Two You can style text in the following ways: * ```**bold**``` -* ```_italic_``` or ```*italic*``` +* ```_italic_``` or ```*italic*``` + +For guidance on using code examples and when to use code font, see [Code examples](https://github.com/opensearch-project/documentation-website/blob/main/STYLE_GUIDE.md#code-examples). ## Variables in curly braces @@ -444,4 +446,4 @@ To insert a video, add a YouTube player include similar to the following: {% include youtube-player.html id='_g46WiGPhFs' %} ``` -Note that the `id` variable refers to the YouTube video ID at the end of the URL. For example, the YouTube video at the URL `https://youtu.be/_g46WiGPhFs` has the ID `_g46WiGPhFs`. The ID must be surrounded with single quotation marks. \ No newline at end of file +Note that the `id` variable refers to the YouTube video ID at the end of the URL. For example, the YouTube video at the URL `https://youtu.be/_g46WiGPhFs` has the ID `_g46WiGPhFs`. The ID must be surrounded with single quotation marks.