Pipeline Test Post
1 min read
On this page
This post tests the conversion pipeline from Obsidian to Astro MDX.
Standard Markdown
Regular bold, italic, and inline code should pass through unchanged.
- List item one
- List item two
Obsidian-Specific Syntax
Wikilink: Some Internal Note
Wikilink with alias: display text
Highlight: this should become a mark tag
Obsidian comment:
Inline tag: should be removed
Code Blocks
const x = 42;
console.log(x);
Math (auto-detected)
Inline math:
Display math:
Mermaid (auto-detected)
graph TD
A[Write in Obsidian] --> B[Push via Git]
B --> C[GitHub Action]
C --> D[Convert MD to MDX]
D --> E[Deploy to Cloudflare]
You might also like
Test: Mermaid Diagrams
1 min read
Testing Mermaid diagram rendering — flowchart, sequence, state, and pie chart.
meta
Building in Public
1 min read
Why I chose to document the creation of this blog from day one.
meta building-in-public
Test: Math & Embeds
1 min read
Testing KaTeX math rendering and embedded content components.
meta
Stay in the loop
Get notified when I publish new posts. No spam, unsubscribe anytime.
Your email is stored by ConvertKit. Privacy policy