lookatme.render.markdown_html module

This module attempts to parse basic html

class lookatme.render.markdown_html.Tag(tag_name: str, is_open: bool, attrs: Optional[Dict[str, str]] = None, style: Optional[Dict[str, str]] = None)[source]

Bases: object

classmethod parse(text: str) → List[lookatme.render.markdown_html.Tag][source]

Return a new Tag instance or None after parsing the text

classmethod parse_style(style_contents)[source]

Parse the style contents