Lawtext core references • Docs
Lawtext core references / core/src/parser/std/rules/$supplNote
core/src/parser/std/rules/$supplNote
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:48 (opens in a new tab)
supplNoteControl
const
supplNoteControl:":suppl-note:"
=":suppl-note:"
Defined in
core/src/parser/std/rules/$supplNote.ts:12 (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
• supplNote: SupplNote
• indentTexts: string
[]
Returns
Line
[]
Defined in
core/src/parser/std/rules/$supplNote.ts:17 (opens in a new tab)