From 1d2b6b460169cbb3965577349984e9a353300ff5 Mon Sep 17 00:00:00 2001 From: Reydescel Rodriguez Date: Sat, 27 Feb 2021 03:30:23 -0700 Subject: [PATCH] Running Prettier --Write to format all code --- .prettierrc.json | 8 +- index.js | 83 +-- package-lock.json | 1230 ++++++++++++++++----------------- package.json | 58 +- site/html/github/index.html | 4 +- site/html/index.html | 289 +++++--- vital/404.html | 183 +++-- vital/pages/editor/index.html | 334 +++++---- vital/pages/search/index.html | 281 +++++--- vital/public/search.js | 12 +- vital/public/style.css | 904 ++++++++++++------------ vital/searchtemplate.html | 276 +++++--- vital/template.html | 170 +++-- 13 files changed, 2146 insertions(+), 1686 deletions(-) diff --git a/.prettierrc.json b/.prettierrc.json index 0967ef4..bff1510 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1 +1,7 @@ -{} +{ + "printWidth": 120, + "trailingComma": "es5", + "tabWidth": 4, + "semi": true, + "singleQuote": true +} diff --git a/index.js b/index.js index a95a196..adbadb1 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,8 @@ -var showdown = require('showdown'); -converter = new showdown.Converter({tables: 'true', simplifiedAutoLink: 'true'}); +var showdown = require('showdown'); +converter = new showdown.Converter({ + tables: 'true', + simplifiedAutoLink: 'true', +}); // converter = converter.setOption('tables', 'true') // converter = converter.setOption('simplifiedAutoLink','true'); var css = 'https://markdownpedia.tk/server/vital/style.css'; @@ -11,57 +14,57 @@ var template = fs.readFileSync('vital/template.html') + ''; var listofFiles = []; -fsExtra.emptyDirSync('site/html'); +fsExtra.emptyDirSync('site/html'); var e404 = fs.readFileSync('vital/404.md') + ''; var html = converter.makeHtml(e404); html = template.replace('{markdown}', html); fs.writeFileSync('vital/404.html', html); -getfiles('site/markdown'); -function getfiles(dir){ - var files = fs.readdirSync(dir); - var i = 0; - while (i < files.length){ - var now = getSecondPart(files[i]); - if (now == 'md'){ - convert(files[i], dir); +getfiles('site/markdown'); +function getfiles(dir) { + var files = fs.readdirSync(dir); + var i = 0; + while (i < files.length) { + var now = getSecondPart(files[i]); + if (now == 'md') { + convert(files[i], dir); + } else { + getfiles(dir + '/' + files[i]); + } + i++; } - else{ - getfiles(dir + '/' + files[i]); - } - i++; - } } var i = 0; var text = ''; -while (i < listofFiles.length){ - var replaceText = listofFiles[i].replace('/', ''); - if (replaceText == ''){ - replaceText = 'home'; - } - text += "
  • " + replaceText + "
  • "; - i ++; +while (i < listofFiles.length) { + var replaceText = listofFiles[i].replace('/', ''); + if (replaceText == '') { + replaceText = 'home'; + } + text += + "
  • ' + replaceText + '
  • '; + i++; } -fs.writeFileSync('vital/pages/search/index.html',search.replace('{list}', text)); +fs.writeFileSync('vital/pages/search/index.html', search.replace('{list}', text)); -function convert(file, dir){ - var filename = dir + '/' + file; - var content = converter.makeHtml(fs.readFileSync(filename) + ''); - filename = filename.replace('site/markdown', 'site/html'); - filename = filename.replace('.md', '.html'); - var data = template.replace('{markdown}', content); - checkIfDir(dir.replace('site/markdown', 'site/html')); - fs.writeFileSync(filename, data); - listofFiles.push(dir.replace('site/markdown','')); - console.log('File is ' + file + ' and is in ' + dir); +function convert(file, dir) { + var filename = dir + '/' + file; + var content = converter.makeHtml(fs.readFileSync(filename) + ''); + filename = filename.replace('site/markdown', 'site/html'); + filename = filename.replace('.md', '.html'); + var data = template.replace('{markdown}', content); + checkIfDir(dir.replace('site/markdown', 'site/html')); + fs.writeFileSync(filename, data); + listofFiles.push(dir.replace('site/markdown', '')); + console.log('File is ' + file + ' and is in ' + dir); } function getSecondPart(str) { - return str.split('.')[1]; + return str.split('.')[1]; } -function checkIfDir(dir){ - if (!fs.existsSync(dir)){ - fs.mkdirSync(dir); - } -} \ No newline at end of file +function checkIfDir(dir) { + if (!fs.existsSync(dir)) { + fs.mkdirSync(dir); + } +} diff --git a/package-lock.json b/package-lock.json index fb3af6b..6a27eaa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,620 +1,620 @@ { - "name": "markdownpedia", - "version": "1.0.0", - "lockfileVersion": 1, - "requires": true, - "dependencies": { - "accepts": { - "version": "1.3.7", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", - "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", - "requires": { - "mime-types": "~2.1.24", - "negotiator": "0.6.2" - } - }, - "ansi-regex": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", - "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" - }, - "ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "requires": { - "color-convert": "^1.9.0" - } - }, - "array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" - }, - "at-least-node": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", - "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==" - }, - "body-parser": { - "version": "1.19.0", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", - "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", - "requires": { - "bytes": "3.1.0", - "content-type": "~1.0.4", - "debug": "2.6.9", - "depd": "~1.1.2", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "on-finished": "~2.3.0", - "qs": "6.7.0", - "raw-body": "2.4.0", - "type-is": "~1.6.17" - } - }, - "bytes": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", - "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" - }, - "camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" - }, - "cliui": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", - "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", - "requires": { - "string-width": "^3.1.0", - "strip-ansi": "^5.2.0", - "wrap-ansi": "^5.1.0" - } - }, - "color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "requires": { - "color-name": "1.1.3" - } - }, - "color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" - }, - "content-disposition": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", - "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", - "requires": { - "safe-buffer": "5.1.2" - } - }, - "content-type": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", - "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" - }, - "cookie": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", - "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==" - }, - "cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" - }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" - } - }, - "decamelize": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" - }, - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" - }, - "destroy": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", - "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" - }, - "ee-first": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" - }, - "emoji-regex": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", - "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" - }, - "encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" - }, - "escape-html": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" - }, - "etag": { - "version": "1.8.1", - "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", - "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" - }, - "express": { - "version": "4.17.1", - "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", - "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", - "requires": { - "accepts": "~1.3.7", - "array-flatten": "1.1.1", - "body-parser": "1.19.0", - "content-disposition": "0.5.3", - "content-type": "~1.0.4", - "cookie": "0.4.0", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "~1.1.2", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "~1.1.2", - "fresh": "0.5.2", - "merge-descriptors": "1.0.1", - "methods": "~1.1.2", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.7", - "proxy-addr": "~2.0.5", - "qs": "6.7.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.1.2", - "send": "0.17.1", - "serve-static": "1.14.1", - "setprototypeof": "1.1.1", - "statuses": "~1.5.0", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" - } - }, - "finalhandler": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", - "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", - "requires": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "~2.3.0", - "parseurl": "~1.3.3", - "statuses": "~1.5.0", - "unpipe": "~1.0.0" - } - }, - "find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "requires": { - "locate-path": "^3.0.0" - } - }, - "forwarded": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", - "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=" - }, - "fresh": { - "version": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" - }, - "fs-extra": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", - "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", - "requires": { - "at-least-node": "^1.0.0", - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - } - }, - "get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" - }, - "graceful-fs": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz", - "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==" - }, - "http-errors": { - "version": "1.7.2", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", - "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - } - }, - "iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "requires": { - "safer-buffer": ">= 2.1.2 < 3" - } - }, - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" - }, - "ipaddr.js": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" - }, - "is-fullwidth-code-point": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", - "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" - }, - "jsonfile": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", - "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", - "requires": { - "graceful-fs": "^4.1.6", - "universalify": "^2.0.0" - } - }, - "locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "requires": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" - } - }, - "media-typer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" - }, - "merge-descriptors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", - "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" - }, - "methods": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" - }, - "mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" - }, - "mime-db": { - "version": "1.45.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.45.0.tgz", - "integrity": "sha512-CkqLUxUk15hofLoLyljJSrukZi8mAtgd+yE5uO4tqRZsdsAJKv0O+rFMhVDRJgozy+yG6md5KwuXhD4ocIoP+w==" - }, - "mime-types": { - "version": "2.1.28", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.28.tgz", - "integrity": "sha512-0TO2yJ5YHYr7M2zzT7gDU1tbwHxEUWBCLt0lscSNpcdAfFyJOVEpRYNS7EXVcTLNj/25QO8gulHC5JtTzSE2UQ==", - "requires": { - "mime-db": "1.45.0" - } - }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" - }, - "negotiator": { - "version": "0.6.2", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", - "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==" - }, - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", - "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", - "requires": { - "ee-first": "1.1.1" - } - }, - "p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "requires": { - "p-try": "^2.0.0" - } - }, - "p-locate": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "requires": { - "p-limit": "^2.0.0" - } - }, - "p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" - }, - "parseurl": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" - }, - "path-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" - }, - "path-to-regexp": { - "version": "0.1.7", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", - "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" - }, - "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", - "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==" - }, - "prettier": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.2.1.tgz", - "integrity": "sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==", - "dev": true - }, - "proxy-addr": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz", - "integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==", - "requires": { - "forwarded": "~0.1.2", - "ipaddr.js": "1.9.1" - } - }, - "qs": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", - "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" - }, - "range-parser": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" - }, - "raw-body": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", - "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", - "requires": { - "bytes": "3.1.0", - "http-errors": "1.7.2", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" - } - }, - "readdirp": { - "version": "3.5.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz", - "integrity": "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==", - "requires": { - "picomatch": "^2.2.1" - } - }, - "require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" - }, - "require-main-filename": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", - "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - }, - "safer-buffer": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", - "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" - }, - "send": { - "version": "0.17.1", - "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", - "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", - "requires": { - "debug": "2.6.9", - "depd": "~1.1.2", - "destroy": "~1.0.4", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "~1.7.2", - "mime": "1.6.0", - "ms": "2.1.1", - "on-finished": "~2.3.0", - "range-parser": "~1.2.1", - "statuses": "~1.5.0" - }, - "dependencies": { + "name": "markdownpedia", + "version": "1.0.0", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "accepts": { + "version": "1.3.7", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.7.tgz", + "integrity": "sha512-Il80Qs2WjYlJIBNzNkK6KYqlVMTbZLXgHx2oT0pU/fjRHyEp+PEfEPY0R3WCwAGVOtauxh1hOxNgIf5bv7dQpA==", + "requires": { + "mime-types": "~2.1.24", + "negotiator": "0.6.2" + } + }, + "ansi-regex": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz", + "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==" + }, + "ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "requires": { + "color-convert": "^1.9.0" + } + }, + "array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha1-ml9pkFGx5wczKPKgCJaLZOopVdI=" + }, + "at-least-node": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", + "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==" + }, + "body-parser": { + "version": "1.19.0", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.19.0.tgz", + "integrity": "sha512-dhEPs72UPbDnAQJ9ZKMNTP6ptJaionhP5cBb541nXPlW60Jepo9RV/a4fX4XWW9CuFNK22krhrj1+rgzifNCsw==", + "requires": { + "bytes": "3.1.0", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "~1.1.2", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "on-finished": "~2.3.0", + "qs": "6.7.0", + "raw-body": "2.4.0", + "type-is": "~1.6.17" + } + }, + "bytes": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", + "integrity": "sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg==" + }, + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + }, + "cliui": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz", + "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==", + "requires": { + "string-width": "^3.1.0", + "strip-ansi": "^5.2.0", + "wrap-ansi": "^5.1.0" + } + }, + "color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "content-disposition": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.3.tgz", + "integrity": "sha512-ExO0774ikEObIAEV9kDo50o+79VCUdEB6n6lzKgGwupcVeRlhrj3qGAfwq8G6uBJjkqLrhT0qEYFcWng8z1z0g==", + "requires": { + "safe-buffer": "5.1.2" + } + }, + "content-type": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", + "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" + }, + "cookie": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz", + "integrity": "sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==" + }, + "cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha1-4wOogrNCzD7oylE6eZmXNNqzriw=" + }, + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=" + }, + "depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=" + }, + "destroy": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.0.4.tgz", + "integrity": "sha1-l4hXRCxEdJ5CBmE+N5RiBYJqvYA=" + }, + "ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + }, + "emoji-regex": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz", + "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==" + }, + "encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" + }, + "escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + }, + "etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=" + }, + "express": { + "version": "4.17.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz", + "integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==", + "requires": { + "accepts": "~1.3.7", + "array-flatten": "1.1.1", + "body-parser": "1.19.0", + "content-disposition": "0.5.3", + "content-type": "~1.0.4", + "cookie": "0.4.0", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "~1.1.2", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "~1.1.2", + "fresh": "0.5.2", + "merge-descriptors": "1.0.1", + "methods": "~1.1.2", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.7", + "proxy-addr": "~2.0.5", + "qs": "6.7.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.1.2", + "send": "0.17.1", + "serve-static": "1.14.1", + "setprototypeof": "1.1.1", + "statuses": "~1.5.0", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + } + }, + "finalhandler": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", + "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", + "requires": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "statuses": "~1.5.0", + "unpipe": "~1.0.0" + } + }, + "find-up": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", + "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", + "requires": { + "locate-path": "^3.0.0" + } + }, + "forwarded": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.1.2.tgz", + "integrity": "sha1-mMI9qxF1ZXuMBXPozszZGw/xjIQ=" + }, + "fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=" + }, + "fs-extra": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", + "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", + "requires": { + "at-least-node": "^1.0.0", + "graceful-fs": "^4.2.0", + "jsonfile": "^6.0.1", + "universalify": "^2.0.0" + } + }, + "get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==" + }, + "graceful-fs": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.4.tgz", + "integrity": "sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==" + }, + "http-errors": { + "version": "1.7.2", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.7.2.tgz", + "integrity": "sha512-uUQBt3H/cSIVfch6i1EuPNy/YsRSOUBXTVfZ+yR7Zjez3qjBz6i9+i4zjNaoqcoFVI4lQJ5plg63TvGfRSDCRg==", + "requires": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.1", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.0" + } + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=" + }, + "ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==" + }, + "is-fullwidth-code-point": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz", + "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=" + }, + "jsonfile": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", + "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", + "requires": { + "graceful-fs": "^4.1.6", + "universalify": "^2.0.0" + } + }, + "locate-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", + "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", + "requires": { + "p-locate": "^3.0.0", + "path-exists": "^3.0.0" + } + }, + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" + }, + "merge-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", + "integrity": "sha1-sAqqVW3YtEVoFQ7J0blT8/kMu2E=" + }, + "methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha1-VSmk1nZUE07cxSZmVoNbD4Ua/O4=" + }, + "mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==" + }, + "mime-db": { + "version": "1.45.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.45.0.tgz", + "integrity": "sha512-CkqLUxUk15hofLoLyljJSrukZi8mAtgd+yE5uO4tqRZsdsAJKv0O+rFMhVDRJgozy+yG6md5KwuXhD4ocIoP+w==" + }, + "mime-types": { + "version": "2.1.28", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.28.tgz", + "integrity": "sha512-0TO2yJ5YHYr7M2zzT7gDU1tbwHxEUWBCLt0lscSNpcdAfFyJOVEpRYNS7EXVcTLNj/25QO8gulHC5JtTzSE2UQ==", + "requires": { + "mime-db": "1.45.0" + } + }, "ms": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", - "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "negotiator": { + "version": "0.6.2", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz", + "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==" + }, + "on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha1-IPEzZIGwg811M3mSoWlxqi2QaUc=", + "requires": { + "ee-first": "1.1.1" + } + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "requires": { + "p-try": "^2.0.0" + } + }, + "p-locate": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", + "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", + "requires": { + "p-limit": "^2.0.0" + } + }, + "p-try": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", + "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==" + }, + "parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" + }, + "path-exists": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", + "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=" + }, + "path-to-regexp": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "integrity": "sha1-32BBeABfUi8V60SQ5yR6G/qmf4w=" + }, + "picomatch": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", + "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==" + }, + "prettier": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-2.2.1.tgz", + "integrity": "sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==", + "dev": true + }, + "proxy-addr": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.6.tgz", + "integrity": "sha512-dh/frvCBVmSsDYzw6n926jv974gddhkFPfiN8hPOi30Wax25QZyZEGveluCgliBnqmuM+UJmBErbAUFIoDbjOw==", + "requires": { + "forwarded": "~0.1.2", + "ipaddr.js": "1.9.1" + } + }, + "qs": { + "version": "6.7.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.7.0.tgz", + "integrity": "sha512-VCdBRNFTX1fyE7Nb6FYoURo/SPe62QCaAyzJvUjwRaIsc+NePBEniHlvxFmmX56+HZphIGtV0XeCirBtpDrTyQ==" + }, + "range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" + }, + "raw-body": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.4.0.tgz", + "integrity": "sha512-4Oz8DUIwdvoa5qMJelxipzi/iJIi40O5cGV1wNYp5hvZP8ZN0T+jiNkL0QepXs+EsQ9XJ8ipEDoiH70ySUJP3Q==", + "requires": { + "bytes": "3.1.0", + "http-errors": "1.7.2", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + } + }, + "readdirp": { + "version": "3.5.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz", + "integrity": "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==", + "requires": { + "picomatch": "^2.2.1" + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" + }, + "require-main-filename": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", + "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==" + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "send": { + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/send/-/send-0.17.1.tgz", + "integrity": "sha512-BsVKsiGcQMFwT8UxypobUKyv7irCNRHk1T0G680vk88yf6LBByGcZJOTJCrTP2xVN6yI+XjPJcNuE3V4fT9sAg==", + "requires": { + "debug": "2.6.9", + "depd": "~1.1.2", + "destroy": "~1.0.4", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "~1.7.2", + "mime": "1.6.0", + "ms": "2.1.1", + "on-finished": "~2.3.0", + "range-parser": "~1.2.1", + "statuses": "~1.5.0" + }, + "dependencies": { + "ms": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.1.tgz", + "integrity": "sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==" + } + } + }, + "serve-static": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", + "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", + "requires": { + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.17.1" + } + }, + "set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" + }, + "setprototypeof": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", + "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" + }, + "showdown": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/showdown/-/showdown-1.9.1.tgz", + "integrity": "sha512-9cGuS382HcvExtf5AHk7Cb4pAeQQ+h0eTr33V1mu+crYWV4KvWAw6el92bDrqGEk5d46Ai/fhbEUwqJ/mTCNEA==", + "requires": { + "yargs": "^14.2" + } + }, + "statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" + }, + "string-width": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", + "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", + "requires": { + "emoji-regex": "^7.0.1", + "is-fullwidth-code-point": "^2.0.0", + "strip-ansi": "^5.1.0" + } + }, + "strip-ansi": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", + "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", + "requires": { + "ansi-regex": "^4.1.0" + } + }, + "toidentifier": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", + "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==" + }, + "type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "requires": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + } + }, + "universalify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", + "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==" + }, + "unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" + }, + "utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" + }, + "vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" + }, + "which-module": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", + "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" + }, + "wrap-ansi": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", + "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", + "requires": { + "ansi-styles": "^3.2.0", + "string-width": "^3.0.0", + "strip-ansi": "^5.0.0" + } + }, + "y18n": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz", + "integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==" + }, + "yargs": { + "version": "14.2.3", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-14.2.3.tgz", + "integrity": "sha512-ZbotRWhF+lkjijC/VhmOT9wSgyBQ7+zr13+YLkhfsSiTriYsMzkTUFP18pFhWwBeMa5gUc1MzbhrO6/VB7c9Xg==", + "requires": { + "cliui": "^5.0.0", + "decamelize": "^1.2.0", + "find-up": "^3.0.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^3.0.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^15.0.1" + } + }, + "yargs-parser": { + "version": "15.0.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-15.0.1.tgz", + "integrity": "sha512-0OAMV2mAZQrs3FkNpDQcBk1x5HXb8X4twADss4S0Iuk+2dGnLOE/fRHrsYm542GduMveyA77OF4wrNJuanRCWw==", + "requires": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + } } - } - }, - "serve-static": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.14.1.tgz", - "integrity": "sha512-JMrvUwE54emCYWlTI+hGrGv5I8dEwmco/00EvkzIIsR7MqrHonbD9pO2MOfFnpFntl7ecpZs+3mW+XbQZu9QCg==", - "requires": { - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.17.1" - } - }, - "set-blocking": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=" - }, - "setprototypeof": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.1.tgz", - "integrity": "sha512-JvdAWfbXeIGaZ9cILp38HntZSFSo3mWg6xGcJJsd+d4aRMOqauag1C63dJfDw7OaMYwEbHMOxEZ1lqVRYP2OAw==" - }, - "showdown": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/showdown/-/showdown-1.9.1.tgz", - "integrity": "sha512-9cGuS382HcvExtf5AHk7Cb4pAeQQ+h0eTr33V1mu+crYWV4KvWAw6el92bDrqGEk5d46Ai/fhbEUwqJ/mTCNEA==", - "requires": { - "yargs": "^14.2" - } - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha1-Fhx9rBd2Wf2YEfQ3cfqZOBR4Yow=" - }, - "string-width": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz", - "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==", - "requires": { - "emoji-regex": "^7.0.1", - "is-fullwidth-code-point": "^2.0.0", - "strip-ansi": "^5.1.0" - } - }, - "strip-ansi": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz", - "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==", - "requires": { - "ansi-regex": "^4.1.0" - } - }, - "toidentifier": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.0.tgz", - "integrity": "sha512-yaOH/Pk/VEhBWWTlhI+qXxDFXlejDGcQipMlyxda9nthulaxLZUNcUqFxokp0vcYnvteJln5FNQDRrxj3YcbVw==" - }, - "type-is": { - "version": "1.6.18", - "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", - "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", - "requires": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - } - }, - "universalify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", - "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==" - }, - "unpipe": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" - }, - "utils-merge": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" - }, - "vary": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", - "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" - }, - "which-module": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=" - }, - "wrap-ansi": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz", - "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==", - "requires": { - "ansi-styles": "^3.2.0", - "string-width": "^3.0.0", - "strip-ansi": "^5.0.0" - } - }, - "y18n": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.1.tgz", - "integrity": "sha512-wNcy4NvjMYL8gogWWYAO7ZFWFfHcbdbE57tZO8e4cbpj8tfUcwrwqSl3ad8HxpYWCdXcJUCeKKZS62Av1affwQ==" - }, - "yargs": { - "version": "14.2.3", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-14.2.3.tgz", - "integrity": "sha512-ZbotRWhF+lkjijC/VhmOT9wSgyBQ7+zr13+YLkhfsSiTriYsMzkTUFP18pFhWwBeMa5gUc1MzbhrO6/VB7c9Xg==", - "requires": { - "cliui": "^5.0.0", - "decamelize": "^1.2.0", - "find-up": "^3.0.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^3.0.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^15.0.1" - } - }, - "yargs-parser": { - "version": "15.0.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-15.0.1.tgz", - "integrity": "sha512-0OAMV2mAZQrs3FkNpDQcBk1x5HXb8X4twADss4S0Iuk+2dGnLOE/fRHrsYm542GduMveyA77OF4wrNJuanRCWw==", - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } } - } } diff --git a/package.json b/package.json index 9482ac1..bcbad14 100644 --- a/package.json +++ b/package.json @@ -1,31 +1,31 @@ { - "name": "markdownpedia", - "version": "1.0.0", - "description": "", - "main": "index.js", - "scripts": { - "convert": "node index.js", - "serve": "node server.js", - "validate": "prettier --check .", - "format": "prettier --write ." - }, - "repository": { - "type": "git", - "url": "git+https://github.com/mamamia5x/markdownpedia.git" - }, - "author": "", - "license": "ISC", - "bugs": { - "url": "https://github.com/mamamia5x/markdownpedia/issues" - }, - "homepage": "https://github.com/mamamia5x/markdownpedia#readme", - "dependencies": { - "express": "^4.17.1", - "fs-extra": "^9.1.0", - "readdirp": "^3.5.0", - "showdown": "^1.9.1" - }, - "devDependencies": { - "prettier": "2.2.1" - } + "name": "markdownpedia", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "convert": "node index.js", + "serve": "node server.js", + "validate": "prettier --check .", + "format": "prettier --write ." + }, + "repository": { + "type": "git", + "url": "git+https://github.com/mamamia5x/markdownpedia.git" + }, + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/mamamia5x/markdownpedia/issues" + }, + "homepage": "https://github.com/mamamia5x/markdownpedia#readme", + "dependencies": { + "express": "^4.17.1", + "fs-extra": "^9.1.0", + "readdirp": "^3.5.0", + "showdown": "^1.9.1" + }, + "devDependencies": { + "prettier": "2.2.1" + } } diff --git a/site/html/github/index.html b/site/html/github/index.html index f691be5..a2a0758 100644 --- a/site/html/github/index.html +++ b/site/html/github/index.html @@ -96,6 +96,7 @@ +

    GitHub

    @@ -109,6 +110,7 @@

    GitHub

    GitHub.

    + diff --git a/site/html/index.html b/site/html/index.html index a01d25f..fd4cec6 100644 --- a/site/html/index.html +++ b/site/html/index.html @@ -1,90 +1,203 @@ - - - - - - - - - - - - - - - - - - - - - - - Markdownpedia - - - - - - - - -
    -

    Markdownpedia

    -

    Hello and welcome to Markdownpedia. This site is still in development.
    -This site is supposed to be like Wikipedia, but instead written in Markdown.

    -

    You can create and edit pages within the GitHub link, found here.
    -The forum is here.

    -

    You can go to https://status.markdownpedia.tk/ to check the status of the site.

    -

    Contributors

    - - - - - - - - - - - - - - - - - - - - - - - - - -
    PersonPhoto
    mamamia5x
    AtharvaParkale
    fleventy-5
    code-reaper08
    -

    This site couldn't be possible from these contributors. If you would like to help contribute, go to the GitHub.

    -
    - - - \ No newline at end of file + + Markdownpedia - Home + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    Markdownpedia

    + +

    + Hello and welcome to Markdownpedia. This site is still in development.
    + This site is supposed to be like + Wikipedia, but instead written in Markdown. +

    + +

    + You can create and edit pages within the GitHub link, found + here.
    + The forum is + here. +

    + +

    + You can go to + https://status.markdownpedia.tk/ + to check the status of the site. +

    + +

    Contributors

    + + + + + + + + + + + + + + + + + + + + + + + + + + +
    PersonPhoto
    + mamamia5x + + +
    + AtharvaParkale + + +
    + fleventy-5 + + +
    + code-reaper08 + + +
    + +

    + This site couldn't be possible from these contributors. If you would like to help contribute, go to the + GitHub. +

    +
    + + + diff --git a/vital/404.html b/vital/404.html index 7850d64..60d0451 100644 --- a/vital/404.html +++ b/vital/404.html @@ -1,59 +1,126 @@ - - - - - - - - - - - - - - - - - - - - - - - - Markdownpedia - - - - - - - - -
    -

    404

    -

    That page isn't found, go to home?
    -If this is a bug, please share it here.

    -
    - - - \ No newline at end of file + + + Markdownpedia - Home + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    +

    404

    + +

    + That page isn't found, go to home? +
    + + If this is a bug, please share it here. +

    +
    + + + + diff --git a/vital/pages/editor/index.html b/vital/pages/editor/index.html index 8b06d53..29940eb 100644 --- a/vital/pages/editor/index.html +++ b/vital/pages/editor/index.html @@ -1,132 +1,206 @@ - - - Markdownpedia - - - - - - - - - - - - -
    -
    -
    -
    - - - - - - - - - - - - - -
    -
    -
    -
    -
    -
    -
    -
    -
    - -
    - - + + + Markdownpedia - Editor + + + + + + + + + + + + + + + + + + + + + + + + +
    + +
    +
    +
    + + + + + + + + + + + + +
    + + + +
    + +
    + +
    +
    +
    +
    +
    +
    +
    +
    +
    + + diff --git a/vital/pages/search/index.html b/vital/pages/search/index.html index 03f30c2..70fa30e 100644 --- a/vital/pages/search/index.html +++ b/vital/pages/search/index.html @@ -1,110 +1,179 @@ + + Markdownpedia - Search + + + - - - - - - - - - - - - - - - - - - - - - - - Markdownpedia - - - - - - - - -
    - - - - - - - - \ No newline at end of file + + + + + + + diff --git a/vital/public/search.js b/vital/public/search.js index 1ce0ea2..6de817a 100644 --- a/vital/public/search.js +++ b/vital/public/search.js @@ -1,7 +1,7 @@ -var searchpage = "https://markdownpedia.tk/pages/search/"; -searchpage = searchpage.replace("markdownpedia.tk", window.location.hostname); +var searchpage = 'https://markdownpedia.tk/pages/search/'; +searchpage = searchpage.replace('markdownpedia.tk', window.location.hostname); -function changeSearchUrl(){ - var search = document.getElementsByClassName("searchbox")[0].value; - window.location = searchpage + '?query=' + search; -} \ No newline at end of file +function changeSearchUrl() { + var search = document.getElementsByClassName('searchbox')[0].value; + window.location = searchpage + '?query=' + search; +} diff --git a/vital/public/style.css b/vital/public/style.css index c8e9aa5..731de05 100644 --- a/vital/public/style.css +++ b/vital/public/style.css @@ -1,26 +1,26 @@ -textarea.editor{ - width: 100%; - height: 90vh; +textarea.editor { + width: 100%; + height: 90vh; } -.markdown{ - border-left: 10px solid transparent; +.markdown { + border-left: 10px solid transparent; } .markdown .octicon { - display: inline-block; - fill: currentColor; - vertical-align: text-bottom; + display: inline-block; + fill: currentColor; + vertical-align: text-bottom; } .markdown .anchor { - float: left; - line-height: 1; - margin-left: -20px; - padding-right: 4px; + float: left; + line-height: 1; + margin-left: -20px; + padding-right: 4px; } .markdown .anchor:focus { - outline: none; + outline: none; } .markdown h1 .octicon-link, @@ -29,9 +29,9 @@ textarea.editor{ .markdown h4 .octicon-link, .markdown h5 .octicon-link, .markdown h6 .octicon-link { - color: #1b1f23; - vertical-align: middle; - visibility: hidden; + color: #1b1f23; + vertical-align: middle; + visibility: hidden; } .markdown h1:hover .anchor, @@ -40,7 +40,7 @@ textarea.editor{ .markdown h4:hover .anchor, .markdown h5:hover .anchor, .markdown h6:hover .anchor { - text-decoration: none; + text-decoration: none; } .markdown h1:hover .anchor .octicon-link, @@ -49,7 +49,7 @@ textarea.editor{ .markdown h4:hover .anchor .octicon-link, .markdown h5:hover .anchor .octicon-link, .markdown h6:hover .anchor .octicon-link { - visibility: visible; + visibility: visible; } .markdown h1:hover .anchor .octicon-link:before, @@ -58,147 +58,149 @@ textarea.editor{ .markdown h4:hover .anchor .octicon-link:before, .markdown h5:hover .anchor .octicon-link:before, .markdown h6:hover .anchor .octicon-link:before { - width: 16px; - height: 16px; - content: ' '; - display: inline-block; - background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' width='16' height='16' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z'%3E%3C/path%3E%3C/svg%3E"); -}.markdown { - -ms-text-size-adjust: 100%; - -webkit-text-size-adjust: 100%; - line-height: 1.5; - color: #24292e; - font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji; - font-size: 16px; - line-height: 1.5; - word-wrap: break-word; + width: 16px; + height: 16px; + content: ' '; + display: inline-block; + background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' version='1.1' width='16' height='16' aria-hidden='true'%3E%3Cpath fill-rule='evenodd' d='M4 9h1v1H4c-1.5 0-3-1.69-3-3.5S2.55 3 4 3h4c1.45 0 3 1.69 3 3.5 0 1.41-.91 2.72-2 3.25V8.59c.58-.45 1-1.27 1-2.09C10 5.22 8.98 4 8 4H4c-.98 0-2 1.22-2 2.5S3 9 4 9zm9-3h-1v1h1c1 0 2 1.22 2 2.5S13.98 12 13 12H9c-.98 0-2-1.22-2-2.5 0-.83.42-1.64 1-2.09V6.25c-1.09.53-2 1.84-2 3.25C6 11.31 7.55 13 9 13h4c1.45 0 3-1.69 3-3.5S14.5 6 13 6z'%3E%3C/path%3E%3C/svg%3E"); +} +.markdown { + -ms-text-size-adjust: 100%; + -webkit-text-size-adjust: 100%; + line-height: 1.5; + color: #24292e; + font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, + Segoe UI Emoji; + font-size: 16px; + line-height: 1.5; + word-wrap: break-word; } .markdown details { - display: block; + display: block; } .markdown summary { - display: list-item; + display: list-item; } .markdown a { - background-color: initial; + background-color: initial; } .markdown a:active, .markdown a:hover { - outline-width: 0; + outline-width: 0; } .markdown strong { - font-weight: inherit; - font-weight: bolder; + font-weight: inherit; + font-weight: bolder; } .markdown h1 { - font-size: 2em; - margin: .67em 0; + font-size: 2em; + margin: 0.67em 0; } .markdown img { - border-style: none; + border-style: none; } .markdown code, .markdown kbd, .markdown pre { - font-family: monospace,monospace; - font-size: 1em; + font-family: monospace, monospace; + font-size: 1em; } .markdown hr { - box-sizing: initial; - height: 0; - overflow: visible; + box-sizing: initial; + height: 0; + overflow: visible; } .markdown input { - font: inherit; - margin: 0; + font: inherit; + margin: 0; } .markdown input { - overflow: visible; + overflow: visible; } -.markdown [type=checkbox] { - box-sizing: border-box; - padding: 0; +.markdown [type='checkbox'] { + box-sizing: border-box; + padding: 0; } .markdown * { - box-sizing: border-box; + box-sizing: border-box; } .markdown input { - font-family: inherit; - font-size: inherit; - line-height: inherit; + font-family: inherit; + font-size: inherit; + line-height: inherit; } .markdown a { - color: #0366d6; - text-decoration: none; + color: #0366d6; + text-decoration: none; } .markdown a:hover { - text-decoration: underline; + text-decoration: underline; } .markdown strong { - font-weight: 600; + font-weight: 600; } .markdown hr { - height: 0; - margin: 15px 0; - overflow: hidden; - background: transparent; - border: 0; - border-bottom: 1px solid #dfe2e5; + height: 0; + margin: 15px 0; + overflow: hidden; + background: transparent; + border: 0; + border-bottom: 1px solid #dfe2e5; } .markdown hr:after, .markdown hr:before { - display: table; - content: ""; + display: table; + content: ''; } .markdown hr:after { - clear: both; + clear: both; } .markdown table { - border-spacing: 0; - border-collapse: collapse; + border-spacing: 0; + border-collapse: collapse; } .markdown td, .markdown th { - padding: 0; + padding: 0; } .markdown details summary { - cursor: pointer; + cursor: pointer; } .markdown kbd { - display: inline-block; - padding: 3px 5px; - font: 11px SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; - line-height: 10px; - color: #444d56; - vertical-align: middle; - background-color: #fafbfc; - border: 1px solid #d1d5da; - border-radius: 3px; - box-shadow: inset 0 -1px 0 #d1d5da; + display: inline-block; + padding: 3px 5px; + font: 11px SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace; + line-height: 10px; + color: #444d56; + vertical-align: middle; + background-color: #fafbfc; + border: 1px solid #d1d5da; + border-radius: 3px; + box-shadow: inset 0 -1px 0 #d1d5da; } .markdown h1, @@ -207,222 +209,222 @@ textarea.editor{ .markdown h4, .markdown h5, .markdown h6 { - margin-top: 0; - margin-bottom: 0; + margin-top: 0; + margin-bottom: 0; } .markdown h1 { - font-size: 32px; + font-size: 32px; } .markdown h1, .markdown h2 { - font-weight: 600; + font-weight: 600; } .markdown h2 { - font-size: 24px; + font-size: 24px; } .markdown h3 { - font-size: 20px; + font-size: 20px; } .markdown h3, .markdown h4 { - font-weight: 600; + font-weight: 600; } .markdown h4 { - font-size: 16px; + font-size: 16px; } .markdown h5 { - font-size: 14px; + font-size: 14px; } .markdown h5, .markdown h6 { - font-weight: 600; + font-weight: 600; } .markdown h6 { - font-size: 12px; + font-size: 12px; } .markdown p { - margin-top: 0; - margin-bottom: 10px; + margin-top: 0; + margin-bottom: 10px; } .markdown blockquote { - margin: 0; + margin: 0; } .markdown ol, .markdown ul { - padding-left: 0; - margin-top: 0; - margin-bottom: 0; + padding-left: 0; + margin-top: 0; + margin-bottom: 0; } .markdown ol ol, .markdown ul ol { - list-style-type: lower-roman; + list-style-type: lower-roman; } .markdown ol ol ol, .markdown ol ul ol, .markdown ul ol ol, .markdown ul ul ol { - list-style-type: lower-alpha; + list-style-type: lower-alpha; } .markdown dd { - margin-left: 0; + margin-left: 0; } .markdown code, .markdown pre { - font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; - font-size: 12px; + font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace; + font-size: 12px; } .markdown pre { - margin-top: 0; - margin-bottom: 0; + margin-top: 0; + margin-bottom: 0; } .markdown input::-webkit-inner-spin-button, .markdown input::-webkit-outer-spin-button { - margin: 0; - -webkit-appearance: none; - appearance: none; + margin: 0; + -webkit-appearance: none; + appearance: none; } -.markdown :checked+.radio-label { - position: relative; - z-index: 1; - border-color: #0366d6; +.markdown :checked + .radio-label { + position: relative; + z-index: 1; + border-color: #0366d6; } .markdown .border { - border: 1px solid #e1e4e8!important; + border: 1px solid #e1e4e8 !important; } .markdown .border-0 { - border: 0!important; + border: 0 !important; } .markdown .border-bottom { - border-bottom: 1px solid #e1e4e8!important; + border-bottom: 1px solid #e1e4e8 !important; } .markdown .rounded-1 { - border-radius: 3px!important; + border-radius: 3px !important; } .markdown .bg-white { - background-color: #fff!important; + background-color: #fff !important; } .markdown .bg-gray-light { - background-color: #fafbfc!important; + background-color: #fafbfc !important; } .markdown .text-gray-light { - color: #6a737d!important; + color: #6a737d !important; } .markdown .mb-0 { - margin-bottom: 0!important; + margin-bottom: 0 !important; } .markdown .my-2 { - margin-top: 8px!important; - margin-bottom: 8px!important; + margin-top: 8px !important; + margin-bottom: 8px !important; } .markdown .pl-0 { - padding-left: 0!important; + padding-left: 0 !important; } .markdown .py-0 { - padding-top: 0!important; - padding-bottom: 0!important; + padding-top: 0 !important; + padding-bottom: 0 !important; } .markdown .pl-1 { - padding-left: 4px!important; + padding-left: 4px !important; } .markdown .pl-2 { - padding-left: 8px!important; + padding-left: 8px !important; } .markdown .py-2 { - padding-top: 8px!important; - padding-bottom: 8px!important; + padding-top: 8px !important; + padding-bottom: 8px !important; } .markdown .pl-3, .markdown .px-3 { - padding-left: 16px!important; + padding-left: 16px !important; } .markdown .px-3 { - padding-right: 16px!important; + padding-right: 16px !important; } .markdown .pl-4 { - padding-left: 24px!important; + padding-left: 24px !important; } .markdown .pl-5 { - padding-left: 32px!important; + padding-left: 32px !important; } .markdown .pl-6 { - padding-left: 40px!important; + padding-left: 40px !important; } .markdown .f6 { - font-size: 12px!important; + font-size: 12px !important; } .markdown .lh-condensed { - line-height: 1.25!important; + line-height: 1.25 !important; } .markdown .text-bold { - font-weight: 600!important; + font-weight: 600 !important; } .markdown .pl-c { - color: #6a737d; + color: #6a737d; } .markdown .pl-c1, .markdown .pl-s .pl-v { - color: #005cc5; + color: #005cc5; } .markdown .pl-e, .markdown .pl-en { - color: #6f42c1; + color: #6f42c1; } .markdown .pl-s .pl-s1, .markdown .pl-smi { - color: #24292e; + color: #24292e; } .markdown .pl-ent { - color: #22863a; + color: #22863a; } .markdown .pl-k { - color: #d73a49; + color: #d73a49; } .markdown .pl-pds, @@ -432,208 +434,208 @@ textarea.editor{ .markdown .pl-sr .pl-cce, .markdown .pl-sr .pl-sra, .markdown .pl-sr .pl-sre { - color: #032f62; + color: #032f62; } .markdown .pl-smw, .markdown .pl-v { - color: #e36209; + color: #e36209; } .markdown .pl-bu { - color: #b31d28; + color: #b31d28; } .markdown .pl-ii { - color: #fafbfc; - background-color: #b31d28; + color: #fafbfc; + background-color: #b31d28; } .markdown .pl-c2 { - color: #fafbfc; - background-color: #d73a49; + color: #fafbfc; + background-color: #d73a49; } .markdown .pl-c2:before { - content: "^M"; + content: '^M'; } .markdown .pl-sr .pl-cce { - font-weight: 700; - color: #22863a; + font-weight: 700; + color: #22863a; } .markdown .pl-ml { - color: #735c0f; + color: #735c0f; } .markdown .pl-mh, .markdown .pl-mh .pl-en, .markdown .pl-ms { - font-weight: 700; - color: #005cc5; + font-weight: 700; + color: #005cc5; } .markdown .pl-mi { - font-style: italic; - color: #24292e; + font-style: italic; + color: #24292e; } .markdown .pl-mb { - font-weight: 700; - color: #24292e; + font-weight: 700; + color: #24292e; } .markdown .pl-md { - color: #b31d28; - background-color: #ffeef0; + color: #b31d28; + background-color: #ffeef0; } .markdown .pl-mi1 { - color: #22863a; - background-color: #f0fff4; + color: #22863a; + background-color: #f0fff4; } .markdown .pl-mc { - color: #e36209; - background-color: #ffebda; + color: #e36209; + background-color: #ffebda; } .markdown .pl-mi2 { - color: #f6f8fa; - background-color: #005cc5; + color: #f6f8fa; + background-color: #005cc5; } .markdown .pl-mdr { - font-weight: 700; - color: #6f42c1; + font-weight: 700; + color: #6f42c1; } .markdown .pl-ba { - color: #586069; + color: #586069; } .markdown .pl-sg { - color: #959da5; + color: #959da5; } .markdown .pl-corl { - text-decoration: underline; - color: #032f62; + text-decoration: underline; + color: #032f62; } .markdown .mb-0 { - margin-bottom: 0!important; + margin-bottom: 0 !important; } .markdown .my-2 { - margin-bottom: 8px!important; + margin-bottom: 8px !important; } .markdown .my-2 { - margin-top: 8px!important; + margin-top: 8px !important; } .markdown .pl-0 { - padding-left: 0!important; + padding-left: 0 !important; } .markdown .py-0 { - padding-top: 0!important; - padding-bottom: 0!important; + padding-top: 0 !important; + padding-bottom: 0 !important; } .markdown .pl-1 { - padding-left: 4px!important; + padding-left: 4px !important; } .markdown .pl-2 { - padding-left: 8px!important; + padding-left: 8px !important; } .markdown .py-2 { - padding-top: 8px!important; - padding-bottom: 8px!important; + padding-top: 8px !important; + padding-bottom: 8px !important; } .markdown .pl-3 { - padding-left: 16px!important; + padding-left: 16px !important; } .markdown .pl-4 { - padding-left: 24px!important; + padding-left: 24px !important; } .markdown .pl-5 { - padding-left: 32px!important; + padding-left: 32px !important; } .markdown .pl-6 { - padding-left: 40px!important; + padding-left: 40px !important; } .markdown .pl-7 { - padding-left: 48px!important; + padding-left: 48px !important; } .markdown .pl-8 { - padding-left: 64px!important; + padding-left: 64px !important; } .markdown .pl-9 { - padding-left: 80px!important; + padding-left: 80px !important; } .markdown .pl-10 { - padding-left: 96px!important; + padding-left: 96px !important; } .markdown .pl-11 { - padding-left: 112px!important; + padding-left: 112px !important; } .markdown .pl-12 { - padding-left: 128px!important; + padding-left: 128px !important; } .markdown hr { - border-bottom-color: #eee; + border-bottom-color: #eee; } .markdown kbd { - display: inline-block; - padding: 3px 5px; - font: 11px SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; - line-height: 10px; - color: #444d56; - vertical-align: middle; - background-color: #fafbfc; - border: 1px solid #d1d5da; - border-radius: 3px; - box-shadow: inset 0 -1px 0 #d1d5da; + display: inline-block; + padding: 3px 5px; + font: 11px SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace; + line-height: 10px; + color: #444d56; + vertical-align: middle; + background-color: #fafbfc; + border: 1px solid #d1d5da; + border-radius: 3px; + box-shadow: inset 0 -1px 0 #d1d5da; } .markdown:after, .markdown:before { - display: table; - content: ""; + display: table; + content: ''; } .markdown:after { - clear: both; + clear: both; } -.markdown>:first-child { - margin-top: 0!important; +.markdown > :first-child { + margin-top: 0 !important; } -.markdown>:last-child { - margin-bottom: 0!important; +.markdown > :last-child { + margin-bottom: 0 !important; } .markdown a:not([href]) { - color: inherit; - text-decoration: none; + color: inherit; + text-decoration: none; } .markdown blockquote, @@ -644,30 +646,30 @@ textarea.editor{ .markdown pre, .markdown table, .markdown ul { - margin-top: 0; - margin-bottom: 16px; + margin-top: 0; + margin-bottom: 16px; } .markdown hr { - height: .25em; - padding: 0; - margin: 24px 0; - background-color: #e1e4e8; - border: 0; + height: 0.25em; + padding: 0; + margin: 24px 0; + background-color: #e1e4e8; + border: 0; } .markdown blockquote { - padding: 0 1em; - color: #6a737d; - border-left: .25em solid #dfe2e5; + padding: 0 1em; + color: #6a737d; + border-left: 0.25em solid #dfe2e5; } -.markdown blockquote>:first-child { - margin-top: 0; +.markdown blockquote > :first-child { + margin-top: 0; } -.markdown blockquote>:last-child { - margin-bottom: 0; +.markdown blockquote > :last-child { + margin-bottom: 0; } .markdown h1, @@ -676,436 +678,436 @@ textarea.editor{ .markdown h4, .markdown h5, .markdown h6 { - margin-top: 24px; - margin-bottom: 16px; - font-weight: 600; - line-height: 1.25; + margin-top: 24px; + margin-bottom: 16px; + font-weight: 600; + line-height: 1.25; } .markdown h1 { - font-size: 2em; + font-size: 2em; } .markdown h1, .markdown h2 { - padding-bottom: .3em; - border-bottom: 1px solid #eaecef; + padding-bottom: 0.3em; + border-bottom: 1px solid #eaecef; } .markdown h2 { - font-size: 1.5em; + font-size: 1.5em; } .markdown h3 { - font-size: 1.25em; + font-size: 1.25em; } .markdown h4 { - font-size: 1em; + font-size: 1em; } .markdown h5 { - font-size: .875em; + font-size: 0.875em; } .markdown h6 { - font-size: .85em; - color: #6a737d; + font-size: 0.85em; + color: #6a737d; } .markdown ol, .markdown ul { - padding-left: 2em; + padding-left: 2em; } .markdown ol ol, .markdown ol ul, .markdown ul ol, .markdown ul ul { - margin-top: 0; - margin-bottom: 0; + margin-top: 0; + margin-bottom: 0; } .markdown li { - word-wrap: break-all; + word-wrap: break-all; } -.markdown li>p { - margin-top: 16px; +.markdown li > p { + margin-top: 16px; } -.markdown li+li { - margin-top: .25em; +.markdown li + li { + margin-top: 0.25em; } .markdown dl { - padding: 0; + padding: 0; } .markdown dl dt { - padding: 0; - margin-top: 16px; - font-size: 1em; - font-style: italic; - font-weight: 600; + padding: 0; + margin-top: 16px; + font-size: 1em; + font-style: italic; + font-weight: 600; } .markdown dl dd { - padding: 0 16px; - margin-bottom: 16px; + padding: 0 16px; + margin-bottom: 16px; } .markdown table { - display: block; - width: 100%; - overflow: auto; + display: block; + width: 100%; + overflow: auto; } .markdown table th { - font-weight: 600; + font-weight: 600; } .markdown table td, .markdown table th { - padding: 6px 13px; - border: 1px solid #dfe2e5; + padding: 6px 13px; + border: 1px solid #dfe2e5; } .markdown table tr { - background-color: #fff; - border-top: 1px solid #c6cbd1; + background-color: #fff; + border-top: 1px solid #c6cbd1; } .markdown table tr:nth-child(2n) { - background-color: #f6f8fa; + background-color: #f6f8fa; } .markdown img { - max-width: 100%; - box-sizing: initial; - background-color: #fff; + max-width: 100%; + box-sizing: initial; + background-color: #fff; } -.markdown img[align=right] { - padding-left: 20px; +.markdown img[align='right'] { + padding-left: 20px; } -.markdown img[align=left] { - padding-right: 20px; +.markdown img[align='left'] { + padding-right: 20px; } .markdown code { - padding: .2em .4em; - margin: 0; - font-size: 85%; - background-color: rgba(27,31,35,.05); - border-radius: 3px; + padding: 0.2em 0.4em; + margin: 0; + font-size: 85%; + background-color: rgba(27, 31, 35, 0.05); + border-radius: 3px; } .markdown pre { - word-wrap: normal; + word-wrap: normal; } -.markdown pre>code { - padding: 0; - margin: 0; - font-size: 100%; - word-break: normal; - white-space: pre; - background: transparent; - border: 0; +.markdown pre > code { + padding: 0; + margin: 0; + font-size: 100%; + word-break: normal; + white-space: pre; + background: transparent; + border: 0; } .markdown .highlight { - margin-bottom: 16px; + margin-bottom: 16px; } .markdown .highlight pre { - margin-bottom: 0; - word-break: normal; + margin-bottom: 0; + word-break: normal; } .markdown .highlight pre, .markdown pre { - padding: 16px; - overflow: auto; - font-size: 85%; - line-height: 1.45; - background-color: #f6f8fa; - border-radius: 3px; + padding: 16px; + overflow: auto; + font-size: 85%; + line-height: 1.45; + background-color: #f6f8fa; + border-radius: 3px; } .markdown pre code { - display: inline; - max-width: auto; - padding: 0; - margin: 0; - overflow: visible; - line-height: inherit; - word-wrap: normal; - background-color: initial; - border: 0; + display: inline; + max-width: auto; + padding: 0; + margin: 0; + overflow: visible; + line-height: inherit; + word-wrap: normal; + background-color: initial; + border: 0; } .markdown .commit-tease-sha { - display: inline-block; - font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; - font-size: 90%; - color: #444d56; + display: inline-block; + font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace; + font-size: 90%; + color: #444d56; } .markdown .full-commit .btn-outline:not(:disabled):hover { - color: #005cc5; - border-color: #005cc5; + color: #005cc5; + border-color: #005cc5; } .markdown .blob-wrapper { - overflow-x: auto; - overflow-y: hidden; + overflow-x: auto; + overflow-y: hidden; } .markdown .blob-wrapper-embedded { - max-height: 240px; - overflow-y: auto; + max-height: 240px; + overflow-y: auto; } .markdown .blob-num { - width: 1%; - min-width: 50px; - padding-right: 10px; - padding-left: 10px; - font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; - font-size: 12px; - line-height: 20px; - color: rgba(27,31,35,.3); - text-align: right; - white-space: nowrap; - vertical-align: top; - cursor: pointer; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; + width: 1%; + min-width: 50px; + padding-right: 10px; + padding-left: 10px; + font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace; + font-size: 12px; + line-height: 20px; + color: rgba(27, 31, 35, 0.3); + text-align: right; + white-space: nowrap; + vertical-align: top; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; } .markdown .blob-num:hover { - color: rgba(27,31,35,.6); + color: rgba(27, 31, 35, 0.6); } .markdown .blob-num:before { - content: attr(data-line-number); + content: attr(data-line-number); } .markdown .blob-code { - position: relative; - padding-right: 10px; - padding-left: 10px; - line-height: 20px; - vertical-align: top; + position: relative; + padding-right: 10px; + padding-left: 10px; + line-height: 20px; + vertical-align: top; } .markdown .blob-code-inner { - overflow: visible; - font-family: SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace; - font-size: 12px; - color: #24292e; - word-wrap: normal; - white-space: pre; + overflow: visible; + font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace; + font-size: 12px; + color: #24292e; + word-wrap: normal; + white-space: pre; } .markdown .pl-token.active, .markdown .pl-token:hover { - cursor: pointer; - background: #ffea7f; + cursor: pointer; + background: #ffea7f; } -.markdown .tab-size[data-tab-size="1"] { - -moz-tab-size: 1; - tab-size: 1; +.markdown .tab-size[data-tab-size='1'] { + -moz-tab-size: 1; + tab-size: 1; } -.markdown .tab-size[data-tab-size="2"] { - -moz-tab-size: 2; - tab-size: 2; +.markdown .tab-size[data-tab-size='2'] { + -moz-tab-size: 2; + tab-size: 2; } -.markdown .tab-size[data-tab-size="3"] { - -moz-tab-size: 3; - tab-size: 3; +.markdown .tab-size[data-tab-size='3'] { + -moz-tab-size: 3; + tab-size: 3; } -.markdown .tab-size[data-tab-size="4"] { - -moz-tab-size: 4; - tab-size: 4; +.markdown .tab-size[data-tab-size='4'] { + -moz-tab-size: 4; + tab-size: 4; } -.markdown .tab-size[data-tab-size="5"] { - -moz-tab-size: 5; - tab-size: 5; +.markdown .tab-size[data-tab-size='5'] { + -moz-tab-size: 5; + tab-size: 5; } -.markdown .tab-size[data-tab-size="6"] { - -moz-tab-size: 6; - tab-size: 6; +.markdown .tab-size[data-tab-size='6'] { + -moz-tab-size: 6; + tab-size: 6; } -.markdown .tab-size[data-tab-size="7"] { - -moz-tab-size: 7; - tab-size: 7; +.markdown .tab-size[data-tab-size='7'] { + -moz-tab-size: 7; + tab-size: 7; } -.markdown .tab-size[data-tab-size="8"] { - -moz-tab-size: 8; - tab-size: 8; +.markdown .tab-size[data-tab-size='8'] { + -moz-tab-size: 8; + tab-size: 8; } -.markdown .tab-size[data-tab-size="9"] { - -moz-tab-size: 9; - tab-size: 9; +.markdown .tab-size[data-tab-size='9'] { + -moz-tab-size: 9; + tab-size: 9; } -.markdown .tab-size[data-tab-size="10"] { - -moz-tab-size: 10; - tab-size: 10; +.markdown .tab-size[data-tab-size='10'] { + -moz-tab-size: 10; + tab-size: 10; } -.markdown .tab-size[data-tab-size="11"] { - -moz-tab-size: 11; - tab-size: 11; +.markdown .tab-size[data-tab-size='11'] { + -moz-tab-size: 11; + tab-size: 11; } -.markdown .tab-size[data-tab-size="12"] { - -moz-tab-size: 12; - tab-size: 12; +.markdown .tab-size[data-tab-size='12'] { + -moz-tab-size: 12; + tab-size: 12; } .markdown .task-list-item { - list-style-type: none; + list-style-type: none; } -.markdown .task-list-item+.task-list-item { - margin-top: 3px; +.markdown .task-list-item + .task-list-item { + margin-top: 3px; } .markdown .task-list-item input { - margin: 0 .2em .25em -1.6em; - vertical-align: middle; + margin: 0 0.2em 0.25em -1.6em; + vertical-align: middle; } body { - margin: 0; - /* background: linear-gradient(to right, rgb(255, 255, 255), rgb(160, 160, 161), rgb(122, 122, 122)); */ - background-color: white; + margin: 0; + /* background: linear-gradient(to right, rgb(255, 255, 255), rgb(160, 160, 161), rgb(122, 122, 122)); */ + background-color: white; } .Title { - text-align: center; - font-family: 'Francois One', sans-serif; - font-size: 48px; - margin: 29px; + text-align: center; + font-family: 'Francois One', sans-serif; + font-size: 48px; + margin: 29px; } .nav { - display: block; - /* background: linear-gradient(to right, rgb(100, 100, 100), rgb(71, 71, 71), rgb(46, 46, 46)); */ - background-color: #1672d9; + display: block; + /* background: linear-gradient(to right, rgb(100, 100, 100), rgb(71, 71, 71), rgb(46, 46, 46)); */ + background-color: #1672d9; } .nav li { - float: left; - padding: 13px 18px; - list-style-type: none; - font-size: 22px; - font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; + float: left; + padding: 13px 18px; + list-style-type: none; + font-size: 22px; + font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; } .nav { - overflow: auto; + overflow: auto; } .nav a { - text-decoration: none; - color: white; - font-weight: 200; + text-decoration: none; + color: white; + font-weight: 200; } .nav a:hover { - color: rgb(0, 0, 0); + color: rgb(0, 0, 0); } .search { - position: relative; - left: calc(50% - 329px); - top: -7px; + position: relative; + left: calc(50% - 329px); + top: -7px; } .searchbox { - height: 31px; - width: 263px; - border-radius: 33px; - border-style: none; + height: 31px; + width: 263px; + border-radius: 33px; + border-style: none; } .contentbox { - display: inline-block; - font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; - font-size: 30px; - position: relative; - top: 50px; - left: 20px; - color: red; + display: inline-block; + font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif; + font-size: 30px; + position: relative; + top: 50px; + left: 20px; + color: red; } .contentbox li { - list-style-type: none; - padding: 16px 55px; - border: 2px solid black; - background: linear-gradient(to right, rgb(100, 100, 100), rgb(71, 71, 71), rgb(46, 46, 46)); - border-radius: 14px; - margin: 9px; + list-style-type: none; + padding: 16px 55px; + border: 2px solid black; + background: linear-gradient(to right, rgb(100, 100, 100), rgb(71, 71, 71), rgb(46, 46, 46)); + border-radius: 14px; + margin: 9px; } .contentbox a { - color: rgb(255, 255, 255); - text-decoration: none; + color: rgb(255, 255, 255); + text-decoration: none; } .contentbox a:hover { - color: red; + color: red; } .imgbox { - position: relative; - top: -292px; - left: 412px; - border: 2px solid black; - height: 343px; - width: 889px; - text-align: center; - background-image: url(); - background-position: center; - background-size: cover; - background-repeat: no-repeat; - border-radius: 9px; + position: relative; + top: -292px; + left: 412px; + border: 2px solid black; + height: 343px; + width: 889px; + text-align: center; + background-image: url(); + background-position: center; + background-size: cover; + background-repeat: no-repeat; + border-radius: 9px; } .para { - position: relative; - top: -190px; + position: relative; + top: -190px; } #topic1 { - font-family: Arial, Helvetica, sans-serif; + font-family: Arial, Helvetica, sans-serif; } #topic2 { - font-family: Arial, Helvetica, sans-serif; + font-family: Arial, Helvetica, sans-serif; } #topic3 { - font-family: Arial, Helvetica, sans-serif; + font-family: Arial, Helvetica, sans-serif; } #topic4 { - font-family: Arial, Helvetica, sans-serif; -} \ No newline at end of file + font-family: Arial, Helvetica, sans-serif; +} diff --git a/vital/searchtemplate.html b/vital/searchtemplate.html index 79d9d1f..2adf72b 100644 --- a/vital/searchtemplate.html +++ b/vital/searchtemplate.html @@ -1,110 +1,174 @@ + + Markdownpedia - Home + + + - - - - - - - - - - - - - - - - - - - - - - - Markdownpedia - - - - - - - - -
    - - - - - - - - \ No newline at end of file + + + + + + + + diff --git a/vital/template.html b/vital/template.html index 7912897..6101f54 100644 --- a/vital/template.html +++ b/vital/template.html @@ -1,57 +1,117 @@ - - - - - - - - - - - - - - - - - - - - - - - Markdownpedia - - - - - - - - -
    - {markdown} -
    - - - \ No newline at end of file + + Markdownpedia - Home + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    {markdown}
    + + + +