Skip to content

Commit

Permalink
Merge pull request #1624 from UziTech/release-0.8.2
Browse files Browse the repository at this point in the history
Release 0.8.2
  • Loading branch information
UziTech committed Mar 22, 2020
2 parents 17ee15f + 19f0d4f commit 4af69d3
Show file tree
Hide file tree
Showing 4 changed files with 1,033 additions and 1,056 deletions.
24 changes: 6 additions & 18 deletions lib/marked.js
Expand Up @@ -518,9 +518,7 @@
* Block Lexer
*/

var Lexer_1 =
/*#__PURE__*/
function () {
var Lexer_1 = /*#__PURE__*/function () {
function Lexer(options) {
this.tokens = [];
this.tokens.links = Object.create(null);
Expand Down Expand Up @@ -888,9 +886,7 @@
* Renderer
*/

var Renderer_1 =
/*#__PURE__*/
function () {
var Renderer_1 = /*#__PURE__*/function () {
function Renderer(options) {
this.options = options || defaults$2;
}
Expand Down Expand Up @@ -1035,9 +1031,7 @@
/**
* Slugger generates header id
*/
var Slugger_1 =
/*#__PURE__*/
function () {
var Slugger_1 = /*#__PURE__*/function () {
function Slugger() {
this.seen = {};
}
Expand Down Expand Up @@ -1077,9 +1071,7 @@
* Inline Lexer & Compiler
*/

var InlineLexer_1 =
/*#__PURE__*/
function () {
var InlineLexer_1 = /*#__PURE__*/function () {
function InlineLexer(links, options) {
this.options = options || defaults$3;
this.links = links;
Expand Down Expand Up @@ -1379,9 +1371,7 @@
* TextRenderer
* returns only the textual part of the token
*/
var TextRenderer_1 =
/*#__PURE__*/
function () {
var TextRenderer_1 = /*#__PURE__*/function () {
function TextRenderer() {}

var _proto = TextRenderer.prototype;
Expand Down Expand Up @@ -1433,9 +1423,7 @@
* Parsing & Compiling
*/

var Parser_1 =
/*#__PURE__*/
function () {
var Parser_1 = /*#__PURE__*/function () {
function Parser(options) {
this.tokens = [];
this.token = null;
Expand Down

1 comment on commit 4af69d3

@vercel
Copy link

@vercel vercel bot commented on 4af69d3 Mar 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.