1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Merge pull request #1916 from yosmoc/configuable_plantuml_server

Configurable plantuml server
This commit is contained in:
Junyoung Choi (Sai)
2018-05-15 20:02:11 +09:00
committed by GitHub
17 changed files with 32 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ export const DEFAULT_CONFIG = {
latexInlineClose: '$',
latexBlockOpen: '$$',
latexBlockClose: '$$',
plantUMLServerAddress: 'http://www.plantuml.com/plantuml',
scrollPastEnd: false,
smartQuotes: true,
sanitize: 'STRICT' // 'STRICT', 'ALLOW_STYLES', 'NONE'