Register an extension Group that subsequently registers extensions.
Optional name followed by a Group class, instance, or function.
the registered group.
Extensions.register(UmlExtensions)Extensions.register('uml', UmlExtensions)Extensions.register(function () { this.blockMacro('plantuml', PlantUmlBlock) })Extensions.register('uml', function () { this.blockMacro('plantuml', PlantUmlBlock) }) Copy
Extensions.register(UmlExtensions)Extensions.register('uml', UmlExtensions)Extensions.register(function () { this.blockMacro('plantuml', PlantUmlBlock) })Extensions.register('uml', function () { this.blockMacro('plantuml', PlantUmlBlock) })
Register an extension Group that subsequently registers extensions.