From c0a3cf8d69ad59396c61bfaa2bb75298209e126b Mon Sep 17 00:00:00 2001 From: Sampfluger88 <108141731+Sampfluger88@users.noreply.github.com> Date: Sat, 19 Aug 2023 18:30:53 -0500 Subject: [PATCH] Update communications.md (#13400) --- handbook/company/communications.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/handbook/company/communications.md b/handbook/company/communications.md index 6d69015a8e..27d9fd26b7 100644 --- a/handbook/company/communications.md +++ b/handbook/company/communications.md @@ -836,6 +836,7 @@ To add a tip blockquote, start a line with ">" and end the blockquote with a bla Tip blockquotes are the default blockquote style in our Markdown content. - **Markdown:** + ``` > This is a tip blockquote. This line is rendered inside of the tip blockquote. @@ -844,6 +845,7 @@ This line is rendered outside of the tip blockquote. ``` - **Rendered output:** + > This is a tip blockquote. This line is rendered inside of the tip blockquote. @@ -853,6 +855,7 @@ This line is rendered outside of the tip blockquote. To add a quote blockquote, add a `
` HTML element with `purpose="quote"`. - **Markdown:** + ```This is a quote blockquote. @@ -862,6 +865,7 @@ Lines seperated by a blank newline will be rendered on a different line in the b ``` - **Rendered output:** +This is a quote blockquote. @@ -873,6 +877,7 @@ Lines seperated by a blank newline will be rendered on a different line in the b You can add a large quote blockquote by adding a `` HTML element with `purpose="large-quote"`. - **Markdown:** + ```This is a large blockquote. @@ -882,6 +887,7 @@ You can use a large quote blockquote to reduce the font size and line height of ``` - **Rendered output:** +This is a large blockquote.