From e4d57fbb10378a6096dd56535b23ce393445b7f7 Mon Sep 17 00:00:00 2001 From: Marius Halden Date: Sat, 21 Mar 2015 18:36:12 +0100 Subject: Don't add unnecessary part on the start of table. --- convert.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert.pl b/convert.pl index 8533044..e622f83 100755 --- a/convert.pl +++ b/convert.pl @@ -61,7 +61,7 @@ sub o_list { ## A very primitive approach to table conversion, ## but it should work for pandoc output. sub we_can_has_tables { - print "||"; + #print "||"; while (($line = <$fh>)) { chomp $line; -- cgit v1.2.3