diff --git a/pynecone/components/typography/markdown.py b/pynecone/components/typography/markdown.py index 8949d141e..bc56d83c7 100644 --- a/pynecone/components/typography/markdown.py +++ b/pynecone/components/typography/markdown.py @@ -66,6 +66,8 @@ class Markdown(Component): "h1": "{({node, ...props}) => }", "h2": "{({node, ...props}) => }", "h3": "{({node, ...props}) => }", + "h4": "{({node, ...props}) => }", + "h5": "{({node, ...props}) => }", "ul": "{UnorderedList}", "ol": "{OrderedList}", "li": "{ListItem}",