This page covers advanced formatting elements that go beyond basic Markdown. For the foundational syntax, see Basic formatting.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/obsidianmd/obsidian-help/llms.txt
Use this file to discover all available pages before exploring further.
Tables
Create tables using vertical bars (|) to separate columns and hyphens (-) to define the header row:
Aligning table columns
Align column content by adding colons (:) to the header row separator:
Formatting content within a table
You can use basic Markdown formatting (bold, italic, inline code) inside table cells. To use a vertical bar| inside a cell — for example in an alias or image resize — escape it with a backslash:
Math
Obsidian supports math expressions using MathJax and LaTeX notation.Block math
Surround the expression with double dollar signs ($$) to display it as a block:
Inline math
Wrap the expression in single$ symbols to display it inline within a sentence:
Mermaid diagrams
Obsidian supports Mermaid for creating diagrams and charts, including flow charts, sequence diagrams, and timelines. Create a diagram by opening amermaid code block:
Linking notes from a diagram
You can create internal links inside a diagram by attaching theinternal-link class to nodes:
If a note name contains special characters, wrap it in double quotes:
class "⨳ special character" internal-link. Internal links from diagrams do not show up in Graph view.