ryohek %!s(int64=5) %!d(string=hai) anos
pai
achega
91fb532c5a
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/client/js/components/PageEditor/MarkdownLinkUtil.js

+ 2 - 1
src/client/js/components/PageEditor/MarkdownLinkUtil.js

@@ -4,7 +4,8 @@
 class MarkdownLinkUtil {
 class MarkdownLinkUtil {
 
 
   constructor() {
   constructor() {
-    this.linePartOfTableRE = /^([^\r\n|]*)\|(([^\r\n|]*\|)+)$/;
+    // TODO Regular expression for link
+    this.linePartOfLink = /^([^\r\n|]*)\|(([^\r\n|]*\|)+)$/;
     this.isInTable = this.isInTable.bind(this);
     this.isInTable = this.isInTable.bind(this);
   }
   }