mde-features

Enables MdExplorer-specific extensions in Markdown documents.

5|Updated Mar 21, 2021
One-click install
npx skills add https://github.com/salaroglio/MdExplorer --skill mde-features
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mde-features
Source: https://github.com/salaroglio/MdExplorer/tree/main/MdExplorer/skills/mde-features
Command: npx skills add https://github.com/salaroglio/MdExplorer --skill mde-features

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MdExplorer's markdown rendering features provide extended capabilities beyond standard Markdown by enabling file embedding, HTML previews, runnable code blocks, and interactive PlantUML diagrams inside documents.

Core Features & Use Cases

  • Embed external file contents inline to keep documentation synchronized with source data.
  • Preview HTML within Markdown with a live, sandboxed render to verify UI designs.
  • Run small shell or PowerShell blocks directly in docs to demonstrate steps and test commands.
  • Render PlantUML diagrams interactively to illustrate architecture and workflows.
  • Apply these features in MdExplorer projects to create richer, reproducible documentation.

Quick Start

Open an MdExplorer project and begin editing a Markdown document to test embed, html preview, runnable blocks, and PlantUML features.

Frequently Asked Questions about mde-features

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

FAQPage Schema
How do I embed external file contents inline in Markdown?

Inline file embedding is enabled through MdExplorer's markdown extensions, allowing you to synchronize documentation with source data directly within MdExplorer projects.

Can I render interactive PlantUML diagrams inside Markdown documents?

Yes, interactive PlantUML diagrams can be rendered inside Markdown documents by enabling MdExplorer-specific extensions to illustrate architecture and workflows.

How do I preview HTML within Markdown files?

HTML preview within Markdown is achieved by enabling MdExplorer extensions, providing a live, sandboxed render to verify UI designs directly in your documentation.

Can I run shell or PowerShell code blocks directly in documentation?

Runnable code blocks allow you to execute small shell or PowerShell commands directly in Markdown docs to demonstrate steps and test commands using MdExplorer extensions.

What are the limitations of standard Markdown rendering compared to MdExplorer extensions?

Standard Markdown rendering lacks inline file embedding, HTML previews, runnable code blocks, and interactive PlantUML diagrams, which MdExplorer extensions provide for reproducible documentation.