Mermaid & Dark Mode

Mermaid diagrams now render inline. Try the dark mode toggle (top-right)!

Architecture

Loading diagram...

Publishing Flow

Loading diagram...

Code Example

const response = await fetch("https://md.tule.world/api/notes", {
  method: "POST",
  headers: {
    "Authorization": "Bearer $API_SECRET",
    "Content-Type": "application/json"
  },
  body: JSON.stringify({
    title: "My Note",
    content: "# Hello World"
  })
});

const { url } = await response.json();
console.log(url); // https://md.tule.world/my-note

Features

FeatureStatus
Markdown rendering
Syntax highlighting
Mermaid diagrams
Dark mode
Copy button

Toggle dark mode to see diagrams re-render with dark theme colors!