12 lines
155 B
Markdown
12 lines
155 B
Markdown
# Block vs Inline
|
|
|
|
Below, 'some text' is actually inline, but unstylable.
|
|
|
|
```
|
|
<div>
|
|
Some text
|
|
<div>Nested text</div>
|
|
<span>More text</span>
|
|
</div>
|
|
```
|