Welcome to my blog. I’ve finally integrated a markdown-based writing system into my portfolio.
Testing Text Styles
This system supports all standard Markdown features:
- Bold text for emphasis.
- Italic text for subtle notes.
- External links for references.
Inline codefor technical snippets.
Testing LaTeX
To ensure my math engine is working, here is a simple inline identity: , and a block display equation:
Testing Mermaid
Here is a simple diagram for the blog publishing flow:
flowchart LR Draft[Write MDX] --> Build[Astro builds the post] Build --> Render[Render Markdown, LaTeX, and Mermaid] Render --> Publish[Publish static page]
Testing Media
I can also include images from my project structure easily:

The first of many posts to come.