Skip to content

Commit 50cc648

Browse files
committed
set default plantuml server
1 parent a794680 commit 50cc648

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

browser/main/lib/ConfigManager.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ export const DEFAULT_CONFIG = {
5353
latexInlineClose: '$',
5454
latexBlockOpen: '$$',
5555
latexBlockClose: '$$',
56+
plantUMLServerAddress: 'http://www.plantuml.com/plantuml',
5657
scrollPastEnd: false,
5758
smartQuotes: true,
5859
sanitize: 'STRICT' // 'STRICT', 'ALLOW_STYLES', 'NONE'

0 commit comments

Comments
 (0)