Skip to content

Commit

Permalink
Why doesn't this plugin work like EVERY other??
Browse files Browse the repository at this point in the history
  • Loading branch information
Rackover committed Mar 5, 2021
1 parent 9117ebc commit a494c4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ const cheerio = require('cheerio')
const mdContainer = require('markdown-it-container');
const mdAnchor = require('markdown-it-anchor');
const mdTable = require('markdown-it-multimd-table');
const mdColor = require('markdown-it-color');
const mdColor = require('markdown-it-color').colorPlugin;


const _ = require('lodash')
const mdRemove = require('remove-markdown')
Expand Down

0 comments on commit a494c4b

Please sign in to comment.