getlackey/lackey-cms

View on GitHub
modules/cms/shared/markdown.js

Summary

Maintainability
A
1 hr
Test Coverage

Function toHTML has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        toHTML(markdown, parentTag, editMode) {

            let marked = new MarkdownIt({
                html: true
            });
Severity: Minor
Found in modules/cms/shared/markdown.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status