Source code for fsi.utils

[docs] def handle_empty_p_tags(html: str) -> str: return html if html != '<p></p>' else ''