[!multi-column|bordered]
[!col|45]
[!multi-column|bordered]
[!col|50]
- Bold, italic, and
inline code.- Task list:
- Write spec
- Style columns
- Link: Obsidian
[!col|50]
- Table:
Feature Status Tables ✅ Images ✅
- Mermaid Diagram:
Loadinggraph LR A[Start] --> B(Process) B --> C{Decision} C -->|Yes| D[Result]
- LaTeX Equation: $$ e^{i\pi} + 1 = 0 $$ $$ \text{Start} \to \text{Decision} \begin{cases} \text{Yes} \to \text{Success} \ \text{No} \to \text{Fail} \end{cases} $$
[!col|55]
![[image.png|image.png|750]]
// Code block inside column const cols = [33, 34, 33]; console.log('Supports code blocks', cols);[!multi-column|bordered]
[!col|50]
- Overview: basic multi-column layout.
- Highlight: pure Markdown, readable in plaintext.
[!col|50]
- Overview: two-column template with ratios.
- Highlight: one-click insert via context menu.
[!note] Blockquote to show nested text. Can span multiple lines without breaking layout.
[!multi-column|bordered]
[!col|30]
- 30/70 left sidebar layout.
- Good for TOC, navigation, summaries.
[!col|70]
- Large content area for prose/charts. Large content area for prose/charts.
- Pair with the sidebar for focus. Pair with the sidebar for focus. Pair with the sidebar for focus.
[!multi-column|bordered]
[!col|33]
- Overview: basic multi-column layout.
- Highlight: pure Markdown, readable in plaintext.
[!col|34]
- Overview: two-column template with ratios.
- Highlight: one-click insert via context menu.
[!col|33]
- Overview: mobile auto-stack demo.
- Highlight: CSS snippet works standalone.