mirror of
https://github.com/nushell/nushell.git
synced 2025-06-05 17:46:44 +02:00
* Fix <table> output of 'to html', Specifically, add <thead> and <tbody> elements. That allows for better styling and (future) some neat JavaScript. * Update tests for previous <table> changes.