Documentation

Inline

inline.format

Arguments
nodes ArrayArray of the formatted inline elements.

Occurs whenever an editable block is formatted with inline tags.

ArticleEditor('#entry', {
    css: '/your-article-dist-path/',
    subscribe: {
        'inline.format': function(event) {
            ...
        }
    }
});