diff options
Diffstat (limited to 'convert.pl')
-rwxr-xr-x | convert.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |