NamedParagraph
rascal-0.42.0
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.