Verification Post: Math, Mermaid, and Shiki
A post to verify that all advanced markdown rendering features are working as expected.
Feature Verification
This post verifies the implementation of mathematics, diagrams, and syntax highlighting.
1. Mathematics (KaTeX)
Standard formula:
Block formula:
2. Diagrams (Mermaid)
graph TD
A[Start] --> B{Process};
B -->|Success| C[End];
B -->|Failure| D[Retry];
D --> B;
3. Syntax Highlighting (Shiki)
def hello_world():
print("Hello from Shiki!")
return True4. Shortcode: Figure

End of verification.