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:
parent
c0f7315158
commit
aed1d68ae0
|
@ -422,7 +422,9 @@ Body 1 | List:<br> • One<br> • 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.
|
||||||
|
|
Loading…
Reference in New Issue