ryohek 5 lat temu
rodzic
commit
6acda9eadb

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

@@ -4,7 +4,7 @@
 class MarkdownLinkUtil {
 class MarkdownLinkUtil {
 
 
   constructor() {
   constructor() {
-    // https://regex101.com/r/1UuWBJ/7
+    // https://regex101.com/r/1UuWBJ/8
     this.linePartOfLink = /(\[+(.*)+\]){1}(\(+(.*)+\)){1}/;
     this.linePartOfLink = /(\[+(.*)+\]){1}(\(+(.*)+\)){1}/;
     this.isInLink = this.isInLink.bind(this);
     this.isInLink = this.isInLink.bind(this);
   }
   }