Add markdown output (#1503)

This commit is contained in:
Jonathan Turner
2020-03-20 08:18:24 +13:00
committed by GitHub
parent 21a543a901
commit 1e343ff00c
6 changed files with 108 additions and 2 deletions

View File

@ -2,6 +2,7 @@ mod bson;
mod csv;
mod html;
mod json;
mod markdown;
mod ods;
mod sqlite;
mod ssv;