Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Python-Markdown/markdown
/ _handle_single_quote
Function
_handle_single_quote
markdown/extensions/attr_list.py:43–45 ·
view source on GitHub ↗
(s, t)
Source
from the content-addressed store, hash-verified
41
42
43
def
_handle_single_quote(s, t):
44
k, v = t.split(
'='
, 1)
45
return
k, v.strip(
"'"
)
46
47
48
def
_handle_key_value(s, t):
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected