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.