Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

[Feature] Math formula support in MarkdownTextBlock #3020

Description

@hez2010

Math formula support

I hope that math formulas in markdown can be rendered correctly.
For example:

# Math
Inline math formula: $ sum = \sum_{i=1}^n {x_i} $ (1)
Block math formula: 
$$ sum = \sum_{i=1}^n {x_i} $$ (2)

These cannot be rendered for now.

Solution

Support rendering math formula in MarkdownTextBlock.
Maybe it can use katex to support math characters.

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature request 📬A request for new changes to improve functionalityhelp wantedIssues identified as good community contribution opportunitiesmarkdown 📑Issues related to Markdown

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions