From: Zachary Vance Date: Fri, 13 Mar 2015 21:09:19 +0000 (-0700) Subject: Style markdown tables to be visible X-Git-Url: https://git.za3k.com/?a=commitdiff_plain;h=215933a0d5f8e4ffc907d911bebbb1eaeea4a4a1;p=za3k.git Style markdown tables to be visible --- diff --git a/journal/markdown.css b/journal/markdown.css new file mode 100644 index 0000000..baf1aef --- /dev/null +++ b/journal/markdown.css @@ -0,0 +1,3 @@ +table { + border: 2; +}