md

Generate well-formatted Markdown notes with Obsidian extensions and syntax validation.

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/snqb/my-skills --skill md-snqb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: md
Source: https://github.com/snqb/my-skills/tree/main/md
Command: npx skills add https://github.com/snqb/my-skills --skill md-snqb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps users create and validate Markdown notes across multiple flavors, including Obsidian extensions, ensuring consistent formatting and quick reference.

Core Features & Use Cases

  • Supports CommonMark and GitHub Flavored Markdown, including headings, lists, tables, and inline formatting.
  • Includes LaTeX math, Mermaid diagrams, and Obsidian-specific features such as wikilinks, callouts, embeds, and properties.
  • Use Case: author well-formatted project notes, research journals, or knowledge bases with consistent syntax.

Quick Start

Open a Markdown file and begin editing using Obsidian-flavored syntax to apply markdown features.

Frequently Asked Questions about md

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I write Markdown notes with Obsidian wikilinks and callouts?

To write Markdown notes with Obsidian extensions, use specific syntax for wikilinks, callouts, and embeds. This ensures consistent formatting and validates syntax correctness across your knowledge base.

Does Markdown support LaTeX math and Mermaid diagrams in the same document?

Markdown supports integrating LaTeX math and Mermaid diagrams within the same document. You can apply these features alongside CommonMark and GitHub Flavored Markdown for technical documentation.

What is the best way to format Markdown tables and lists for GitHub?

The best way to format Markdown for GitHub is using GitHub Flavored Markdown syntax. This standardizes tables, lists, and inline formatting to ensure your project notes render correctly.

Can I embed HTML within Markdown files and still keep the formatting valid?

You can embed HTML within Markdown files while keeping the formatting valid. The syntax enforces correctness and provides examples to support HTML integration alongside standard Markdown formatting.

How do I add properties to Markdown notes in Obsidian?

To add properties to Markdown notes in Obsidian, utilize Obsidian-specific syntax extensions. This allows you to structure metadata within your notes while maintaining overall Markdown syntax correctness.