showdownjs/showdown

View on GitHub
src/subParsers/makehtml/tables.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function parseTable has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function parseTable (rawTable) {
    var i, tableLines = rawTable.split('\n');

    for (i = 0; i < tableLines.length; ++i) {
      // strip wrong first and last column if wrapped tables are used
Severity: Major
Found in src/subParsers/makehtml/tables.js - About 2 hrs to fix

There are no issues that match your filters.

Category
Status