summaryrefslogtreecommitdiffstats
path: root/convert.pl
diff options
context:
space:
mode:
Diffstat (limited to 'convert.pl')
-rwxr-xr-xconvert.pl2
1 files changed, 1 insertions, 1 deletions
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;