MCPcopy Create free account
hub / github.com/SpectacularAI/sdk / h1

Function h1

python/cli/diagnose/html.py:75–75  ·  view source on GitHub ↗
(title)

Source from the content-addressed store, hash-verified

73TAIL = "</body>\n</html>"
74
75def h1(title): return f"<h1>{title}</h1>\n"
76def h2(title): return f"<h2>{title}</h2>\n"
77def h2withId(title, sectionId): return f"<h2 id={sectionId}>{title}</h2>\n"
78def p(text, size="16px"): return f'<p style="font-size:{size}; font-weight:normal">{text}</p>\n'

Callers 1

generateHtmlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected