3줄 요약
- External images are now supported with Fade-in effects.
- Native Bar Charts can be rendered directly from MDX.
- Mermaid.js integration allows for code-based diagrams.
1. External Image Test
Below is a random Unsplash image loaded with our new ExternalImg component. Notice the smooth fade-in.
Failed to load image
2. Data Visualization (Bar Chart)
We can now render simple charts without heavy libraries.
2024 Popular Programming Languages (Survey)
JavaScript/TypeScript 85%
Python 72%
Rust 45%
Go 38%
Swift 20%
This chart is built with pure CSS and HTML. No JavaScript required for rendering!
3. Mermaid Diagram
Here is a flow diagram of our content creation process.