sn-md-to-html-report

Convert Markdown research files into standalone HTML reports with table of contents.

2|Updated May 19, 2026
One-click install
npx skills add https://github.com/aiyinluya/SenseNova-Skills-Studio --skill sn-md-to-html-report-aiyinluya
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sn-md-to-html-report
Source: https://github.com/aiyinluya/SenseNova-Skills-Studio/tree/main/skills/sn-md-to-html-report
Command: npx skills add https://github.com/aiyinluya/SenseNova-Skills-Studio --skill sn-md-to-html-report-aiyinluya

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires markdown, and includes scripts (resource) components.

What problem does it solve?

将分散的 Markdown 研究报告快速转换为结构清晰、排版舒适、可直接离线打开的长篇 HTML 报告,并自动处理常见格式坑(如表格错列、列表分点渲染异常、图片引用一致性等)。

Core Features & Use Cases

  • Markdown 到舒适阅读 HTML:生成研究报告阅读版布局,包含侧边目录、清晰层级、响应式表格与图片呈现。
  • 离线交付与图片嵌入:默认将本地图片嵌入为 data URI,确保单文件 HTML 可独立打开;也支持保留相对路径便于文件夹发布。
  • 格式修复与质量自检:修复全角竖线 导致的表格错列,并在常见“说明文字:后紧跟列表但缺空行”的情况下补空行以避免分点不渲染;可在输出后检查图片引用。

Quick Start

将你的输入 Markdown 文件转换为单文件可离线打开的 HTML 报告,并在完成后检查输出中的本地图片引用是否缺失。

Frequently Asked Questions about sn-md-to-html-report

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

FAQPage Schema
How do I convert Markdown to a standalone HTML report for offline sharing?

Converting Markdown to a standalone HTML report for offline sharing involves generating a self-contained HTML5 document with inline styling, a sidebar table of contents, and local images embedded as data URIs.

Why does my Markdown table render with misaligned columns in HTML?

Markdown tables render with misaligned columns due to full-width vertical bar delimiters; this tool automatically fixes these table delimiter errors and normalizes list spacing to ensure proper HTML rendering.

Can I keep relative image paths when converting Markdown to HTML instead of embedding them?

You can keep relative image paths instead of embedding them as data URIs when converting Markdown to HTML, facilitating folder-based publishing alongside optional integrity checks for missing local image references.

Does this Markdown to HTML converter support Mermaid diagrams and TOC navigation?

This Markdown to HTML converter supports rendering Mermaid diagrams and generates a usable table of contents for TOC navigation, while optionally removing inline TOC markers during deterministic preprocessing.

How do I fix list items not rendering properly after a colon in Markdown?

Fixing list items not rendering properly after a colon in Markdown requires adding a blank line before the list; this tool automatically normalizes this spacing during conversion to prevent rendering anomalies.