You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: STYLE_GUIDE.md
+10-10
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ MDX supports standard markdown by default [CommonMark](https://commonmark.org/).
166
166
167
167
The `CodeGroup` acts as a wrapper around code blocks. It allows us to have tabbed content (or not, if it's a single block) with properties such as **title, tags, labels and more**. An example would look something like this:
@@ -300,13 +300,13 @@ You'll mostly use this for API, Commands, etc. Responses, which should be wrappe
300
300
```
301
301
302
302
</CollapsibleSection>
303
-
````
303
+
```
304
304
305
305
The `CollapsibleSection` tags should also wrap all error responses (as a group), with the `expandedText` and `collapsedText` values set to '**Show Error Responses**' and '**Hide Error Responses' respectively**.
0 commit comments