OSDN Git Service

fix replace rule master
authorISHIKAWA Mutsumi <ishikawa@hanzubon.jp>
Mon, 26 Dec 2011 07:37:47 +0000 (16:37 +0900)
committerISHIKAWA Mutsumi <ishikawa@hanzubon.jp>
Mon, 26 Dec 2011 07:37:47 +0000 (16:37 +0900)
conv.pl

diff --git a/conv.pl b/conv.pl
index 70491f5..a2e8082 100755 (executable)
--- a/conv.pl
+++ b/conv.pl
@@ -12,8 +12,8 @@ my $text = <IF>;
 close(IF);
 
 $text = decode('utf8', $text);
-$text =~ s/^\*/= /mg;
-$text =~ s/^\*\*/== /mg;
+$text =~ s/^\* /= /mg;
+$text =~ s/^\*\* /== /mg;
 $text =~ s/^\- /  * /mg;
 $text =~ s/^\-- /    * /mg;
 $text =~ s/^\--- /      * /mg;