Enscribe
Primary prose

The running-text unit — the paragraph.

<p> General Usage

Semantic role: p. Compiles to eHTML <p>.

Registers:

  • Canonical: <p>
<p | A simple paragraph.>

A simple paragraph.

Minipage 1.
A paragraph written without explicit tags.

A paragraph written without explicit tags.

Minipage 2.

In most cases, paragraphs do not need to be written with explicit tags. Plain markdown handles paragraph separation: blank lines delineate paragraphs. The explicit <p> form is used when attributes (id, classes, type) are needed.

<p type=lead | The opening paragraph of an article.>

The opening paragraph of an article.

Minipage 3.
Arguments
attribute kind values / default notes
type kwarg normal lead intro abstract summary other Optional classification of the paragraph’s role.