wdpr
Preparing search index...
@wdprlib/parser
parser/rules/block/blockquote
blockquoteRule
Variable blockquoteRule
Const
blockquoteRule
:
BlockRule
= ...
Block rule for
>
prefix blockquotes.
Parsing strategy:
Collect consecutive lines that begin with BLOCKQUOTE_MARKER at line start.
For each line, record the depth (number of
>
chars, zero-indexed) and parse the inline content after the mandatory space.
Lines missing the required space are consumed but produce no output.
Feed the flat depth list into
processDepths
to build a nested tree.
Recursively convert the tree into nested blockquote container elements via
buildBlockquoteElement()
.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
wdpr
Loading...
Block rule for
>prefix blockquotes.Parsing strategy:
>chars, zero-indexed) and parse the inline content after the mandatory space.buildBlockquoteElement().