Based on react-markdown with professional typography
This is body text that supports bold and italic formatting.
Feature | Status | Description |
---|---|---|
Markdown Rendering | ✅ | Based on react-markdown |
Math Formulas | ✅ | KaTeX rendering |
Code Highlighting | ✅ | Syntax highlighting |
function hello() {
console.log("Hello, World!");
return "react-markdown is awesome!";
}
Inline formula: $E = mc^2$
Block formula: $$\int_{-\infty}^{\infty} e^{-x^2} dx = \sqrt{\pi}$$
Quote Example
This is a quoted text that can be used to highlight important information.
Please enter your Markdown content above for testing!