#!/usr/bin/perl # work around smart quote handling not smart enough use warnings; use strict; use Path::Tiny; use Regexp::Common qw(net); my $infile = shift; my $outfile = shift || $infile; $_ = path($infile)->slurp_utf8; # "pandoc --smart" apparently ignores en- and em-dashes with mediawiki. s/Space,Str "--",Space/Space,Str "\\8212",Space/g; path($outfile)->spew_utf8($_); 1; tags/57/92/159507718268.3918.2683055933856606141@wilder.debian.org/unread?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/tags/57/92/159507718268.3918.2683055933856606141@wilder.debian.org/unread
diff options
context:
space:
mode:
Diffstat (limited to 'tags/57/92/159507718268.3918.2683055933856606141@wilder.debian.org/unread')
-rw-r--r--tags/57/92/159507718268.3918.2683055933856606141@wilder.debian.org/unread0
1 files changed, 0 insertions, 0 deletions