Skip to content

Commit

Permalink
#59 Use PlantUML render server of the CES
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Czora committed May 23, 2018
1 parent af31223 commit 0bff03d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/js/wiki/components/MarkdownEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class MarkdownEditor extends Component<Props,State> {
previewStyle: 'vertical',
initialEditType: 'markdown',
initialValue: this.props.content,
exts: ['scrollSync', 'colorSyntax', 'uml', 'chart', 'mark', 'table', 'taskCounter']
exts: ['scrollSync', 'colorSyntax', {name: 'uml', rendererURL: '/plantuml/png/'}, 'chart', 'mark', 'table', 'taskCounter']
});
}

Expand Down

0 comments on commit 0bff03d

Please sign in to comment.