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

Method make

markdown_it/presets/__init__.py:42–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40
41 @staticmethod
42 def make() -> PresetType:
43 config = gfm_like.make()
44 config["options"]["tasklists"] = True
45 config["options"]["tasklists_editable"] = False
46 config["options"]["alerts"] = True
47 config["options"]["strikethrough_single_tilde"] = True
48 return config

Callers

nothing calls this directly

Calls 1

makeMethod · 0.45

Tested by

no test coverage detected