File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2457,7 +2457,7 @@ LEVEL = Info
2457
2457
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2458
2458
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2459
2459
; ; Set the maximum number of characters in a mermaid source. (Set to -1 to disable limits)
2460
- ; MERMAID_MAX_SOURCE_CHARACTERS = 5000
2460
+ ; MERMAID_MAX_SOURCE_CHARACTERS = 50000
2461
2461
2462
2462
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
2463
2463
; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ func loadMarkupFrom(rootCfg ConfigProvider) {
127
127
}
128
128
}
129
129
130
- MermaidMaxSourceCharacters = rootCfg .Section ("markup" ).Key ("MERMAID_MAX_SOURCE_CHARACTERS" ).MustInt (5000 )
130
+ MermaidMaxSourceCharacters = rootCfg .Section ("markup" ).Key ("MERMAID_MAX_SOURCE_CHARACTERS" ).MustInt (50000 )
131
131
ExternalMarkupRenderers = make ([]* MarkupRenderer , 0 , 10 )
132
132
ExternalSanitizerRules = make ([]MarkupSanitizerRule , 0 , 10 )
133
133
You can’t perform that action at this time.
0 commit comments