Category
Markdown Guides
Practical advice for writing, structuring, and reading Markdown.

Markdown Lists: Bullets, Numbering, Nesting, and Checkboxes
Learn how to create bulleted, numbered, nested, and task lists in Markdown, then avoid common indentation and rendering issues.

Bold, Italic, Strikethrough, and Underline in Markdown
Learn how to write bold, italic, and strikethrough text in Markdown, handle underline and highlighting, and compare rendering in GitHub, Obsidian, and Fude.

How to Add Images in Markdown
Learn how to add images in Markdown, write useful alt text, use relative paths, resize images, add captions, and handle GitHub, Obsidian, and Fude-specific behavior.

How to Create Links in Markdown
Learn every type of Markdown link: inline, reference, anchor, relative, email, and image links. Covers GitHub, Obsidian, and common pitfalls with examples.

Markdown Table: Complete Guide with Examples
Learn how to create, align, and format Markdown tables. Covers syntax, multiline cells, merge workarounds, and tool-specific behavior in GitHub, Obsidian, and more.

How to Add a Horizontal Line in Markdown
Learn how to add a horizontal line in a Markdown file, avoid common pitfalls and customize its design.