wyhaya / lok

Count the number of codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Output table in Markdown format

cwellsx opened this issue · comments

A neat extra feature could be to output the table in GitHub Markdown table format (instead of ASCII graphics).

That could look better, if it's then converted from Markdown to HTML, and/or if it's copied-and-pasted into a Markdown document.

Output markdown and html formats are now supported.

lok -o html > code.html
lok -o markdown > code.md