mirror of https://github.com/halo-dev/halo
🔨 remove main method from MarkdownUtils.java
parent
41d55d94cc
commit
5474e880f3
|
@ -77,8 +77,4 @@ public class MarkdownUtils {
|
||||||
document.accept(visitor);
|
document.accept(visitor);
|
||||||
return visitor.getData();
|
return visitor.getData();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void main(String[] args) {
|
|
||||||
System.out.println("[bilibili:44971847]".replaceAll(HaloConst.BILIBILI_VIDEO_REG_PATTERN, HaloConst.BILIBILI_VIDEO_IFRAME));
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue