paragraph#

  • shortened to “para” and corresponds to <p> HTML tag

  • are basic processing “units”, e.g. for translattion

  • paragraph is created by blank line

  • do long single-lined paras (easier diffs in Git)

Blank line creates paragraphs#

foo

1This is the first paragraph
2written on multiple lines
3
4The second paragraph begins
5after a blank line.

This is the first paragraph written on multiple lines

The second paragraph begins after a blank line.