- Preparing search index...
- The search index is not available
Markuplit API
Interface MLMarkupLanguageParser
Properties
Optional
booleanish
booleanish?: boolean
Methods
parse
- parse(sourceCode: string, options?: ParserOptions & {
offsetColumn?: number;
offsetLine?: number;
offsetOffset?: number;
}): MLASTDocument
-
Parameters
-
sourceCode: string
-
Optional
options: ParserOptions & {
offsetColumn?: number;
offsetLine?: number;
offsetOffset?: number;
}
Detect value as a true if its attribute is booleanish value and omitted.
Ex:
In the above, the
aria-hidden
istrue
.