OSDN Git Service

fencedCode bug fix
authorSet <set.minami@gmail.com>
Thu, 15 Aug 2013 05:43:33 +0000 (14:43 +0900)
committerSet <set.minami@gmail.com>
Thu, 15 Aug 2013 05:43:33 +0000 (14:43 +0900)
src/main/scala/org/blackquill/engine/BQParser.scala

index b4c9afa..b7eaf0b 100644 (file)
@@ -527,7 +527,7 @@ class BQParser {
                        }
                        log debug (System.currentTimeMillis() - start).toString + " msec"
                        return fencedCode(bef,regex,"code") +
-                               s"<pre $specialAttr><$TAG>\\\\," + ltgtExpand(inCode) + s"</$TAG></pre>" +
+                               s"<pre $specialAttr><$TAG>\\\\," + /*ltgtExpand(inCode)*/inCode + s"</$TAG></pre>" +
                                        fencedCode(fol,regex,TAG)
                }else{return doc}