Marked.js => Marked
This commit is contained in:
parent
bad2a92823
commit
76184a9596
@ -1,6 +1,6 @@
|
|||||||
const marked = require('../');
|
const marked = require('../');
|
||||||
const version = require('../package.json').version;
|
const version = require('../package.json').version;
|
||||||
const name = 'Marked.js';
|
const name = 'Marked';
|
||||||
|
|
||||||
module.exports = (req, res) => {
|
module.exports = (req, res) => {
|
||||||
if (req.method !== 'GET') {
|
if (req.method !== 'GET') {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8"/>
|
<meta charset="utf-8"/>
|
||||||
<title>Marked.js Documentation</title>
|
<title>Marked Documentation</title>
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
|
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
|
||||||
@ -128,7 +128,7 @@
|
|||||||
<a href="#/README.md">
|
<a href="#/README.md">
|
||||||
<img src="img/logo-black.svg" height="64px" width="64px" />
|
<img src="img/logo-black.svg" height="64px" width="64px" />
|
||||||
</a>
|
</a>
|
||||||
<h1>Marked.js Documentation</h1>
|
<h1>Marked Documentation</h1>
|
||||||
</header>
|
</header>
|
||||||
<div style="display: flex">
|
<div style="display: flex">
|
||||||
<nav>
|
<nav>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user