tylingsoft/markdown-core

View on GitHub

Showing 1 of 1 total issue

Function constructor has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  constructor (options = {}, plugins = []) {
    this.mdc = markdownIt(options)
    if (options.linkify === true) {
      this.mdc.linkify.set({ fuzzyLink: false })
    }
Severity: Minor
Found in src/engine.js - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language