"""Utility functions for HTML sanitization and other helpers.""" from src.utils.html import safe_heading, safe_paragraph __all__ = ["safe_heading", "safe_paragraph"]