MCPcopy Create free account
hub / github.com/Python-Markdown/markdown / _handle_key_value

Function _handle_key_value

markdown/extensions/attr_list.py:48–49  ·  view source on GitHub ↗
(s, t)

Source from the content-addressed store, hash-verified

46
47
48def _handle_key_value(s, t):
49 return t.split('=', 1)
50
51
52def _handle_word(s, t):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected