Added nested list items, moved image embedding with reference to own block (#1939)
This commit is contained in:
parent
9cc370f984
commit
9b0e8f2203
|
@ -60,11 +60,13 @@ ___bold italic___
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
* Item 1
|
* Item 1
|
||||||
|
* Nested Item 1
|
||||||
* Item 2
|
* Item 2
|
||||||
```
|
```
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
- Item 1
|
- Item 1
|
||||||
|
- Nested Item 1
|
||||||
- Item 2
|
- Item 2
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -98,10 +100,10 @@ ___bold italic___
|
||||||
```markdown
|
```markdown
|
||||||

|

|
||||||

|

|
||||||
![Image alt text][img]
|
|
||||||
```
|
```
|
||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
|
![Image alt text][img]
|
||||||
[img]: http://foo.com/img.jpg
|
[img]: http://foo.com/img.jpg
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue