Create a Markdown plugin to export tables into Markdown format ``` sql REQUIRE MD; SELECT * INTO MD("README.md",{headers:true}) FROM one ```