MCPcopy Create free account
hub / github.com/executablebooks/markdown-it-py / process

Method process

markdown_it/parser_core.py:43–46  ·  view source on GitHub ↗

Executes core chain rules.

(self, state: StateCore)

Source from the content-addressed store, hash-verified

41 self.ruler.push(name, rule)
42
43 def process(self, state: StateCore) -> None:
44 """Executes core chain rules."""
45 for rule in self.ruler.getRules(""):
46 rule(state)

Callers 2

parseMethod · 0.80
parseInlineMethod · 0.80

Calls 1

getRulesMethod · 0.80

Tested by

no test coverage detected