... hopefully correctly This will hopefully improve ease of developing (more granular test results) and prepares us for adding example org->html renders for gh-pages
14 lines
317 B
HTML
14 lines
317 B
HTML
<p>
|
|
Paragraphs are the default element.
|
|
</p>
|
|
<p>
|
|
Empty lines and other elements end paragraphs - but paragraphs
|
|
can
|
|
obviously
|
|
span
|
|
multiple
|
|
lines.
|
|
</p>
|
|
<p>
|
|
Paragraphs can contain inline markup like <em>emphasis</em> <strong>strong</strong> and links <a href="https://www.example.com">example.com</a> and stuff.
|
|
</p>
|