Library
core
src
parser
std
rules
$articleGroup
Readme

Lawtext core references


Lawtext core references / core/src/parser/std/rules/$articleGroup

core/src/parser/std/rules/$articleGroup

Variables

$articleGroup

const $articleGroup: WithErrorRule<ArticleGroup>

Defined in: core/src/parser/std/rules/$articleGroup.ts:88 (opens in a new tab)

The parser rule for article group (ArticleGroup) such as Chapter. Please see the source code for the detailed syntax, and the test code (opens in a new tab) for examples.

Functions

articleGroupToLines()

articleGroupToLines(el, indentTexts): Line[]

Defined in: core/src/parser/std/rules/$articleGroup.ts:23 (opens in a new tab)

The renderer for article group (ArticleGroup) such as Chapter. Please see the source code for the detailed syntax, and the test code (opens in a new tab) for examples.

Parameters

el

ArticleGroup

indentTexts

string[]

Returns

Line[]

References

default

Renames and re-exports $articleGroup