Other: Aligned the use of the `heading` command to changes in the ckeditor5-heading package. Closes #20.
@@ -93,7 +93,7 @@ export default class Autoformat extends Plugin {
this.editor.execute( 'heading', {
batch,
- formatId: `heading${ headingLevel }`
+ id: `heading${ headingLevel }`
} );
}