✓ Verified 💻 Development ✓ Enhanced Data

Md Table Image

Render markdown tables as PNG images.

Rating
5 (143 reviews)
Downloads
1,119 downloads
Version
1.0.0

Overview

Render markdown tables as PNG images.

Complete Documentation

View Source →

MD Table Image

Renders markdown (especially tables) into a styled PNG image.

Usage

bash
node {baseDir}/scripts/render.mjs "markdown content" -o /path/to/output.png

Or pipe markdown in:

bash
echo "| A | B |\n|---|---|\n| 1 | 2 |" | node {baseDir}/scripts/render.mjs -o /path/to/output.png

Options

  • -o : Output PNG path (default: /tmp/table.png)
  • --title : Optional title above the table
  • --width : Viewport width (default: 800)
  • --dark: Dark theme

When to Use

Always use this skill when sending tables to chat. Render the table as an image and send the image instead of raw markdown.

Installation

Terminal bash

openclaw install md-table-image
    
Copied!

Tags

#devops_and-cloud

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author kirorab
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install md-table-image