Skip to content

Commit 9701dc8

Browse files
Update styleguide.md
1 parent ababf35 commit 9701dc8

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

styleguide.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,17 @@ When referring to file types, like a PDF file, or a CSV file, refer to it as a C
107107
These are great for quick information that you want to highlight to a user. Especially for “gotchas” or “neat tricks”. Please use the tags below to show these in your content.
108108

109109
```
110-
{% warning %}
111-
Your warning
112-
{% endwarning %}
110+
<call-out type="warning">
113111
114-
{% info %}
115-
Your note
116-
{% endinfo %}
112+
Your text here
113+
114+
</call-out>
115+
116+
<call-out>
117+
118+
Your text here
119+
120+
</call-out>
117121
118122
```
119123

@@ -154,5 +158,5 @@ As a best practice, all screenshots should have accompanying alt text.
154158

155159
Use the following format when inserting an image into the docs:
156160

157-
`![alt text here]({{root_url}}/images/<image_name>.png)`
161+
`![alt text here]({{root_url}}/img/<image_name>.png)`
158162

0 commit comments

Comments
 (0)