From 031abd7fc2980b30424309dcac79ac8ebae5c0b5 Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Mon, 22 Jun 2020 10:20:46 +0200 Subject: [PATCH 1/2] Update COMPONENT_GUIDE.md --- COMPONENT_GUIDE.md | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/COMPONENT_GUIDE.md b/COMPONENT_GUIDE.md index 3a0d5b1bf..31314ae49 100644 --- a/COMPONENT_GUIDE.md +++ b/COMPONENT_GUIDE.md @@ -199,10 +199,32 @@ Callouts direct your attention to information of special importance or to inform ### Usage -* Caution: `Text` -* Important: `Text` -* Tip: `Text` +* Caution: +```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 + +``` From fea3c0fc41d6dc319260086dd72c134ff1c2151e Mon Sep 17 00:00:00 2001 From: Fabrizio Ferri-Benedetti Date: Mon, 22 Jun 2020 18:37:05 +0200 Subject: [PATCH 2/2] Update COMPONENT_GUIDE.md --- COMPONENT_GUIDE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/COMPONENT_GUIDE.md b/COMPONENT_GUIDE.md index 31314ae49..4ac9791b9 100644 --- a/COMPONENT_GUIDE.md +++ b/COMPONENT_GUIDE.md @@ -199,7 +199,6 @@ Callouts direct your attention to information of special importance or to inform ### Usage -* Caution: ```jsx