FreeStyleWiki
Revision | 872f02cb482129c6de5affec10e44f71e6f12d13 (tree) |
---|---|
Zeit | 2018-10-18 13:48:39 |
Autor | kgsoft <kgsoft@user...> |
Commiter | kgsoft |
BugTrack-wiki/352 : ブロック書式のエスケープ処理を修正
@@ -82,7 +82,7 @@ sub parse { | ||
82 | 82 | } |
83 | 83 | |
84 | 84 | # ¥Ö¥í¥Ã¥¯½ñ¼°¤Î¥¨¥¹¥±¡¼¥× |
85 | - if($word2 eq "\\\\" || $word1 eq "\\"){ | |
85 | + if(!$self->{block} && ($word2 eq "\\\\" || $word1 eq "\\")){ | |
86 | 86 | my @obj = $self->parse_line(substr($line, 1)); |
87 | 87 | $self->l_text(\@obj); |
88 | 88 | next; |