parent
4fbcb88143
commit
3a9a676e17
2 changed files with 40 additions and 0 deletions
@ -0,0 +1,21 @@ |
||||
+++ |
||||
title = "Paragraphs in lists" |
||||
tags = ["lists", "paragraph"] |
||||
draft = false |
||||
+++ |
||||
|
||||
- Bullet lists can have paragraphs or block elements within them. |
||||
|
||||
Just indent the content to be even with the text of the bullet |
||||
point, rather than the bullet itself. |
||||
|
||||
```shell |
||||
ls -l |
||||
``` |
||||
- Here's the second bullet item. |
||||
|
||||
Paragraph 1 in second bullet. |
||||
|
||||
Paragraph 2 in second bullet. |
||||
|
||||
Paragraph outside the list. |
||||
Loading…
Reference in new issue