Skip to content
Snippets Groups Projects
Commit 3880184b authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

FIX: Add missing ')'

parent dfbeb33d
Branches main
Tags v0.0.3
No related merge requests found
......@@ -122,7 +122,7 @@ export default class ComplexitywikiPlugins extends Plugin {
this.listenTo( view, 'execute', () => {
model.change( writer => {
const textNode = writer.createText( '[<link text (optional)>](entity:<id or id.propertyName>', { 'code': true } );
const textNode = writer.createText( '[<link text (optional)>](entity:<id or id.propertyName>)', { 'code': true } );
model.insertContent( textNode );
} );
} );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment