ErrLookup › markedjs/marked
markedjs/marked
A markdown parser and compiler. Built for speed. · JavaScript · 18 source files
Analyzed at 9552b6bbca on 2026-08-13. 7 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| extension name required | validation | error | configuration, extensions, marked-use, validation |
| extension level must be 'block' or 'inline' | validation | error | configuration, extensions, tokenizer, validation |
| renderer '${prop}' does not exist | validation | error | configuration, renderer, typo, validation, marked-use |
| tokenizer '${prop}' does not exist | validation | error | configuration, tokenizer, typo, validation, marked-use |
| hook '${prop}' does not exist | validation | error | configuration, hooks, typo, validation, marked-use |
| Infinite loop on byte: ${byte} | exception | error | lexer, runtime, extensions, tokenizer, infinite-loop, debugging |
| Token with "${token.type}" type was not found. | exception | error | parser, runtime, extensions, renderer, token-type |