@wdprlib/parser
Preparing search index...
parser/rules/block/align/syntax
parseAlignOpen
Function parseAlignOpen
parseAlignOpen
(
ctx
:
ParseContext
,
pos
:
number
,
)
:
{
consumed
:
number
;
direction
:
AlignDirection
}
|
null
Attempts to parse the interior of an align opening tag starting after the BLOCK_OPEN (
[[
) token.
Parameters
ctx
:
ParseContext
pos
:
number
Returns
{
consumed
:
number
;
direction
:
AlignDirection
}
|
null
Package
Version
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@wdprlib/parser
Loading...
Attempts to parse the interior of an align opening tag starting after the BLOCK_OPEN (
[[) token.