mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Update communications.md (#13400)
This commit is contained in:
parent
468fd817f1
commit
c0a3cf8d69
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue