md2html

Convert markdown documents to website-ready HTML pages with frontmatter and wiki links.

1|Updated Nov 25, 2025
One-click install
npx skills add https://github.com/jykim/AI4BM --skill md2html
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: md2html
Source: https://github.com/jykim/AI4BM/tree/main/_Settings_/Skills/md2html
Command: npx skills add https://github.com/jykim/AI4BM --skill md2html

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires markdown, Pillow, pyyaml, beautifulsoup4, cairosvg, and includes scripts (resource) components.

What problem does it solve?

This Skill converts Vault Markdown into styled HTML pages for the AI4BM website, with image handling, wiki link conversion, and frontmatter-driven SEO.

Core Features & Use Cases

  • Full Markdown Conversion: Supports headers, lists, tables, code blocks, blockquotes.
  • Image Handling: Excalidraw conversion, embedded images, alt text.
  • Frontmatter Processing: Title, description, tags, created date in frontmatter for SEO.
  • Wiki Link Conversion: Converts [[Wiki]] links to relative HTML links.
  • Website Integration: Matches AI4BM dark theme with navigation and footer.
  • Batch Conversion: Convert multiple files at once and generate index.

Quick Start

Convert Theory/Theory of AI4PKM.md to HTML for the website.

Frequently Asked Questions about md2html

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

FAQPage Schema
How do I convert Markdown documents to HTML for publishing on a website?

Markdown to HTML conversion transforms your Vault markdown files into styled web pages. This Skill processes full markdown syntax—headers, lists, tables, code blocks—while handling frontmatter for SEO metadata, converting wiki-links to relative HTML links, and applying dark-theme styling ready for website deployment.

Can I convert Excalidraw diagrams embedded in Markdown to HTML?

Yes. This Skill includes Excalidraw conversion as part of its image handling pipeline. Embedded diagrams are processed alongside other images and alt text, then rendered into the final HTML output for seamless diagram display on your published pages.

How do I handle wiki-links and relative paths when converting Markdown to HTML?

Wiki-link resolution converts [[Wiki]] style links to relative HTML links automatically during conversion. The Skill maintains relative path outputs throughout, ensuring all internal navigation and asset references work correctly when deployed to your website structure.

What frontmatter fields does the Markdown to HTML converter support?

Frontmatter processing extracts title, description, tags, and created date for SEO optimization. These fields drive metadata in the HTML output and integrate with the AI4BM dark-theme template for consistent site-wide presentation.

Can I batch convert multiple Markdown files and generate an index?

Yes. The Skill supports batch conversion of multiple files at once and automatically generates an index file. This enables efficient publishing workflows for large content libraries or multiple theory and blog post documents.

Does this Markdown to HTML converter work with image embedding and alt text?

Full image handling is built in. The Skill processes embedded images, preserves alt text for accessibility, handles Excalidraw conversion, and ensures all visual assets are properly referenced in the final HTML output for web-ready publication.