Update communications.md (#13400)

This commit is contained in:
Sampfluger88 2023-08-19 18:30:53 -05:00 committed by GitHub
parent 468fd817f1
commit c0a3cf8d69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 `<blockquote>` HTML element with `purpose="quote"`.
- **Markdown:**
```
<blockquote purpose="quote">
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:**
<blockquote purpose="quote">
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 `<blockquote>` HTML element with `purpose="large-quote"`.
- **Markdown:**
```
<blockquote purpose="large-quote">
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:**
<blockquote purpose="large-quote">
This is a large blockquote.