Skip to content

Pipeline Test Post

1 min read

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: E=mc2E = mc^2

Display math:

01x2dx=13\int_0^1 x^2 \, dx = \frac{1}{3}

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]
Share

You might also like

Stay in the loop

Get notified when I publish new posts. No spam, unsubscribe anytime.

Your email is stored by ConvertKit. Privacy policy

Comments