Function: directivesPlugin()

directivesPlugin(params?): RealmPlugin

A plugin that adds support for markdown directives.

Parameters

ParameterTypeDescription
params?object-
params.directiveDescriptors?DirectiveDescriptor<any>[]Use this to register your custom directive editors. You can also use the built-in GenericDirectiveEditor.

Returns

RealmPlugin