diff --git a/COMPONENT_GUIDE.md b/COMPONENT_GUIDE.md
index 3a0d5b1bf..4ac9791b9 100644
--- a/COMPONENT_GUIDE.md
+++ b/COMPONENT_GUIDE.md
@@ -199,10 +199,31 @@ Callouts direct your attention to information of special importance or to inform
### Usage
-* Caution: `Text`
-* Important: `Text`
-* Tip: `Text`
+```jsx
+
+
+Text with `markdown`.
+
+
+
+
+
+Text with `markdown`.
+
+
+
+
+
+Text with `markdown`.
+
+
+```
All callouts have default titles that can be overridden like this:
-`Text`
\ No newline at end of file
+```jsx
+
+
+Text
+
+```