✨ Announcing our seed funding led by Lux Capital! Read more about it on our blog
DocsBlogChangelog

Search documentation...

/

Star

12k+

[ Learn ]

[ Concepts ]

[ Reference ]

Markdown


The markdown component renders a Markdown string as formatted text.

Hello World!

Hello World!

Hello World!

rx.vstack(
    rx.markdown("# Hello World!"),
    rx.markdown("## Hello World!"),
    rx.markdown("### Hello World!"),
)
A more complex example of markdown.

Support us at Reflex. Format your inline_code easily.

rx.markdown(
    """
Support us at **[Reflex](https://pynecone.io)**.
Format your `inline_code` easily.
"""
)
Render math equations using LaTeX.

abx2dx\int_a^b x^2 dx

rx.markdown(r"$ \int_a^b x^2 dx $")

Markdown


A markdown component.


  • Base Event Triggers

← SpanHighlight →

Copyright © 2023 Pynecone, Inc.