MCPcopy
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
66def _normalized_markdown(text: str) -> str:
67 return " ".join(text.split())
68
69
70def _markdown_value_containing(path: str, marker: str) -> str:

Calls

no outgoing calls

Tested by

no test coverage detected