$console
$console : \Zend\Console\Adapter\AbstractAdapter
The console adapter used for rendering color output.
Render output as Markdown. For more information, see:
http://daringfireball.net/projects/markdown/
table(array $rows)
Display a table. The supplied array should have the row title as the keys and the descriptions as the array values.
This doesn't actually use any Markdown extenstion syntax for tables, so it might be worth looking into that possibility, if we do plan to transform the Markdown to HTML at some point.
array | $rows |
unorderedList(array $items) : \Dewdrop\Cli\Renderer\RendererInterface
Display an unordered (bulleted) list.
array | $items |