Skip to main content

NamedParagraph

rascal-0.34.0
rascal-tutor-0.18.4

Synopsis

Mark up for a named paragraph.

Syntax

  • ## ParagraphName
  • \### ParagraphName
  • ...

Description

A NamedParagraph produces a named paragraph of a level that is determined by the number of # characters preceding the ParagraphName.

Examples

The input:

## Paragraph

will give

Pitfalls

  • NamedParagraphs have at least two hash signs (##). A single hash is reserved for the Concept level.
  • A NamedParagraph should start at the start of a line.