Refactor to md and Add Padding for Pretty Flag (#2678)

* refactor and cleanup to md

* Add padding around values in each row

* Add padding to test

* Update code to satisfy Clippy and pass other failing tests
This commit is contained in:
Joseph T. Lyons
2020-10-19 02:58:24 -04:00
committed by GitHub
parent e626522b3a
commit 2fd464bf7b
2 changed files with 98 additions and 63 deletions

View File

@ -33,5 +33,5 @@ fn out_md_table_pretty() {
"#
));
assert_eq!(actual.out, "|name ||------||joseph|");
assert_eq!(actual.out, "| name || ------ || joseph |");
}