Install
openclaw skills install @dinghaibin/markdown-toolConvert Markdown text to HTML and other formats. Use for documentation generation, content formatting, and text transformation.
openclaw skills install @dinghaibin/markdown-toolConvert Markdown-formatted text to HTML with support for headings, lists, code blocks, tables, and inline formatting.
markdown-tool [options] <file>
markdown-tool README.md > index.html
markdown-tool --toc doc.md
echo "# Hello" | markdown-tool