Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca40905

Browse files
committed
建立matcher缓存池,极大地提升了效率
1 parent cc8d549 commit ca40905

File tree

2 files changed

+110
-92
lines changed

2 files changed

+110
-92
lines changed

markdown/src/main/java/com/zzhoujay/markdown/parser/Tag.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,6 @@ public class Tag {
3737
public static final int GAP = 27;
3838
public static final int H1_2 = 28;
3939
public static final int H2_2 = 29;
40+
public static final int CODE=30;
4041

4142
}

0 commit comments

Comments
 (0)