Perseus
Preparing search index...
@khanacademy/simple-markdown
ParserRule
Type Alias ParserRule
type
ParserRule
=
{
match
:
MatchFunction
;
order
:
number
;
parse
:
ParseFunction
;
quality
?:
(
capture
:
Capture
,
state
:
State
,
prevCapture
:
string
)
=>
number
;
}
Index
Properties
match
order
parse
quality?
Properties
Readonly
match
match
:
MatchFunction
Readonly
order
order
:
number
Readonly
parse
parse
:
ParseFunction
Optional
Readonly
quality
quality
?:
(
capture
:
Capture
,
state
:
State
,
prevCapture
:
string
)
=>
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
match
order
parse
quality
Perseus
Loading...