markmap-lib
Advanced tools
Comparing version 0.13.0 to 0.13.1
@@ -1,2 +0,2 @@ | ||
/*! markmap-lib v0.13.0 | MIT License */ | ||
/*! markmap-lib v0.13.1 | MIT License */ | ||
import _extends from '@babel/runtime/helpers/esm/extends'; | ||
@@ -11,3 +11,3 @@ import { persistCSS, persistJS, wrapFunction, Hook } from 'markmap-common'; | ||
const template = "<!DOCTYPE html>\n<html>\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n<title>Markmap</title>\n<style>\n* {\n margin: 0;\n padding: 0;\n}\n#mindmap {\n display: block;\n width: 100vw;\n height: 100vh;\n}\n</style>\n<!--CSS-->\n</head>\n<body>\n<svg id=\"mindmap\"></svg>\n<!--JS-->\n</body>\n</html>\n"; | ||
const BASE_JS = [`https://cdn.jsdelivr.net/npm/d3@${"6.7.0"}`, `https://cdn.jsdelivr.net/npm/markmap-view@${"0.13.0"}`].map(src => ({ | ||
const BASE_JS = [`https://cdn.jsdelivr.net/npm/d3@${"6.7.0"}`, `https://cdn.jsdelivr.net/npm/markmap-view@${"0.13.1"}`].map(src => ({ | ||
type: 'script', | ||
@@ -150,3 +150,3 @@ data: { | ||
data: { | ||
href: `https://cdn.jsdelivr.net/npm/prismjs@${"1.28.0"}/themes/prism.css` | ||
href: `https://cdn.jsdelivr.net/npm/prismjs@${"1.25.0"}/themes/prism.css` | ||
} | ||
@@ -153,0 +153,0 @@ }] |
@@ -1,2 +0,2 @@ | ||
/*! markmap-lib v0.13.0 | MIT License */ | ||
/*! markmap-lib v0.13.1 | MIT License */ | ||
'use strict'; | ||
@@ -21,3 +21,3 @@ | ||
const template = "<!DOCTYPE html>\n<html>\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<meta http-equiv=\"X-UA-Compatible\" content=\"ie=edge\">\n<title>Markmap</title>\n<style>\n* {\n margin: 0;\n padding: 0;\n}\n#mindmap {\n display: block;\n width: 100vw;\n height: 100vh;\n}\n</style>\n<!--CSS-->\n</head>\n<body>\n<svg id=\"mindmap\"></svg>\n<!--JS-->\n</body>\n</html>\n"; | ||
const BASE_JS = [`https://cdn.jsdelivr.net/npm/d3@${"6.7.0"}`, `https://cdn.jsdelivr.net/npm/markmap-view@${"0.13.0"}`].map(src => ({ | ||
const BASE_JS = [`https://cdn.jsdelivr.net/npm/d3@${"6.7.0"}`, `https://cdn.jsdelivr.net/npm/markmap-view@${"0.13.1"}`].map(src => ({ | ||
type: 'script', | ||
@@ -160,3 +160,3 @@ data: { | ||
data: { | ||
href: `https://cdn.jsdelivr.net/npm/prismjs@${"1.28.0"}/themes/prism.css` | ||
href: `https://cdn.jsdelivr.net/npm/prismjs@${"1.25.0"}/themes/prism.css` | ||
} | ||
@@ -163,0 +163,0 @@ }] |
{ | ||
"name": "markmap-lib", | ||
"version": "0.13.0", | ||
"version": "0.13.1", | ||
"description": "Visualize your Markdown as mindmaps with Markmap", | ||
@@ -38,3 +38,3 @@ "author": "Gerald <gera2ld@live.com>", | ||
"@types/remarkable": "^2.0.3", | ||
"markmap-view": "^0.13.0" | ||
"markmap-view": "^0.13.1" | ||
}, | ||
@@ -50,3 +50,3 @@ "dependencies": { | ||
}, | ||
"gitHead": "4f5096be2e5ee0d666c0868dbb0d163b19b00ffe" | ||
"gitHead": "c23f372da8c72b8053659cfbb9583c027dea6dab" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display