build
This commit is contained in:
parent
d7b05cbff3
commit
38403c01e4
@ -518,9 +518,7 @@
|
|||||||
* Block Lexer
|
* Block Lexer
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var Lexer_1 =
|
var Lexer_1 = /*#__PURE__*/function () {
|
||||||
/*#__PURE__*/
|
|
||||||
function () {
|
|
||||||
function Lexer(options) {
|
function Lexer(options) {
|
||||||
this.tokens = [];
|
this.tokens = [];
|
||||||
this.tokens.links = Object.create(null);
|
this.tokens.links = Object.create(null);
|
||||||
@ -888,9 +886,7 @@
|
|||||||
* Renderer
|
* Renderer
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var Renderer_1 =
|
var Renderer_1 = /*#__PURE__*/function () {
|
||||||
/*#__PURE__*/
|
|
||||||
function () {
|
|
||||||
function Renderer(options) {
|
function Renderer(options) {
|
||||||
this.options = options || defaults$2;
|
this.options = options || defaults$2;
|
||||||
}
|
}
|
||||||
@ -1035,9 +1031,7 @@
|
|||||||
/**
|
/**
|
||||||
* Slugger generates header id
|
* Slugger generates header id
|
||||||
*/
|
*/
|
||||||
var Slugger_1 =
|
var Slugger_1 = /*#__PURE__*/function () {
|
||||||
/*#__PURE__*/
|
|
||||||
function () {
|
|
||||||
function Slugger() {
|
function Slugger() {
|
||||||
this.seen = {};
|
this.seen = {};
|
||||||
}
|
}
|
||||||
@ -1077,9 +1071,7 @@
|
|||||||
* Inline Lexer & Compiler
|
* Inline Lexer & Compiler
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var InlineLexer_1 =
|
var InlineLexer_1 = /*#__PURE__*/function () {
|
||||||
/*#__PURE__*/
|
|
||||||
function () {
|
|
||||||
function InlineLexer(links, options) {
|
function InlineLexer(links, options) {
|
||||||
this.options = options || defaults$3;
|
this.options = options || defaults$3;
|
||||||
this.links = links;
|
this.links = links;
|
||||||
@ -1379,9 +1371,7 @@
|
|||||||
* TextRenderer
|
* TextRenderer
|
||||||
* returns only the textual part of the token
|
* returns only the textual part of the token
|
||||||
*/
|
*/
|
||||||
var TextRenderer_1 =
|
var TextRenderer_1 = /*#__PURE__*/function () {
|
||||||
/*#__PURE__*/
|
|
||||||
function () {
|
|
||||||
function TextRenderer() {}
|
function TextRenderer() {}
|
||||||
|
|
||||||
var _proto = TextRenderer.prototype;
|
var _proto = TextRenderer.prototype;
|
||||||
@ -1433,9 +1423,7 @@
|
|||||||
* Parsing & Compiling
|
* Parsing & Compiling
|
||||||
*/
|
*/
|
||||||
|
|
||||||
var Parser_1 =
|
var Parser_1 = /*#__PURE__*/function () {
|
||||||
/*#__PURE__*/
|
|
||||||
function () {
|
|
||||||
function Parser(options) {
|
function Parser(options) {
|
||||||
this.tokens = [];
|
this.tokens = [];
|
||||||
this.token = null;
|
this.token = null;
|
||||||
|
2
marked.min.js
vendored
2
marked.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user