Hey guys, I’m working on a feature depend md4c library .
It allows you to render Markdown documents in real-time in Unreal Engine. Here are some of the features that have been implemented or will be implemented in the future:
Quickly set the default style through project settings
Customizing styles via the MarkdownStyle asset
It looks like this

Features that have been implemented now:
- Support using different style settings
- Use ListView to optimize long texts
- Support levels from H1 to H6
- Support unordered and ordered lists
- Support nested lists
- Support hyperlinks
todo:
- Outline display
- tables
- Image Render
- Automatically jump within the document
- Latex formulas
- code blocks and syntax highlighting
It is now used in my project, and I will upload it on Github when it has no major issues.