Library
core
modules
Core Src Parser Std Rules Supplnote

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

Module: core/src/parser/std/rules/$supplNote

Table of contents

References

Variables

Functions

References

default

Renames and re-exports $supplNote

Variables

$supplNote

Const $supplNote: WithErrorRule<SupplNote>

The parser rule for std.SupplNote. Please see the source code for the detailed syntax, and the test code (opens in a new tab) for examples.

Defined in

core/src/parser/std/rules/$supplNote.ts:47 (opens in a new tab)


supplNoteControl

Const supplNoteControl: ":suppl-note:"

Defined in

core/src/parser/std/rules/$supplNote.ts:11 (opens in a new tab)

Functions

supplNoteToLines

supplNoteToLines(supplNote, indentTexts): Line[]

The renderer for std.SupplNote. Please see the source code for the detailed syntax, and the test code (opens in a new tab) for examples.

Parameters

NameType
supplNoteSupplNote
indentTextsstring[]

Returns

Line[]

Defined in

core/src/parser/std/rules/$supplNote.ts:16 (opens in a new tab)