Enscribe
Primary prose

The running-text unit — the paragraph.

<p> Specification

category block-prose · eHTML <p> · JATS <p> · content prose<children>

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

Produced by: canonical <p>.

Examples <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.