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
|
@ -424,6 +424,8 @@ You can style text in the following ways:
|
|||
* ```**bold**```
|
||||
* ```_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
|
||||
|
||||
To correctly display variables that are in curly braces, escape the curly braces with the `{% raw %}{% endraw %}` tags:
|
||||
|
|
Loading…
Reference in New Issue