Markdown
- How I preview Markdown as HTML before publishing it
Markdown is convenient to write, but I still want to preview the rendered result before publishing. The Markdown to HTML tool helps me inspect the input and output without writing a one-off script first.
- How I turn terminal tables into Markdown or CSV
Terminal output is readable to humans, but often awkward to paste into docs, spreadsheets, or issue reports. The CLI Table Converter tool helps me inspect the input and output without writing a one-off script first.