Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/github/spec-kit
/ _normalized_markdown
Function
_normalized_markdown
tests/test_agent_config_consistency.py:66–67 ·
view source on GitHub ↗
(text: str)
Source
from the content-addressed store, hash-verified
64
65
66
def
_normalized_markdown(text: str) -> str:
67
return
" "
.join(text.split())
68
69
70
def
_markdown_value_containing(path: str, marker: str) -> str:
Callers
3
_markdown_value_containing
Function · 0.85
_markdown_paragraph_containing
Function · 0.85
_supported_agent_names_from_agent_request_template
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected