MCPcopy Create free account
hub / github.com/dirk1983/deepseek / ParserBlock

Function ParserBlock

js/remarkable.js:3224–3231  ·  view source on GitHub ↗

* Block Parser class * * @api private

()

Source from the content-addressed store, hash-verified

3222 */
3223
3224function ParserBlock() {
3225 this.ruler = new Ruler();
3226 for (var i = 0; i < _rules.length; i++) {
3227 this.ruler.push(_rules[i][0], _rules[i][1], {
3228 alt: (_rules[i][2] || []).slice()
3229 });
3230 }
3231}
3232
3233/**
3234 * Generate tokens for the given input range.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected