Skip to content

Commit

Permalink
revert markedjs#2223
Browse files Browse the repository at this point in the history
  • Loading branch information
UziTech committed Oct 6, 2021
1 parent 6c65489 commit 6e5758d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/marked.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,12 +335,3 @@ marked.Slugger = Slugger;
marked.parse = marked;

module.exports = marked;
module.exports.parse = marked;
module.exports.Parser = Parser;
module.exports.parser = Parser.parse;
module.exports.Renderer = Renderer;
module.exports.TextRenderer = TextRenderer;
module.exports.Lexer = Lexer;
module.exports.lexer = Lexer.lex;
module.exports.Tokenizer = Tokenizer;
module.exports.Slugger = Slugger;

0 comments on commit 6e5758d

Please sign in to comment.