Update FORMATTING_GUIDE.md with link to code samples in style guide (#4709)

* Update FORMATTING_GUIDE.md

Added link to style guide.

Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM>

* Update FORMATTING_GUIDE.md

Co-authored-by: Nathan Bower <nbower@amazon.com>
Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM>

---------

Signed-off-by: Heather Halter <HDHALTER@AMAZON.COM>
Co-authored-by: Nathan Bower <nbower@amazon.com>
This commit is contained in:
Heather Halter 2023-08-07 11:50:46 -07:00 committed by GitHub
parent c0f7315158
commit aed1d68ae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -422,7 +422,9 @@ Body 1 | List:<br>&ensp;&#x2022; One<br>&ensp;&#x2022; Two
You can style text in the following ways: You can style text in the following ways:
* ```**bold**``` * ```**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 ## 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' %} {% 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. 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.