Convert 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
共 1 个版本